From e04f93b7d2bc6400c98d0d8b286ea782eea7594c Mon Sep 17 00:00:00 2001 From: raveit65 Date: Mon, 25 Feb 2019 18:00:07 +0100 Subject: release 1.22.0 --- NEWS | 18 ++++++++++++++++++ configure.ac | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 93b68770..f94e0b64 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,21 @@ +### mate-control-center 1.22.0 + + * Translations update + * Initialize travis support + * eggcellrendererkeys: avoid deprecated 'gtk_widget_modify_bg/fg' + * Update MCC help + * default-applications: Use more common icon names for Office documents + * mate-display-properties: Migrate from dbus-glib to GDBus + * Fix the runtime warning about gtk_widget_destroy. + * Fixed number of cols error after reload menus. + * Fixed crash when install/remove application. + * capplets/mouse: .svg files instead .png in doubleclick artwork + * capplets/mouse: New doubleclick artwork with mate logo + * disable deprecation warnings for distcheck + * default-applications: Fix assertion failture on g_icon_to_string + * default-applications: Add a widget for a default calculator application + * default-applications: Use the selected word processor for RTF as well + ### mate-control-center 1.21.2 * Translations update diff --git a/configure.ac b/configure.ac index b993aea8..92fc4af8 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([mate-control-center], [1.21.2], [http://www.mate-desktop.org/]) +AC_INIT([mate-control-center], [1.22.0], [http://www.mate-desktop.org/]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR([shell]) -- cgit v1.2.1