From d9ca6866aab3c4e8774e2dd8c9b9bcd865d9faac Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Thu, 15 Sep 2022 08:36:20 +0200 Subject: release 0.9.2 --- CMakeLists.txt | 2 +- ChangeLog | 32 +++++++++++++++++++++++++++++++- NEWS | 6 ++++++ debian/changelog | 7 +++++++ 4 files changed, 45 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 89f934f..a7b0ffa 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.1") +set(PROJECT_VERSION "0.9.2") set(PROJECT_NAME "libayatana-indicator") # Make everything diff --git a/ChangeLog b/ChangeLog index 1883ba1..f54d720 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,36 @@ +2022-09-15 Mike Gabriel + + * release 0.9.2 (HEAD -> main, tag: 0.9.2) + +2022-07-15 Mike Gabriel + + * Merge branch 'tari01-pr/add-tooltips' (ad8abda) + +2022-07-13 Robert Tari + + * src/indicator-ng.c: Add tooltip support (c065f45) + +2022-07-15 Mike Gabriel + + * Merge branch 'tari01-pr/enable-werror' (4f306dd) + +2022-07-13 Robert Tari + + * .build.yml: Build the GTK3 flavour with -Werror (a7b1463) + +2022-07-15 Mike Gabriel + + * Merge branch 'tari01-pr/crash-on-session-error' (88a19ee) + +2022-07-13 Robert Tari + + * src/indicator-service.c: Make failure to connect to the session + DBus fatal (3db4f03) + * Whitespace fix (755ee95) + 2022-02-17 Mike Gabriel - * release 0.9.1 (HEAD -> main, tag: 0.9.1) + * release 0.9.1 (80dae40) (tag: 0.9.1) * Merge branch 'tari01-pr/cleanup-compile-flags' (4231e8b) 2022-02-17 Robert Tari diff --git a/NEWS b/NEWS index 1df4f95..320f83f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +Overview of changes in libayatana-indicator 0.9.2 + + - Add tooltip support. + - src/indicator-service.c: Make failure to connect to the session DBus + fatal. + Overview of changes in libayatana-indicator 0.9.1 - Clean up compilation flags. diff --git a/debian/changelog b/debian/changelog index 1b36ee5..1c508bc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libayatana-indicator (0.9.2-0) unstable; urgency=medium + + * Upstream-provided Debian package for libayatana-indicator. + See upstream ChangeLog for recent changes. + + -- Mike Gabriel Thu, 15 Sep 2022 08:34:46 +0200 + libayatana-indicator (0.9.1-0) unstable; urgency=medium * Upstream-provided Debian package for libayatana-indicator. -- cgit v1.2.3