diff options
author | raveit65 <[email protected]> | 2019-01-28 18:00:01 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-01-30 10:17:56 +0100 |
commit | 17e65c965ba6ba20e770fb36ee5c81e60ba553b2 (patch) | |
tree | 1830fcc0ed43f392a8fc2c8e3df113c810208a5e | |
parent | daebe6669f1c79ddc7db2b4d7af1ecf8dcbbdd42 (diff) | |
download | mate-panel-17e65c965ba6ba20e770fb36ee5c81e60ba553b2.tar.bz2 mate-panel-17e65c965ba6ba20e770fb36ee5c81e60ba553b2.tar.xz |
release 1.20.5v1.20.5
-rw-r--r-- | NEWS | 13 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 14 insertions, 1 deletions
@@ -1,3 +1,16 @@ +### mate-panel 1.20.5 + + * Translations update + * fix crash on removing tray + * Tray: Fix too-wide icon spacing after mate-polkit has been used w sni + * na-tray: wide panels, convert main GtkBox display to GtkGrid + * na-tray: wide panels, preliminary batch box to grid rename + * button-widget: wide panels, more suitable resize limits on Widgets and arrows + * clock: set horizontal padding for clock-button + * Clock: Fix weather icon size selection for panel height + * Clock: ensure weather icon resizes with panel + * clock: force no button vertical padding and margin + ### mate-panel 1.20.4 * Translations update diff --git a/configure.ac b/configure.ac index 7ced4adc..61934fd0 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([mate-panel], [1.20.4], [https://github.com/mate-desktop/mate-panel/issues], +AC_INIT([mate-panel], [1.20.5], [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]) |