summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormonsta <[email protected]>2017-04-11 16:03:44 +0300
committermonsta <[email protected]>2017-04-11 16:03:44 +0300
commit206052e0506e0305990fa1602102d4c289dc83fc (patch)
tree8142977e6c7e90d1354056c739b5e280f0bcee2e
parente15c121f7703b2fe328753fe6be4cc59001b036e (diff)
downloadmate-panel-206052e0506e0305990fa1602102d4c289dc83fc.tar.bz2
mate-panel-206052e0506e0305990fa1602102d4c289dc83fc.tar.xz
release 1.16.2v1.16.2
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 714566f4..885475cf 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+1.16.2
+ * Workspace switcher: enable wrap on scroll for GTK+3 too
+ * Don't spam accessible name changes when it is translated
+ * Don't suppress the shutdown menu item on LTSP clients
+ * GTK+3: properly fit expanded panel to smaller screen size
+
1.16.1
* Clock applet: mark current day in the calendar
* Clock applet: update tooltip only when new text is different
diff --git a/configure.ac b/configure.ac
index 181130d9..3916c846 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([mate-panel], [1.16.1], [https://github.com/mate-desktop/mate-panel/issues],
+AC_INIT([mate-panel], [1.16.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])