summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS25
-rw-r--r--configure.ac2
2 files changed, 26 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 6907aec7..004c2e66 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,29 @@
=============
+Version 3.9.3
+=============
+
+Daemon:
+- Fix possible crash on start when calling setenv() after
+ starting threads
+
+Color:
+- Bump colord dependency
+
+Keyboard:
+- Don't show on the bus before we're fully initialised
+
+Wacom:
+- Fix calling for calibration from the notification
+- Add configure button to the OSD window
+
+Power:
+- Fix non-transient notifications sticking around
+- Simplify composite battery as advertised in the D-Bus API
+
+Updates:
+- Make sure only one notification appears
+
+=============
Version 3.9.2
=============
diff --git a/configure.ac b/configure.ac
index 5210f0a3..41ab4dfe 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ([2.60])
AC_INIT([gnome-settings-daemon],
- [3.9.2],
+ [3.9.3],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-settings-daemon])
AC_CONFIG_SRCDIR([gnome-settings-daemon/gnome-settings-manager.c])