diff options
-rw-r--r-- | NEWS | 20 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 15 insertions, 7 deletions
@@ -1,11 +1,19 @@ +### mate-menus 1.22.0 + + * Translations update + * initial travis-ci support + * Switch to modern realpath() + * disable deprecation warnings for distcheck + * drop Python support leftovers + ### mate-menus 1.21.0 - udpate examples - backports from gnome-menus - use G_BEGIN/END_DECLS - require gio-unix, drop python example - require gio-unix - drop python2 support + * udpate examples + * backports from gnome-menus + * use G_BEGIN/END_DECLS + * require gio-unix, drop python example + * require gio-unix + * drop python2 support ### mate-menus 1.20.0 diff --git a/configure.ac b/configure.ac index d21b7d0..a8f9c20 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.62) -AC_INIT([mate-menus], [1.21.0], [http://www.mate-desktop.org]) +AC_INIT([mate-menus], [1.22.0], [http://www.mate-desktop.org]) AC_CONFIG_SRCDIR(libmenu/matemenu-tree.h) AM_INIT_AUTOMAKE([1.9 foreign no-dist-gzip dist-xz check-news]) |