diff options
-rw-r--r-- | NEWS | 9 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 10 insertions, 1 deletions
@@ -1,3 +1,12 @@ +1.15.2 + + * Translations update + * GTK+3 appearance: don't show Colors tab in Customize Theme dialog + * distcheck: explicitly use currently selected GTK+ version + * drop dconf 0.10 compatibility (it's ancient) + * appearance: make theme name centered in GTK+3 too + * appearance: place theme name below theme preview in GTK+3 too + 1.15.1 * bump mate-desktop requires version diff --git a/configure.ac b/configure.ac index 1e77a942..503dbb67 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([mate-control-center], [1.15.1], [htts://www.mate-desktop.org/]) +AC_INIT([mate-control-center], [1.15.2], [htts://www.mate-desktop.org/]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR([shell]) |