aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog24
-rw-r--r--NEWS9
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog9
4 files changed, 40 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 0cdf8c7..08977f4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,26 @@
-2020-08-14 21:10:25 +0200 Mike Gabriel
+2020-08-26 09:33:53 +0200 Mike Gabriel
- * release 0.8.0 (HEAD -> master, tag: 0.8.0)
+ * release 0.8.1 (HEAD -> master, tag: 0.8.1)
+
+2020-08-26 09:21:27 +0200 Mike Gabriel (7ad3a78)
+
+ * Merge branch 'tari01-pr/fix-menu-scrolling'
+
+2020-08-25 17:49:48 +0200 Robert Tari (6de1c02)
+
+ * Enable menu scrolling + reset offset on popup
+
+2020-08-17 10:08:51 +0200 Mike Gabriel (cb4cf54)
+
+ * Merge branch 'tari01-pr/multiple-messaging-clients'
+
+2020-08-16 14:55:23 +0200 Robert Tari (b6fd2c1)
+
+ * Fix IDO insertion index in Indicator Messages with multiple clients
+
+2020-08-14 21:10:25 +0200 Mike Gabriel (8beffb3)
+
+ * release 0.8.0 (tag: 0.8.0)
2020-08-14 21:02:22 +0200 Mike Gabriel (d87433d)
diff --git a/NEWS b/NEWS
index 7c3adc7..3020ec7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Overview of changes in libayatana-indicator 0.8.1
+
+ - Enable menu scrolling + reset offset on popup. Resolves
+ display problems with Indicator Messges consumers that
+ provide a too-long list of unread messages (so that the
+ scrolling kicks in in the indicator's menu).
+ - Fix IDO insertion index in Indicator Messages with multiple
+ clients.
+
Overview of changes in libayatana-indicator 0.8.0
- This release breaks compatibility with all system indicators before
diff --git a/configure.ac b/configure.ac
index 98bd178..c823ce5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_INIT([libayatana-indicator],
- [0.8.0],
+ [0.8.1],
[https://github.com/ArcticaProject/libayatana-indicator/issues],
[libayatana-indicator],
[https://github.com/ArcticaProject/libayatana-indicator])
diff --git a/debian/changelog b/debian/changelog
index bf3a6f0..1f9b443 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,11 @@
-libayatana-indicator (0.8.0-0) UNRELEASED; urgency=medium
+libayatana-indicator (0.8.1-0) UNRELEASED; urgency=medium
+
+ * Upstream-provided Debian package for libayatana-indicator.
+ See upstream ChangeLog for recent changes.
+
+ -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Wed, 26 Aug 2020 09:31:19 +0200
+
+libayatana-indicator (0.8.0-0) unstable; urgency=medium
* Upstream-provided Debian package for libayatana-indicator.
See upstream ChangeLog for recent changes.