summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormonsta <[email protected]>2017-01-31 14:46:02 +0300
committermonsta <[email protected]>2017-01-31 14:46:02 +0300
commit916de39b799da74197a82525c422b0c980597f4f (patch)
treec3e399e61cd424827eab586699de8c4156eb1baa
parentf0c5d5c5511b86b9468dad0ad8bd22663d133c04 (diff)
downloadmate-panel-916de39b799da74197a82525c422b0c980597f4f.tar.bz2
mate-panel-916de39b799da74197a82525c422b0c980597f4f.tar.xz
release 1.16.1v1.16.1
-rw-r--r--NEWS9
-rw-r--r--configure.ac2
2 files changed, 10 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 39631c86..714566f4 100644
--- a/NEWS
+++ b/NEWS
@@ -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])