summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS13
-rw-r--r--configure.ac2
2 files changed, 14 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 88388f90..ac4b6126 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+=============
+Version 3.5.2
+=============
+
+* Add api to parse and describe XML layouts (#676583)
+* Make monitor labels translucent and click-through (#675696)
+* Fix a crash in background slide-shows when the system clock
+ is behind (#673551)
+* Use "default" as the name for built-in laptop outputs (#949296)
+* Add a gnome-rr-debug tool to help with debugging GnomeRR issues
+
+* Translation updates
+
==============
Version 3.3.92
==============
diff --git a/configure.ac b/configure.ac
index d3c1a623..d89f8cfb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
m4_define(gnome_platform, 3)
m4_define(gnome_minor, 5)
-m4_define(gnome_micro, 1)
+m4_define(gnome_micro, 2)
dnl gnome_sub is an optional sub-version which will not be advertised to the user
dnl It allows to release a 2.30.1.1 which is just a better 2.30.1
dnl Leave empty if not needed