summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2017-02-14 19:26:59 +0100
committerBastien Nocera <hadess@hadess.net>2017-02-14 19:26:59 +0100
commit823107d9d9ea58a870fd0d4d0cebfee6712d0a91 (patch)
treef8c2b96c595ab8633d0bb30fb019044b0a0a01d6
parent0da930316569c77ce6a6dbcb5f236ebee1fb0738 (diff)
downloadgnome-settings-daemon-823107d9d9ea58a870fd0d4d0cebfee6712d0a91.tar.gz
-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])