diff options
-rw-r--r-- | NEWS | 10 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 11 insertions, 1 deletions
@@ -1,3 +1,13 @@ +1.16.1 + * Appearance: fix live updating of the various theme details + * Appearance: fix vertical expand of content on window resize in + GTK+3 build + * Keyboard: fix vertical expand of content on window resize in + GTK+3 build + * Shell: force icon size in libslab to avoid huge icons + * GTK+3: fix build with marco 1.17 + * Fix a couple of memleaks + 1.16.0 * Build: drop dconf 0.10 compatibility * Appearance: change default hinting style to slight and render diff --git a/configure.ac b/configure.ac index 8dcb34f5..c1b7a282 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([mate-control-center], [1.16.0], [htts://www.mate-desktop.org/]) +AC_INIT([mate-control-center], [1.16.1], [http://www.mate-desktop.org/]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR([shell]) |