summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRui Matos <tiagomatos@gmail.com>2013-09-17 22:20:42 +0200
committerRui Matos <tiagomatos@gmail.com>2013-09-17 22:20:42 +0200
commite915582b93f4218bc2aa1a8b1832083461ab56e2 (patch)
tree03c055248bd5f88fb605b47d3176d4c3e3b35824
parent33c8a8743892ba5d2201cacc16a61bcd58d446cb (diff)
downloadgnome-settings-daemon-e915582b93f4218bc2aa1a8b1832083461ab56e2.tar.gz
-rw-r--r--NEWS26
-rw-r--r--configure.ac2
2 files changed, 27 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index b6714152..b2b125aa 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,29 @@
+==============
+Version 3.9.92
+==============
+
+- Several fixes to the test suite
+
+Color:
+- Correct the transposed bits in the EDID parser
+
+Datetime:
+- Set geoclue distance threshold
+
+Power:
+- Fix a crash when hibernating on low power
+- Ignore battery devices that aren't present
+- Update the composite device on startup
+- Default to the keyboard backlight being unavailable
+
+Updates:
+- Fix a crash
+- Use gnome-software if it is installed
+- Do not clear the offline-update if rebooting succeeded
+
+Wacom:
+- Fix a crash
+
================
Version 3.9.91.1
================
diff --git a/configure.ac b/configure.ac
index 90236d1e..8be22a86 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ([2.60])
AC_INIT([gnome-settings-daemon],
- [3.9.91.1],
+ [3.9.92],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-settings-daemon])
AC_CONFIG_SRCDIR([gnome-settings-daemon/gnome-settings-manager.c])