summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-01-30 20:15:50 +0100
committerraveit65 <[email protected]>2018-01-30 20:15:50 +0100
commitc1b1abe5e92aa4a764e5a78276c4bc28c760b262 (patch)
tree7d8d3bf5a45f19a962c91a55ee8333592cc4cf41
parent2be32a55532fbb010f83472064435aae49e36270 (diff)
downloadmate-control-center-c1b1abe5e92aa4a764e5a78276c4bc28c760b262.tar.bz2
mate-control-center-c1b1abe5e92aa4a764e5a78276c4bc28c760b262.tar.xz
release 1.20
-rw-r--r--NEWS41
-rw-r--r--configure.ac2
2 files changed, 24 insertions, 19 deletions
diff --git a/NEWS b/NEWS
index 025c57bf..28a0652c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,23 +1,28 @@
+### mate-control-center 1.20.0
+
+ * require GTK+ 3.22 and GLib 2.50
+ * Add support for HiDPI displays (#325)
+
### 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
+ * Translations update
+ * 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
diff --git a/configure.ac b/configure.ac
index 2d2126c8..965f7606 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([mate-control-center], [1.19.3], [http://www.mate-desktop.org/])
+AC_INIT([mate-control-center], [1.20.0], [http://www.mate-desktop.org/])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR([shell])