From 214aa89bc9ece6444894489d3b7da94d906e2b27 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Thu, 11 May 2017 18:12:25 +0200 Subject: release 1.18.2 --- NEWS | 15 +++++++++++++++ configure.ac | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 1266785e..00ee7fc4 100644 --- a/NEWS +++ b/NEWS @@ -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]) -- cgit v1.2.1