summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormonsta <[email protected]>2016-01-25 14:35:20 +0300
committermonsta <[email protected]>2016-01-25 14:35:20 +0300
commit332154a4cc3e1016253d0c34f4f46d652e8495ac (patch)
tree0dc8dd1354ee40de34658bbe92c121c5e9f469a5
parentce8d1d8f26615cc7e68fbf0633e5bd5e9005c3e7 (diff)
downloadmate-panel-1.12.tar.bz2
mate-panel-1.12.tar.xz
release 1.12.2v1.12.21.12
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index e37a084b..2fa81471 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+1.12.2
+ * Drawer applet: fix occasional stretching of drawer's panel
+ over the entire screen
+ * Drawer applet: fix occasional crash on applet removing
+ * GTK+3: fix infinite loop with some themes
+ * Some more fixes
+
1.12.1
* GTK+3: fix background in some themes
* Some more fixes
diff --git a/configure.ac b/configure.ac
index c1e12333..45ef5a4f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([mate-panel], [1.12.1], [https://github.com/mate-desktop/mate-panel/issues],
+AC_INIT([mate-panel], [1.12.2], [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])