summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2019-02-25 18:00:07 +0100
committerraveit65 <[email protected]>2019-02-25 18:00:07 +0100
commite04f93b7d2bc6400c98d0d8b286ea782eea7594c (patch)
tree56e49027fafb2f3b758082cd2eb310442d4a8af8
parentad93bae5c6a6303e9017f85437cd522015c79fa4 (diff)
downloadmate-control-center-e04f93b7d2bc6400c98d0d8b286ea782eea7594c.tar.bz2
mate-control-center-e04f93b7d2bc6400c98d0d8b286ea782eea7594c.tar.xz
release 1.22.0v1.22.0
-rw-r--r--NEWS18
-rw-r--r--configure.ac2
2 files changed, 19 insertions, 1 deletions
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])