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