diff options
-rw-r--r-- | AUTHORS | 1 | ||||
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | ChangeLog | 16 | ||||
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | debian/changelog | 7 |
5 files changed, 29 insertions, 2 deletions
@@ -40,6 +40,7 @@ Steve Langasek <steve.langasek@canonical.com> Ted Gould <ted@canonical.com> Ted Gould <ted@gould.cx> Ted Gould <ted@ubuntu.com> +Till Maas <opensource@till.name> Timo Jyrinki <timo.jyrinki@canonical.com> unknown <robert.ancell@canonical.com> William Hua <william.hua@canonical.com> diff --git a/CMakeLists.txt b/CMakeLists.txt index 24e918a..8af6ff5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -83,7 +83,7 @@ endif (HAVE_LIB_M) include(GNUInstallDirs) set(ABI_VERSION "7") set(API_VERSION "4") -set(PROJECT_VERSION "0.9.3") +set(PROJECT_VERSION "0.9.4") set(PROJECT_NAME "libayatana-indicator") # Make everything @@ -1,6 +1,20 @@ +2023-10-13 Mike Gabriel + + * release 0.9.4 (HEAD -> main, tag: 0.9.4) + +2023-09-06 Robert Tari + + * Merge branch 'tyll-executable_so' (0d5eaeb) + +2023-09-05 Till Maas + + * cmake: Install library as library (05e4368) + 2022-10-26 Mike Gabriel - * release 0.9.3 (HEAD -> main, tag: 0.9.3) + * src/indicator-service.c: Fix Robert's lastname in license header. + (bae7a9c) + * release 0.9.3 (a62e8ca) (tag: 0.9.3) 2022-10-08 Mike Gabriel @@ -1,3 +1,8 @@ +Overview of changes in libayatana-indicator 0.9.4 + + - src/indicator-service.c: Fix Robert's lastname in license header. + - cmake: Install library as library. + Overview of changes in libayatana-indicator 0.9.3 - src/indicator-ng.c: Do not show tooltip on labels while the menu is diff --git a/debian/changelog b/debian/changelog index efd66df..ecfb6ff 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libayatana-indicator (0.9.4-0) unstable; urgency=medium + + * Upstream-provided Debian package for libayatana-indicator. + See upstream ChangeLog for recent changes. + + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Fri, 13 Oct 2023 08:39:58 +0200 + libayatana-indicator (0.9.3-0) unstable; urgency=medium * Upstream-provided Debian package for libayatana-indicator. |