summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2013-07-30 08:28:18 -0400
committerMatthias Clasen <mclasen@redhat.com>2013-07-30 08:39:20 -0400
commitb4db806a0ce050ef70b92a428755f0d3dc7c844e (patch)
treef5dbd3d067a3f2a5a2ce06ae00d13ee729c6b027
parent80b400b717bc556fcd42f93b297410d3c4f56631 (diff)
downloadgnome-desktop-b4db806a0ce050ef70b92a428755f0d3dc7c844e.tar.gz
3.9.53.9.5
-rw-r--r--NEWS12
-rw-r--r--configure.ac4
2 files changed, 14 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index f86972ba..6d2eb09d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,16 @@
==============
+Version 3.9.5
+==============
+
+- xkb: Ensure strings are UTF-8
+- gnome-rr: Fix a crash
+- gnome-rr: Be more careful when parsing EDID
+- wall-clock: Initialize gettext
+- gnome-bg: Objects without a filename are not slideshows
+- gnome-xkb-info: Fix memory leaks
+- Translation updates
+
+==============
Version 3.9.1
==============
diff --git a/configure.ac b/configure.ac
index dcc6bc32..40202745 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,10 +1,10 @@
m4_define(gnome_platform, 3)
m4_define(gnome_minor, 9)
-m4_define(gnome_micro, 1)
+m4_define(gnome_micro, 5)
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
-m4_define(gnome_sub, 1)
+m4_define(gnome_sub, )
m4_define(gnome_version, [gnome_platform.gnome_minor.gnome_micro]m4_ifval(gnome_sub, .gnome_sub)),