diff options
-rw-r--r-- | NEWS | 11 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 12 insertions, 1 deletions
@@ -1,3 +1,14 @@ +### mate-control-center 1.18.3 + + * Appearance: add support for cursor sizes of 96 and 128 + * Appearance: add support for XZ format when installing themes + * Appearance: fix various theme installation/removal issues + * Display: fix screen geometry to account for rotation when snapping + * Shell: fix support for external localizations in .desktop files + * Shell: fix search icon alignment + * Enable default browser setting support for text/html + * man: fix titles of several manpages + ### mate-control-center 1.18.2 * Translations update diff --git a/configure.ac b/configure.ac index 6438c222..189b62b5 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([mate-control-center], [1.18.2], [http://www.mate-desktop.org/]) +AC_INIT([mate-control-center], [1.18.3], [http://www.mate-desktop.org/]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR([shell]) |