summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS41
-rw-r--r--configure.ac2
2 files changed, 42 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 26f6f897..274b7a05 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,44 @@
+==============
+Version 3.1.90
+==============
+
+A11Y-keyboard:
+- Use GIO's DBus API instead of dbus-glib's (Rodrigo Moya)
+
+Color:
+- Don't use uninitialized GErrors (Matthias Clasen)
+- Do not set an age for display and printer profiles (Richard Hughes)
+- Remove the ability to disable notifications (Richard Hughes)
+- Do not search user-icc directories if they do not exist (Richard Hughes) (#657484)
+
+Daemon:
+- Add Unity to OnlyShowIn value for autostart desktop file (Michael Terry) (#654919)
+
+Media keys:
+- Don't go up to 11 (Bastien Nocera) (#649411)
+
+Mouse:
+- Be more careful to avoid segfaults (Matthias Clasen) (#657462)
+
+Power:
+- Ensure the critical battery beep is stopped when the AC is inserted (Richard Hughes)
+- Ensure we lock the screen before suspending on lid close (Richard Hughes) (#655924)
+- Add mention of bug 652183 (Bastien Nocera)
+
+Smartcard:
+- Use GIO's DBus API instead of dbus-glib's (Rodrigo Moya)
+
+Updates:
+- Do not log a warning if the firmware-missing file does not exist (Richard Hughes)
+- Do not log a warning at startup if getting the upgrade list is not supported (Richard Hughes) (#657483)
+
+Translations:
+- bg (Alexander Shopov)
+- id (Andika Triwidada)
+- pa (A S Alam)
+- ta (Dr.T.Vasudevan)
+- zh_CN (Aron Xu)
+
=============
Version 3.1.5
=============
diff --git a/configure.ac b/configure.ac
index 3cae8f7a..c3a5575d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ([2.60])
AC_INIT([gnome-settings-daemon],
- [3.1.5],
+ [3.1.90],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-settings-daemon])
AC_CONFIG_SRCDIR([gnome-settings-daemon/gnome-settings-manager.c])