diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2022-10-26 00:08:17 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2022-10-26 00:08:17 +0200 |
commit | a62e8ca13040554a8fc2536ce7e6aa888c5729d9 (patch) | |
tree | f03028fb573829c2bc7533e2e0347fc7ca311a55 | |
parent | bf432c5018c947f43a8708a81cbf9f21f3db4bc0 (diff) | |
download | libayatana-indicator-0.9.3.tar.gz libayatana-indicator-0.9.3.tar.bz2 libayatana-indicator-0.9.3.zip |
release 0.9.30.9.3
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | ChangeLog | 15 | ||||
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | 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 @@ -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 @@ -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 <mike.gabriel@das-netzwerkteam.de> Wed, 26 Oct 2022 00:06:50 +0200 + libayatana-indicator (0.9.2-0) unstable; urgency=medium * Upstream-provided Debian package for libayatana-indicator. |