summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 17f0386e..8cbfb46a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+### mate-panel 1.18.6
+
+ * status-notifier: hide mate-polkit icon if passive
+ * wncklet: disconnect signal handlers on destroy
+ * Stop segfaults, warnings on removing in-process switcher, window-list
+ * clock: disconnect one more signal handler on destroy
+ * clock:disconnect signal handlers on destroy
+
### mate-panel 1.18.5
* Apply position fix on popup to GTK 3.20 and earlier
diff --git a/configure.ac b/configure.ac
index b074a608..c5fd6d76 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([mate-panel], [1.18.5],
+AC_INIT([mate-panel], [1.18.6],
[https://github.com/mate-desktop/mate-panel/issues],
[mate-panel], [http://www.mate-desktop.org])
AC_CONFIG_HEADERS(config.h)