diff options
author | monsta <[email protected]> | 2017-01-31 14:46:02 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2017-01-31 14:46:02 +0300 |
commit | 916de39b799da74197a82525c422b0c980597f4f (patch) | |
tree | c3e399e61cd424827eab586699de8c4156eb1baa | |
parent | f0c5d5c5511b86b9468dad0ad8bd22663d133c04 (diff) | |
download | mate-panel-916de39b799da74197a82525c422b0c980597f4f.tar.bz2 mate-panel-916de39b799da74197a82525c422b0c980597f4f.tar.xz |
release 1.16.1v1.16.1
-rw-r--r-- | NEWS | 9 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 10 insertions, 1 deletions
@@ -1,3 +1,12 @@ +1.16.1 + * Clock applet: mark current day in the calendar + * Clock applet: update tooltip only when new text is different + (fixes some OpenGL issues in fullscreen apps) + * GTK+3: stop calendar window jumping when expanding/folding + locations + * GTK+3: fix showing icon at mouse cursor on launcher drag-n-drop + * GTK+3: fix a heap of runtime warnings + 1.16.0 * Use GtkAboutDialog instead of MateAboutDialog * GTK+3: use GtkColorButton/GtkColorChooser in properties dialog diff --git a/configure.ac b/configure.ac index 292d4cb2..181130d9 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([mate-panel], [1.16.0], [https://github.com/mate-desktop/mate-panel/issues], +AC_INIT([mate-panel], [1.16.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]) |