diff options
-rw-r--r-- | NEWS | 8 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 9 insertions, 1 deletions
@@ -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) |