diff options
author | Martin Wimpress <[email protected]> | 2017-04-05 15:51:11 +0100 |
---|---|---|
committer | Martin Wimpress <[email protected]> | 2017-04-05 15:51:11 +0100 |
commit | 25a02d6988be7b5946c9da543e6703014b4d3fbf (patch) | |
tree | 2a2351560495eec898d976c2bd5f26d23a824d25 | |
parent | 8cf42012dc0428654dfbff37f7f9e2cf2b48caf0 (diff) | |
download | mate-panel-1.18.1.tar.bz2 mate-panel-1.18.1.tar.xz |
Bump version to 1.18.1v1.18.1
-rw-r--r-- | NEWS | 14 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 15 insertions, 1 deletions
@@ -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]) |