aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2022-10-26 00:08:17 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2022-10-26 00:08:17 +0200
commita62e8ca13040554a8fc2536ce7e6aa888c5729d9 (patch)
treef03028fb573829c2bc7533e2e0347fc7ca311a55
parentbf432c5018c947f43a8708a81cbf9f21f3db4bc0 (diff)
downloadlibayatana-indicator-a62e8ca13040554a8fc2536ce7e6aa888c5729d9.tar.gz
libayatana-indicator-a62e8ca13040554a8fc2536ce7e6aa888c5729d9.tar.bz2
libayatana-indicator-a62e8ca13040554a8fc2536ce7e6aa888c5729d9.zip
release 0.9.30.9.3
-rw-r--r--CMakeLists.txt2
-rw-r--r--ChangeLog15
-rw-r--r--NEWS5
-rw-r--r--debian/changelog7
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 <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.