From 51f72d2904f09bb1690afc55e89604f4275fa2d4 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Sat, 13 Jun 2026 20:10:35 +0200 Subject: Release 26.6.0 - src/ayatana-application-service-marshal.list: Replace deprecated BOOL token. - src/indicator-application.c: Replace deprecated gtk_widget_get_style. - Allow the service to handle tooltips. - Allow the service to handle both legacy menus and the new GMenu. --- AUTHORS | 78 ++++++++++++++++++++++++-------------------------------- CMakeLists.txt | 2 +- ChangeLog | 35 ++++++++++++++++++++++++- NEWS | 9 +++++++ debian/changelog | 7 +++++ 5 files changed, 85 insertions(+), 46 deletions(-) diff --git a/AUTHORS b/AUTHORS index 871a288..0e0ccd9 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,44 +1,34 @@ -Allan LeSage -Aurélien Gâteau -Aurelien Gateau -C10uD -Charles Kerr -Chris Coulson -CI Train Bot -Cody Russell -Cody Russell -Conor Curran -Didier Roche -Emmanuele Bassi -Hernando Torque -Jan Arne Petersen -Jason Smith -Jason Smith -Jeremy Bicha -Jo Shields -Ken Vandine -Ken VanDine -Krzysztof Klimonda -Krzysztof Klimonda -Luke Yelavich -Marco Trevisan (Treviño) -Martin Pitt -Mathieu Trudel-Lapierre -Michael Terry -Michael Terry -Michael Terry -Mike Gabriel -Neil Jagdish Patel -Neil J. Patel -Robert Collins -Robert Tari -Ryan Lortie -Sebastien Bacher -Sebastien Bacher -Sense Egbert Hofstede -Sense Hofstede -Sense Hofstede -Sven Baars -Ted Gould -Ted Gould -Ted Gould +Allan LeSage +Aurelien Gateau +Aurélien Gâteau +C10uD +Charles Kerr +Chris Coulson +Cody Russell +Conor Curran +Didier Roche +Emmanuele Bassi +Hernando Torque +Jan Arne Petersen +Jason Smith +Jeremy Bicha +Jo Shields +Ken Vandine +Ken VanDine +Krzysztof Klimonda +Luke Yelavich +Marco Trevisan (Treviño) +Martin Pitt +Mathieu Trudel-Lapierre +Michael Terry +Mike Gabriel +Neil Jagdish Patel +Neil J Patel +Robert Collins +Robert Tari +Ryan Lortie +Sebastien Bacher +Sense Egbert Hofstede +Sense Hofstede +Sven Baars +Ted Gould diff --git a/CMakeLists.txt b/CMakeLists.txt index 9b6105b..d221fca 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -37,7 +37,7 @@ pkg_check_modules(PROJECT_DEPS REQUIRED glib-2.0>=2.58 ayatana-indicator3-0.4>=0 # Set global variables include(GNUInstallDirs) -set(PROJECT_VERSION "22.2.0") +set(PROJECT_VERSION "26.6.0") set(PROJECT_NAME "ayatana-indicator-application") # Make everything diff --git a/ChangeLog b/ChangeLog index bd19fe3..ccf27f6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,39 @@ +2026-06-13 Mike Gabriel + + * Release 26.6.0 (HEAD -> main, tag: 26.6.0) + +2025-07-11 Mike Gabriel + + * Merge branch 'sunweaver-pr/appindicator-glib-support' (c4c5f3f) + +2025-03-09 Robert Tari + + * src/ayatana-application-service-marshal.list: Replace deprecated + BOOL token (aa8c202) + * src/indicator-application.c: Replace deprecated + gtk_widget_get_style (4b03679) + +2024-10-18 Robert Tari + + * Allow the service to handle tooltips (f61a6ca) + +2025-06-06 Robert Tari + + * d/control: Build with libayatana-appindicator-glib (d171bba) + +2024-09-26 Robert Tari + + * Allow the service to handle both legacy menus and the new GMenu + (7949738) + * Whitespace fix (26523e2) + +2024-10-18 Robert Tari + + * Whitespace fix (42aa573) + 2022-02-17 Mike Gabriel - * release 22.2.0 (HEAD -> main, tag: 22.2.0) + * release 22.2.0 (20bf807) (tag: 22.2.0) * Merge branch 'tari01-pr/cleanup-compile-flags' (0ef4fc1) 2022-02-17 Robert Tari diff --git a/NEWS b/NEWS index 6fd47a1..44d0ab8 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +Overview of changes in ayatana-indicator-application 26.6.0 + + - src/ayatana-application-service-marshal.list: Replace deprecated + BOOL token. + - src/indicator-application.c: Replace deprecated + gtk_widget_get_style. + - Allow the service to handle tooltips. + - Allow the service to handle both legacy menus and the new GMenu. + Overview of changes in ayatana-indicator-application 22.2.0 - Upstream version bump to new release versioning scheme: diff --git a/debian/changelog b/debian/changelog index bf3b78e..3865354 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +ayatana-indicator-application (26.6.0) unstable; urgency=medium + + * Upstream-provided Debian package for ayatana-indicator-application. + See upstream ChangeLog for recent changes. + + -- Mike Gabriel Sat, 13 Jun 2026 20:10:35 +0200 + ayatana-indicator-application (22.2.0-0) unstable; urgency=medium * Upstream-provided Debian package for ayatana-indicator-application. -- cgit v1.2.3