From fe7235f192496e7998628ca2f56a9eb9742124e2 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sat, 23 Feb 2019 16:41:29 +0100 Subject: release 1.22.0 --- NEWS | 20 ++++++++++++++------ configure.ac | 2 +- 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]) -- cgit v1.2.1