diff options
author | raveit65 <[email protected]> | 2017-12-26 10:39:13 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-12-26 10:39:13 +0100 |
commit | 16384a3129f6ad3ef8a9f72db58dcdbc047decea (patch) | |
tree | 52e1815e4ce78d6a0a15410178c83609f3c1b47f | |
parent | 07a5f4a35dc8fe9fcd0bfab643ed009e902a8d5b (diff) | |
download | mate-control-center-16384a3129f6ad3ef8a9f72db58dcdbc047decea.tar.bz2 mate-control-center-16384a3129f6ad3ef8a9f72db58dcdbc047decea.tar.xz |
release 1.19.2v1.19.2
-rw-r--r-- | NEWS | 16 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 17 insertions, 1 deletions
@@ -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]) |