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