summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-05-30 17:01:22 +0200
committerraveit65 <[email protected]>2018-05-30 17:01:22 +0200
commit07eb4181d15ed9622aec95a37822f777fa7dd0ca (patch)
tree0a5c55c5a2626b3ae17fe1fa4e2523bd676a29a9
parenta5df21bf4ca40a07d77e553a119a1703fd939613 (diff)
downloadmate-panel-07eb4181d15ed9622aec95a37822f777fa7dd0ca.tar.bz2
mate-panel-07eb4181d15ed9622aec95a37822f777fa7dd0ca.tar.xz
release 1.21.1v1.21.1
-rw-r--r--NEWS16
-rw-r--r--configure.ac2
2 files changed, 17 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 29b3eda8..b97fa8fe 100644
--- a/NEWS
+++ b/NEWS
@@ -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])