summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS29
-rw-r--r--configure.ac2
2 files changed, 30 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 4f8c4a04..320830b8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,35 @@
==============
+Version 3.25.2
+==============
+
+- Avoid initializing gtk+ on plugins that don't need it
+- Avoid loading gtk+ css theme since we don't have UI
+- Several correctness fixes pointed by Coverity
+- Fix for no plugins getting loaded under GDM
+- Mark forgotten strings in gschema files for translation
+- Translation updates
+
+Housekeeping:
+- Ignore GPFS and rootfs mounts
+
+Media-keys:
+- Make calculator key work again
+- Fix a few memory leaks
+- Changed MediaKeys D-Bus API to match API docs
+- Add support for new XF86RFKill keysym
+- Show OSD on hardware keyboard brightness changes
+
+Power:
+- Choose correct backlight device on laptops with hybrid graphics
+- Handle hardware keyboard brightness changes
+
+RFKill:
+- Disable the kernel's handling of rfkill events when the session is active
+
+==============
Version 3.24.0
==============
+
- Work-around possible deadlocks on startup
- Translation updates
diff --git a/configure.ac b/configure.ac
index 27fb8af5..8630c8b7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ([2.69])
AC_INIT([gnome-settings-daemon],
- [3.24.0],
+ [3.25.2],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-settings-daemon])
AC_CONFIG_SRCDIR([gnome-settings-daemon/gnome-settings-bus.c])