diff options
author | monsta <[email protected]> | 2017-03-26 00:30:16 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2017-03-26 00:30:16 +0300 |
commit | f2055e25c372e47e7408f68d14527d9b578cf5d6 (patch) | |
tree | f91f6c30a3ebc0dc0aaa8a41e713e7856357b3d4 | |
parent | db380cc7bd2aacd5e3c68a2abbc36fd267a64daa (diff) | |
download | mate-desktop-f2055e25c372e47e7408f68d14527d9b578cf5d6.tar.bz2 mate-desktop-f2055e25c372e47e7408f68d14527d9b578cf5d6.tar.xz |
-rw-r--r-- | NEWS | 8 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 9 insertions, 1 deletions
@@ -1,3 +1,11 @@ +mate-desktop 1.16.2 + + * Background: fix crossfade issues with recent GTK+3 versions + * Background: fix more graphics issues to allow Caja to use background + for directory windows in GTK+3 build + * Background: fix memleaks and other misc issues + * mate-about: fix URL centering in GTK+3 build + mate-desktop 1.16.1 * mate-bg: fix regression that caused font color in Caja to be diff --git a/configure.ac b/configure.ac index d29770b..861ef6d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ m4_define([mate_platform], [1]) m4_define([mate_minor], [16]) -m4_define([mate_micro], [1]) +m4_define([mate_micro], [2]) m4_define(mate_version, [mate_platform.mate_minor.mate_micro]), |