summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2017-05-11 18:12:25 +0200
committerraveit65 <[email protected]>2017-05-11 18:12:25 +0200
commit214aa89bc9ece6444894489d3b7da94d906e2b27 (patch)
treee5606c8d5d0d9eb3ea2e43d0ed0aa2bf5d27cfb4
parent528cba1da8b45600afb37455a3836be165a2181d (diff)
downloadmate-panel-214aa89bc9ece6444894489d3b7da94d906e2b27.tar.bz2
mate-panel-214aa89bc9ece6444894489d3b7da94d906e2b27.tar.xz
release 1.18.2v1.18.2
-rw-r--r--NEWS15
-rw-r--r--configure.ac2
2 files changed, 16 insertions, 1 deletions
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])