gnome-settings-daemon r638 - in trunk: . plugins/xrandr



Author: hadess
Date: Thu Dec 18 17:53:26 2008
New Revision: 638
URL: http://svn.gnome.org/viewvc/gnome-settings-daemon?rev=638&view=rev

Log:
2008-12-18  Bastien Nocera  <hadess hadess net>

	* NEWS: upd
	* configure.ac: 2.25.3
	update gnome-desktop requirements for the new GnomeRR API
	* plugins/xrandr/Makefile.am: Fix distcheck



Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/configure.ac
   trunk/plugins/xrandr/Makefile.am

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Thu Dec 18 17:53:26 2008
@@ -1,4 +1,18 @@
 ==============
+Version 2.25.3
+==============
+- Add support for fn-f7 type keys (SÃren Sandmann)
+- Use D-Bus instead of an X client mesage in the xrandr plugin, so
+  the front-end can get error messages as well (Federico Mena Quintero)
+- Fix crash when the X server doesn't have the XInput extension (Jens Granseuer) (#562977)
+- Don't call umask (Behdad Esfahbod) (#563543)
+- Shut the daemon down properly when the SIGTERM signal is received or the
+  D-Bus bus goes away (Ray Strode)
+- Restore AccessX bits to original values on exit, fixes sticky keys
+  coming on when gnome-settings-daemon has exited (Ray Strode)
+- Use only top-level glib and gtk+ headers (Pedro Fragoso) (#563796)
+
+==============
 Version 2.25.2
 ==============
 - No need to trap XkbQueryExtension and friends errors (Jens Granseuer) (#559346)

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Thu Dec 18 17:53:26 2008
@@ -5,7 +5,7 @@
 m4_define([gsd_api_version],[gsd_api_version_major.gsd_api_version_minor])
 
 AC_INIT([gnome-settings-daemon],
-        [2.25.2],
+        [2.25.3],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-settings-daemon])
 
 AC_CONFIG_SRCDIR([gnome-settings-daemon/gnome-settings-manager.c])
@@ -45,7 +45,7 @@
 GTK_REQUIRED_VERSION=2.13.1
 GCONF_REQUIRED_VERSION=2.6.1
 GIO_REQUIRED_VERSION=2.17.3
-GNOME_DESKTOP_REQUIRED_VERSION=2.23.90
+GNOME_DESKTOP_REQUIRED_VERSION=2.25.3
 LIBNOTIFY_REQUIRED_VERSION=0.4.3
 
 EXTRA_COMPILE_WARNINGS(yes)

Modified: trunk/plugins/xrandr/Makefile.am
==============================================================================
--- trunk/plugins/xrandr/Makefile.am	(original)
+++ trunk/plugins/xrandr/Makefile.am	Thu Dec 18 17:53:26 2008
@@ -68,7 +68,7 @@
 
 plugin_DATA = $(plugin_in_files:.gnome-settings-plugin.in=.gnome-settings-plugin)
 
-EXTRA_DIST = $(plugin_in_files) $(ICON_FILES)
+EXTRA_DIST = $(plugin_in_files) $(ICON_FILES) gsd-xrandr-manager.xml
 CLEANFILES = $(plugin_DATA) $(BUILT_SOURCES)
 DISTCLEANFILES = $(plugin_DATA)
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]