From f9dfd6fa92e33bb0374b2b1b6f37d391f14c929f Mon Sep 17 00:00:00 2001 From: raveit65 Date: Wed, 24 Jan 2018 18:47:42 +0100 Subject: release 1.19.3 --- NEWS | 21 +++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 3085986f..025c57bf 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,24 @@ +### mate-control-center 1.19.3 + + sync with transifex + theme-installer.c: missing g_object_unref in mate_theme_install_real + theme-util.c: fix reinstalling the deleted theme can cause failure + remove unneeded +x attribute after last commit + Support the theme compression package for installing XZ format + drop unused variables + eggcellrendererkeys.c: Fix build warnings: + remove some leftovers related to MacOS support O_o + theme-thumbnail.c: Fix build warnings with ‘write’ and ‘pipe’: + libslab: store search entry widget as GtkEntry + libslab: fix search icon misaligned + libslab: search-entry.c: Fix build warning: + Remove useless duplication in mate_theme_install_real + Fix Window Border theme cannot be deleted + update windows tiling gsettings key, part-2 + update windows tiling gsettings key + about-me: drop unused code + shell: add Comment field to .desktop file + ### mate-control-center 1.19.2 * Translations update diff --git a/configure.ac b/configure.ac index 4456d5b6..0ce226c5 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([mate-control-center], [1.19.2], [http://www.mate-desktop.org/]) +AC_INIT([mate-control-center], [1.19.3], [http://www.mate-desktop.org/]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR([shell]) -- cgit v1.2.1