diff options
-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]) |