summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS17
-rw-r--r--configure.ac2
2 files changed, 18 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index b2b125aa..287a3106 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,21 @@
==============
+Version 3.10.0
+==============
+
+Power:
+- Fix laptop suspend when lid is closed even if external monitor is present
+- Test fixes, add test with a failing device battery
+
+Mouse:
+- Fix critical warning with touchpad settings
+
+Date & Time:
+- Fix possible crasher due to clash between json-c and json-glib
+
+Smartcard:
+- Fix run-time warning
+
+==============
Version 3.9.92
==============
diff --git a/configure.ac b/configure.ac
index 0c1a837e..87eb4739 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ([2.60])
AC_INIT([gnome-settings-daemon],
- [3.9.92],
+ [3.10.0],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-settings-daemon])
AC_CONFIG_SRCDIR([gnome-settings-daemon/gnome-settings-manager.c])