summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormonsta <[email protected]>2018-05-05 12:54:57 +0300
committermonsta <[email protected]>2018-05-05 12:57:13 +0300
commitf5cf97810b4ffd0aec43aafc60c20bb00a2dc96a (patch)
tree0d95b4c62f0971862e8cfcc5af33ec260c6662e5
parentc9b16f32c8dd4bec34234d29273b42d563c0f7ea (diff)
downloadmate-panel-f5cf97810b4ffd0aec43aafc60c20bb00a2dc96a.tar.bz2
mate-panel-f5cf97810b4ffd0aec43aafc60c20bb00a2dc96a.tar.xz
release 1.18.9v1.18.91.18
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 61fbad11..fde836f4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+### mate-panel 1.18.9
+
+ * Show drag handles on tasklist and tray area with all themes
+ (limited to GTK+ 3.20/22)
+ * Fix regression with panel autohiding after menubar is opened
+ * clock: fix copy/paste error which caused use-after-free
+
### mate-panel 1.18.8
* get focus when displaying "applet broken" dialog
diff --git a/configure.ac b/configure.ac
index 71a8c5f5..318a5b99 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([mate-panel], [1.18.8],
+AC_INIT([mate-panel], [1.18.9],
[https://github.com/mate-desktop/mate-panel/issues],
[mate-panel], [http://www.mate-desktop.org])
AC_CONFIG_HEADERS(config.h)