summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2016-10-04 19:28:24 +0200
committerBastien Nocera <hadess@hadess.net>2016-10-11 11:07:21 +0200
commit5b3ac1cbf6b0bea98732f4610e340e50b69994ea (patch)
treefa61f0f0f7aed0028ac2e7a2c2f687d8600539d5
parentc07ef560dfeda2269ea69f05d8f5977b484fb11d (diff)
downloadgnome-settings-daemon-GNOME_SETTINGS_DAEMON_3_23_2.tar.gz
-rw-r--r--NEWS28
-rw-r--r--configure.ac2
2 files changed, 29 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 5113ae79..c9353837 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,32 @@
==============
+Version 3.23.2
+==============
+
+- This update requires gnome-session 3.23.2. It splits up
+ gnome-settings-daemon into separate helper daemons, making it
+ easier to root cause possible problems, and paving the way
+ to using systemd to handle the session
+- Remove localeexec wrapper now that gnome-session implements
+ that work-around
+- Loads of build fixes
+
+Color:
+- Require lcms2 2.2
+
+Power:
+- Ensure we blank the screen when locked
+- Make power plugin "mock" support a run-time check
+
+Sharing:
+- Fix crash on exit
+
+Sound:
+- Rename the sound plugin for PulseAudio
+
+Wacom:
+- Avoid warnings when switching VTs
+
+==============
Version 3.22.0
==============
diff --git a/configure.ac b/configure.ac
index 2a344fa9..805b9cec 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ([2.60])
AC_INIT([gnome-settings-daemon],
- [3.23.1],
+ [3.23.2],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-settings-daemon])
AC_CONFIG_SRCDIR([gnome-settings-daemon/gnome-settings-bus.c])