diff options
author | raveit65 <[email protected]> | 2016-06-08 17:01:28 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-06-08 17:01:28 +0200 |
commit | b09a581c6edd020a6dd88ca713642b6f0ba1faf4 (patch) | |
tree | 4eec815436dbed604a5175011c315f88267d183c | |
parent | 9f6135ad8c4e05e2f008210ce37d09745106e383 (diff) | |
download | mate-control-center-b09a581c6edd020a6dd88ca713642b6f0ba1faf4.tar.bz2 mate-control-center-b09a581c6edd020a6dd88ca713642b6f0ba1faf4.tar.xz |
release 1.15.0v1.15.0
-rw-r--r-- | NEWS | 7 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 8 insertions, 1 deletions
@@ -1,3 +1,10 @@ +1.15.0 + + * Translations update + * Change default hinting style of 'Subpixel smoothing' mode to slight + * Render hinting samples using ANTIALIAS_RGBA + * add style class appearance-window + 1.14.0 * Drop MateConf migration script * Drop "Ubuntu hacks" (--enable-ubuntu build option) as Ubuntu diff --git a/configure.ac b/configure.ac index 790737a4..cb5567b2 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([mate-control-center], [1.14.0], [htts://www.mate-desktop.org/]) +AC_INIT([mate-control-center], [1.15.0], [htts://www.mate-desktop.org/]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR([shell]) |