diff options
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -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]) |