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