summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRui Matos <tiagomatos@gmail.com>2017-05-09 18:26:58 +0200
committerRui Matos <tiagomatos@gmail.com>2017-05-09 18:26:58 +0200
commit2ff67385f2b7c7adb0ab438cb41d114235a8e40a (patch)
tree93f12beb9c3cc97d844c9300fac04a247f62eac4
parentf9a41defd0693368f4b9489a8e8e9a684955dbbe (diff)
downloadgnome-settings-daemon-2ff67385f2b7c7adb0ab438cb41d114235a8e40a.tar.gz
-rw-r--r--NEWS10
-rw-r--r--configure.ac2
2 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 94778e92..04522a78 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,14 @@
==============
+Version 3.24.2
+==============
+
+- Fix plugins not getting started under gdm
+- Fix mmkeys D-Bus API to match API docs
+- Disable rfkill keys handling
+- Choose correct backlight device on laptops with hybrid graphics
+- Translation updates
+
+==============
Version 3.24.1
==============
diff --git a/configure.ac b/configure.ac
index b815aaa6..84c8ce23 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ([2.69])
AC_INIT([gnome-settings-daemon],
- [3.24.1],
+ [3.24.2],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-settings-daemon])
AC_CONFIG_SRCDIR([gnome-settings-daemon/gnome-settings-bus.c])