summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2019-02-23 16:41:29 +0100
committerraveit65 <[email protected]>2019-02-23 16:41:29 +0100
commitfe7235f192496e7998628ca2f56a9eb9742124e2 (patch)
tree95a3962f5b4f10beb218512f05269efe52331c68
parent3ee1f3a9e57c6772a113b3feee644dfd96c96fa1 (diff)
downloadmate-menus-fe7235f192496e7998628ca2f56a9eb9742124e2.tar.bz2
mate-menus-fe7235f192496e7998628ca2f56a9eb9742124e2.tar.xz
release 1.22.0v1.22.0
-rw-r--r--NEWS20
-rw-r--r--configure.ac2
2 files changed, 15 insertions, 7 deletions
diff --git a/NEWS b/NEWS
index a0d6304..9080d0a 100644
--- a/NEWS
+++ b/NEWS
@@ -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])