diff options
-rw-r--r-- | NEWS | 20 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 17 insertions, 5 deletions
@@ -1,9 +1,21 @@ +### mate-panel 1.22.2 + + * update translations + * When determining whether the pos is in the applet, use ad->cells to calc. + * panel-toplevel: fix applets placement on expanded vertical panel + * panel-toplevel: fix coding style and spacing a bit + * Fix Makefile.am to install in a given prefix path + * Revert "menu-bar: transfer focus correctly on alt-F1" + * fix reloading the default layout after panel reset + * fix random crashes on panel reset + * Fix panel applet keyboard focus trap + ### mate-panel 1.22.1 - tx: sync with transifex - add volume-applet to fedora layout - help: update copyright - [Security] panel-keyfile: Use 'g_strlcpy' instead of 'strcpy' + * update translations + * add volume-applet to fedora layout + * help: update copyright + * [Security] panel-keyfile: Use 'g_strlcpy' instead of 'strcpy' ### mate-panel 1.22.0 diff --git a/configure.ac b/configure.ac index 9d9bfe5a..0e040abf 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([mate-panel], [1.22.1], [https://github.com/mate-desktop/mate-panel/issues], +AC_INIT([mate-panel], [1.22.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]) |