diff options
-rw-r--r-- | NEWS | 15 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 16 insertions, 1 deletions
@@ -1,3 +1,18 @@ +### mate-panel 1.18.2 + + * sync with transifex + * status-notifier: fix crash on unknown signal name + * fix build with gcc 4.9.2 (looks like it's in c89 mode by default) + * Run dialog: Add option to reverse history view + * Run dialog: Fix wrong history len with max size 1 + * Run dialog: Allow changing history size + * Run dialog: Fix wrong history order + * status-notifier: Do not hide passive items + * update copyright year to 2017 + * properly fit expanded panel to smaller screen size + * system-tray: Properly propagate orientation changes + * notification-area: Fix item orientation + ### mate-panel 1.18.1 * Reenable workspace switcher wrapping diff --git a/configure.ac b/configure.ac index 266ab73d..365e531c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([mate-panel], [1.18.1], [https://github.com/mate-desktop/mate-panel/issues], +AC_INIT([mate-panel], [1.18.2], [https://github.com/mate-desktop/mate-panel/issues], [mate-panel], [http://www.mate-desktop.org]) AC_CONFIG_HEADERS(config.h) AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-xz tar-ustar -Wno-portability check-news]) |