diff options
author | raveit65 <[email protected]> | 2018-01-24 18:47:42 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-01-24 18:47:42 +0100 |
commit | f9dfd6fa92e33bb0374b2b1b6f37d391f14c929f (patch) | |
tree | d939a54fcc45be789235b098cf6d3878035a4746 | |
parent | c69a00fe6243cfbd61c0f73eea11546b23b68cd3 (diff) | |
download | mate-control-center-f9dfd6fa92e33bb0374b2b1b6f37d391f14c929f.tar.bz2 mate-control-center-f9dfd6fa92e33bb0374b2b1b6f37d391f14c929f.tar.xz |
release 1.19.3v1.19.3
-rw-r--r-- | NEWS | 21 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 22 insertions, 1 deletions
@@ -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]) |