From 16384a3129f6ad3ef8a9f72db58dcdbc047decea Mon Sep 17 00:00:00 2001 From: raveit65 Date: Tue, 26 Dec 2017 10:39:13 +0100 Subject: release 1.19.2 --- NEWS | 16 ++++++++++++++++ configure.ac | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 2e6f809e..3085986f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,19 @@ +### mate-control-center 1.19.2 + + * Translations update + * Enable default broswer setting support for text/html + * libslab: restore missing variable initialization + * libslab: drop useless checkpoint function + * libslab: remove more unused code + * libslab: remove a bunch of unused code + * WidthOfScreen and HeightOfScreen implementation + * fix support for external localizations in .desktop files + * Add the support for cursor sizes of 96 and 128. + * man: fix title of mate-window-properties page + * man: fix titles of mate-typing-monitor and mate-thumbnail-font pages + * Fixes font dpi with "org.mate.desktop.font-rendering.dpi" by default + * gtk 3.22: avoid deprecated gdk_screen_get_monitor... functions: + ### mate-control-center 1.19.1 * Translations update diff --git a/configure.ac b/configure.ac index 98183b16..4456d5b6 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([mate-control-center], [1.19.1], [http://www.mate-desktop.org/]) +AC_INIT([mate-control-center], [1.19.2], [http://www.mate-desktop.org/]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR([shell]) -- cgit v1.2.1