summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--NEWS43
-rw-r--r--configure.ac2
3 files changed, 51 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5e5e0b77..b812c3a4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+==================== 2.25.1 ====================
+
+2008-11-04 Rodrigo Moya <rodrigo@gnome-db.org>
+
+ * NEWS:
+ * configure.ac: prepare for 2.25.1 release
+
2008-11-04 Behdad Esfahbod <behdad@gnome.org>
* gnome-settings-daemon/main.c (daemonize), (main): Use a pipe
diff --git a/NEWS b/NEWS
index 95c88593..f2f16e06 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,47 @@
==============
+Version 2.25.1
+==============
+- Ignore the 'activate' signal for deselected items so that the rotation
+ setting doesn't reset when the systray menu is opened (Eric Piel)
+ (#554951)
+- Don't make togglekeys_enable depend on global AccessX state (Jens
+ Granseuer) (#555009)
+- Fix picking up of the GDM layout (Matthias Clasen) (#554525 and
+ #555873)
+- Use printf safely (Christian Persch) (#555553)
+- Show the shutdown dialog when the power button is pressed (Matthias
+ Clasen) (#556307)
+- Support the Gtk/ButtonImages XSetting (Matthias Clasen) (#556797)
+- Clean-up volume initialization (Jens Granseuer) (#552383)
+- Make the composited volume images more clear (Bogdan Butnaru)
+ (#557307)
+- Spawn screensaver process in idle callback (Rodrigo Moya)
+- Remove sound plugin (Jens Granseuer) (#557806)
+- Replace gnome_help_display_desktop with gtk_show_uri (Jens Granseuer)
+ (#557808)
+- Listen for X device changes and reconfigure the mouse if necessary
+ (William Grant) (#549267)
+- Remove AM_MAINTAINER_MODE (Jens Granseuer) (#558503)
+- Disable xrdb plugin by default (Behdad Esfahbod) (#557807)
+- Improve performance logging annotations (Behdad Esfahbod) (#559162)
+- Cleanup font module (Behdad Esfahbod) (#559163)
+- Don't trap errors around grab_key (Behdad Esfahbod) (#559164)
+- Don't run 'mousetweaks -s' at startup (Behdad Esfahbod) (#559165)
+- Start fontconfig monitors, mouse and clipboard managers in idle
+ callbacks (Behdad Esfahbod) (#559166)
+- Preload gconf dirs when feasible (Behdad Esfahbod) (#559167)
+- Wait for initialization processes to be done before spawning other
+ processes (Behdad Esfahbod) (#559168)
+- Don't close stderr to not lose warnings (Behdad Esfahbod)
+- Use a pipe to communicate between children and parent process instead
+ of a signal (Behdad Esfahbod)
+- Updated translations:
+ - et (Priit Laes)
+ - mk (Jovan Naumovski)
+ - pt_BR (Leonardo Ferreira Fontenelle)
+ - sk (Marcel Telka)
+
+==============
Version 2.24.0
==============
- Fix the fix for read-only home directories (Simon Zheng) (#530975)
diff --git a/configure.ac b/configure.ac
index 3be337b0..088fd75a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,7 +5,7 @@ m4_define([gsd_api_version_minor],[0])
m4_define([gsd_api_version],[gsd_api_version_major.gsd_api_version_minor])
AC_INIT([gnome-settings-daemon],
- [2.24.0],
+ [2.25.1],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-settings-daemon])
AC_CONFIG_SRCDIR([gnome-settings-daemon/gnome-settings-manager.c])