diff options
author | monsta <[email protected]> | 2018-03-18 12:10:30 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2018-03-18 12:10:30 +0300 |
commit | 656e930b1f92c40e75e45ecc773ba16cfb469f3c (patch) | |
tree | 4b5bde60dc341994be53aa1193d9ba942109e35d | |
parent | 68c35f2604b9923136e128d6218dd7e50def138a (diff) | |
download | mate-control-center-656e930b1f92c40e75e45ecc773ba16cfb469f3c.tar.bz2 mate-control-center-656e930b1f92c40e75e45ecc773ba16cfb469f3c.tar.xz |
-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]) |