From 5628a7700f57f6bc8457f4c928838c73203db6d7 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sun, 24 Feb 2019 19:28:19 +0100 Subject: release 1.22.0 --- NEWS | 22 ++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 370d6e0e..48f2e1d4 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,25 @@ +### mate-panel 1.22.0 + + * update translations + * Ensure proper translation of the about dialog title + * Make translatable the copyright in about dialog + * Fix last menu with gtk_menu_popup and failure to follow panel theme + * mate-panel-applet.c: replace deprecated gtk_menu_popup + * Properly align button menu positions on vertical panels + * initial travis-CI support + * fix crash on removing tray + * panel-action-protocol: Error if used when X11 is disabled + * panel-force-quit: Error if used when X11 is disabled + * panel-xutils: Error if used when X11 is disabled + * xstuff: include GTK and GDK X11 headers, so including files don't have to + * xstuff: add is_using_x11 () + * xstuff: Error if X11 not enabled + * Applets: only compile X11 applets when X11 is enabled + * Clock: Wayland support + * wncklet: Error if compiling without X11 support + * Notification area: error if compiling without X11 support + * applet.c: Remove unused mate_panel_applet_position_menu () + ### mate-panel 1.21.4 * update translations diff --git a/configure.ac b/configure.ac index 65380992..d6fc4e8e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([mate-panel], [1.21.4], [https://github.com/mate-desktop/mate-panel/issues], +AC_INIT([mate-panel], [1.22.0], [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]) -- cgit v1.2.1