summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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]),