summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2013-05-29 14:34:24 -0400
committerMatthias Clasen <mclasen@redhat.com>2013-05-29 14:34:24 -0400
commit0b6ade7e4e1c036cc716f625646cadf1c3ad1882 (patch)
tree5a88b7d46653ee61799e9173322cb1f4ea725618
parent1917e020448f932a907e3ec8b6ca574b15612390 (diff)
downloadgnome-desktop-0b6ade7e4e1c036cc716f625646cadf1c3ad1882.tar.gz
3.9.13.9.1
-rw-r--r--NEWS10
-rw-r--r--configure.ac2
2 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 0eb0b2f3..f86972ba 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,14 @@
==============
+Version 3.9.1
+==============
+
+- gnome-xkb-info: Don't store duplicated layouts in locale tables
+- idle-monitor: Make per-device monitor fallible
+- wall-clock: Move ratio from msg id's to translations
+- idle-monitor: Allow multiple watches per alarm
+- Translation updates
+
+==============
Version 3.7.90
==============
diff --git a/configure.ac b/configure.ac
index f7f914ec..dcc6bc32 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
m4_define(gnome_platform, 3)
m4_define(gnome_minor, 9)
-m4_define(gnome_micro, 0)
+m4_define(gnome_micro, 1)
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