diff options
author | monsta <[email protected]> | 2016-01-25 14:35:20 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-01-25 14:35:20 +0300 |
commit | 332154a4cc3e1016253d0c34f4f46d652e8495ac (patch) | |
tree | 0dc8dd1354ee40de34658bbe92c121c5e9f469a5 | |
parent | ce8d1d8f26615cc7e68fbf0633e5bd5e9005c3e7 (diff) | |
download | mate-panel-332154a4cc3e1016253d0c34f4f46d652e8495ac.tar.bz2 mate-panel-332154a4cc3e1016253d0c34f4f46d652e8495ac.tar.xz |
-rw-r--r-- | NEWS | 7 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 8 insertions, 1 deletions
@@ -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]) |