diff options
author | monsta <[email protected]> | 2017-04-11 16:03:44 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2017-04-11 16:03:44 +0300 |
commit | 206052e0506e0305990fa1602102d4c289dc83fc (patch) | |
tree | 8142977e6c7e90d1354056c739b5e280f0bcee2e | |
parent | e15c121f7703b2fe328753fe6be4cc59001b036e (diff) | |
download | mate-panel-1.16.2.tar.bz2 mate-panel-1.16.2.tar.xz |
release 1.16.2v1.16.2
-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]) |