summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS20
-rw-r--r--configure.ac2
2 files changed, 17 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index f18c97db..07783bc3 100644
--- a/NEWS
+++ b/NEWS
@@ -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])