diff options
author | raveit65 <[email protected]> | 2017-06-16 16:16:38 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-06-16 16:16:38 +0200 |
commit | 0f98ba8b325a306762fd1e2348a3319afaeaa1ee (patch) | |
tree | c809ebc5f3464cb895031ae8fe99f846e126f2c5 | |
parent | 5a767fc352984027e5f8082c7ff850494abb8ba7 (diff) | |
download | mate-control-center-0f98ba8b325a306762fd1e2348a3319afaeaa1ee.tar.bz2 mate-control-center-0f98ba8b325a306762fd1e2348a3319afaeaa1ee.tar.xz |
release 1.18.2v1.18.2
-rw-r--r-- | NEWS | 8 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 9 insertions, 1 deletions
@@ -1,3 +1,11 @@ +### mate-control-center 1.18.2 + + * Translations update + * libslab: make ThemedIcon use style_updated instead of style_set + * libslab: correct icon loading code + * Restore Polish translation credits from GNOME + * about-me-password UI: set max_width_chars for description-label + ### mate-control-center 1.18.1 * Add support for switching themes on Metacity >= 3.20. diff --git a/configure.ac b/configure.ac index cf8c8cff..6438c222 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([mate-control-center], [1.18.1], [http://www.mate-desktop.org/]) +AC_INIT([mate-control-center], [1.18.2], [http://www.mate-desktop.org/]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR([shell]) |