diff options
-rw-r--r-- | NEWS | 16 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 17 insertions, 1 deletions
@@ -1,3 +1,19 @@ +### mate-panel 1.21.1 + + * Translations update + * update mate-menus requiremnt + * panel-menu-button.c: Force use basename for compare + * Support new mate-menus api + * Convert launcher icons to cairo surfaces + * fix rendering and removal of in-process applets on unexpanded panel + * applet.c: avoid deprecated GtkImageMenuItem + * limit size of panel-hide-button + * clock: fix weird thing in comments + * clock: fix actual copy/paste error which caused use-after-free + * clock: fix use-after-free + * fish: Install fish animations in fish-specific directory + * fish: drop wanda image from gresource + ### mate-panel 1.21.0 * Translations update diff --git a/configure.ac b/configure.ac index ba97c49e..960e5947 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([mate-panel], [1.21.0], [https://github.com/mate-desktop/mate-panel/issues], +AC_INIT([mate-panel], [1.21.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]) |