diff options
author | raveit65 <[email protected]> | 2019-02-23 16:41:29 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-02-23 16:41:29 +0100 |
commit | fe7235f192496e7998628ca2f56a9eb9742124e2 (patch) | |
tree | 95a3962f5b4f10beb218512f05269efe52331c68 | |
parent | 3ee1f3a9e57c6772a113b3feee644dfd96c96fa1 (diff) | |
download | mate-menus-fe7235f192496e7998628ca2f56a9eb9742124e2.tar.bz2 mate-menus-fe7235f192496e7998628ca2f56a9eb9742124e2.tar.xz |
release 1.22.0v1.22.0
-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]) |