summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormonsta <[email protected]>2017-03-26 00:30:16 +0300
committermonsta <[email protected]>2017-03-26 00:30:16 +0300
commitf2055e25c372e47e7408f68d14527d9b578cf5d6 (patch)
treef91f6c30a3ebc0dc0aaa8a41e713e7856357b3d4
parentdb380cc7bd2aacd5e3c68a2abbc36fd267a64daa (diff)
downloadmate-desktop-1.16.tar.bz2
mate-desktop-1.16.tar.xz
release 1.16.2v1.16.21.16
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 33e964c..ac72233 100644
--- a/NEWS
+++ b/NEWS
@@ -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]),