From 611bb384b73fa6311777ba4c41381a06f5b99dad Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Fri, 13 Oct 2023 08:40:49 +0200 Subject: release 0.9.4 --- AUTHORS | 1 + CMakeLists.txt | 2 +- ChangeLog | 16 +++++++++++++++- NEWS | 5 +++++ debian/changelog | 7 +++++++ 5 files changed, 29 insertions(+), 2 deletions(-) diff --git a/AUTHORS b/AUTHORS index 3ba1f1d..76d290d 100644 --- a/AUTHORS +++ b/AUTHORS @@ -40,6 +40,7 @@ Steve Langasek Ted Gould Ted Gould Ted Gould +Till Maas Timo Jyrinki unknown William Hua 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 diff --git a/ChangeLog b/ChangeLog index f35416e..32d39af 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/NEWS b/NEWS index 274b8c7..92cf446 100644 --- a/NEWS +++ b/NEWS @@ -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 Fri, 13 Oct 2023 08:39:58 +0200 + libayatana-indicator (0.9.3-0) unstable; urgency=medium * Upstream-provided Debian package for libayatana-indicator. -- cgit v1.2.3