diff options
-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]) |