summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Wimpress <[email protected]>2017-04-05 15:51:11 +0100
committerMartin Wimpress <[email protected]>2017-04-05 15:51:11 +0100
commit25a02d6988be7b5946c9da543e6703014b4d3fbf (patch)
tree2a2351560495eec898d976c2bd5f26d23a824d25
parent8cf42012dc0428654dfbff37f7f9e2cf2b48caf0 (diff)
downloadmate-panel-25a02d6988be7b5946c9da543e6703014b4d3fbf.tar.bz2
mate-panel-25a02d6988be7b5946c9da543e6703014b4d3fbf.tar.xz
Bump version to 1.18.1v1.18.1
-rw-r--r--NEWS14
-rw-r--r--configure.ac2
2 files changed, 15 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index fc4f186f..1266785e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+### mate-panel 1.18.1
+
+ * Reenable workspace switcher wrapping
+ * status-notifier: Fix handling of icon-padding style property
+ * Simplify panel description shown when switching panels with the WM
+ * status-notifier: Plug a memory leak
+ * remove deprecated sys/timeb.h header, as nothing uses it
+ * status-notifier-watcher: Allow re-registration of registered items (#543)
+ * setup custom icon
+ * Revert "Suppress the shutdown option in the panel if LTSP_CLIENT is set"
+ * status-notifier: Plug a memory leak
+ * notification area: Fix memory leak sorting items
+ * Translations update
+
### mate-panel 1.18.0
* NEWS: use consistent, project wide, markdown-like formatting
diff --git a/configure.ac b/configure.ac
index c30d8743..266ab73d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([mate-panel], [1.18.0], [https://github.com/mate-desktop/mate-panel/issues],
+AC_INIT([mate-panel], [1.18.1], [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])