From a62e8ca13040554a8fc2536ce7e6aa888c5729d9 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Wed, 26 Oct 2022 00:08:17 +0200 Subject: release 0.9.3 --- CMakeLists.txt | 2 +- ChangeLog | 15 ++++++++++++++- NEWS | 5 +++++ debian/changelog | 7 +++++++ 4 files changed, 27 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a7b0ffa..24e918a 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.2") +set(PROJECT_VERSION "0.9.3") set(PROJECT_NAME "libayatana-indicator") # Make everything diff --git a/ChangeLog b/ChangeLog index f54d720..f35416e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,19 @@ +2022-10-26 Mike Gabriel + + * release 0.9.3 (HEAD -> main, tag: 0.9.3) + +2022-10-08 Mike Gabriel + + * Merge branch 'tari01-pr/fix-tooltip' (bf432c5) + +2022-10-04 Robert Tari + + * src/indicator-ng.c: Do not show tooltip on labels while the menu is + open (3ae6943) + 2022-09-15 Mike Gabriel - * release 0.9.2 (HEAD -> main, tag: 0.9.2) + * release 0.9.2 (d9ca686) (tag: 0.9.2) 2022-07-15 Mike Gabriel diff --git a/NEWS b/NEWS index 320f83f..274b8c7 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +Overview of changes in libayatana-indicator 0.9.3 + + - src/indicator-ng.c: Do not show tooltip on labels while the menu is + open. + Overview of changes in libayatana-indicator 0.9.2 - Add tooltip support. diff --git a/debian/changelog b/debian/changelog index 1c508bc..efd66df 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libayatana-indicator (0.9.3-0) unstable; urgency=medium + + * Upstream-provided Debian package for libayatana-indicator. + See upstream ChangeLog for recent changes. + + -- Mike Gabriel Wed, 26 Oct 2022 00:06:50 +0200 + libayatana-indicator (0.9.2-0) unstable; urgency=medium * Upstream-provided Debian package for libayatana-indicator. -- cgit v1.2.3