diff options
author | monsta <[email protected]> | 2015-10-05 14:25:54 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2015-10-05 14:25:54 +0300 |
commit | b5e3b0252fafbc7e680ed65980f43c72514fd866 (patch) | |
tree | 2dbf2192dca2e964405c5cddee7cd3d2b7a51498 | |
parent | a8197480aa9d58183b63158ae97ba9471ee383cf (diff) | |
download | mate-control-center-b5e3b0252fafbc7e680ed65980f43c72514fd866.tar.bz2 mate-control-center-b5e3b0252fafbc7e680ed65980f43c72514fd866.tar.xz |
Bump version to 1.10.2mate-control-center-1.10.21.10
-rw-r--r-- | NEWS | 8 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 9 insertions, 1 deletions
@@ -1,3 +1,11 @@ +1.10.2 + * Appearance: fix possible segmentation fault on closing + * Appearance: allow to save notification theme optionally + * Display: made changing refresh rate actually work + * Fix build with prefix other than /usr + * Help fixes + * Translations update + 1.10.1 * Appearance: add theme changing support for metacity >= 3.16 * Help fixes diff --git a/configure.ac b/configure.ac index f3e328c3..eb6305c8 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([mate-control-center], [1.10.1], [htts://www.mate-desktop.org/]) +AC_INIT([mate-control-center], [1.10.2], [htts://www.mate-desktop.org/]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR([shell]) |