summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS24
-rw-r--r--configure.ac2
2 files changed, 25 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a044d38b..0ec3384a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,27 @@
+===============
+Version 3.23.90
+===============
+
+Color:
+- Add interface to support "Night Light" functionality
+
+Media-keys:
+- Fix a number of race conditions in shortcuts grabbing
+
+Power:
+- Free leaked UPower keyboard backlight
+- Fix keyboard backlight problems on some systems
+
+Rfkill:
+- Fix a number of possible race conditions and crashes with
+ slow rfkill devices
+
+Smartcard:
+- Fix a possible crash in smartcard plugin
+
+Wacom:
+- Move most of the Wacom support to mutter, including the OSD
+
==============
Version 3.23.3
==============
diff --git a/configure.ac b/configure.ac
index f860219e..0d169c8f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ([2.69])
AC_INIT([gnome-settings-daemon],
- [3.23.3],
+ [3.23.90],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-settings-daemon])
AC_CONFIG_SRCDIR([gnome-settings-daemon/gnome-settings-bus.c])