[gnome-settings-daemon] 2.91.3



commit a2293f38d26ec600b43f7696350ec38db56e0034
Author: Bastien Nocera <hadess hadess net>
Date:   Wed Nov 17 15:23:23 2010 +0000

    2.91.3
    
    Fix distcheck

 NEWS                              |   20 ++++++++++++++++++++
 configure.ac                      |    4 ++--
 gnome-settings-daemon/Makefile.am |    1 -
 plugins/xrandr/Makefile.am        |    2 +-
 4 files changed, 23 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index 2d9dcc7..9f0a95f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+==============
+Version 2.91.3
+==============
+
+- Remove xrdb plugin (Bastien Nocera)
+- Remove outdated GConf schemas (BN)
+- Handle a11y toggle shortcut keys in media-keys (BN)
+- Make volume down work when muted (BN)
+- Export the "cursor-blink-timeout" XSetting
+- Add test-system-timezone test program
+- Fix possible crasher in media-keys (William Jon McCann)
+- Make media-keys not crash when there are no listeners (BN)
+- Use a notification for the low space waring in housekeeping (WJMcC)
+- Make libnotify a hard-dependency (BN)
+- Add a real test application for housekeeping (BN)
+- Port daemon and xrandr plugin to GDBus (BN)
+- Fix possible warnings in keyboard plugin (BN)
+- Fix logout key shortcut not asking for a confirmation (BN)
+- Don't warn about low space when over 1GB is free (BN)
+
 ================
 Version 2.91.2.1
 ================
diff --git a/configure.ac b/configure.ac
index f248a5a..30d9173 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
 AC_PREREQ([2.60])
 
 AC_INIT([gnome-settings-daemon],
-        [2.91.2.1],
+        [2.91.3],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-settings-daemon])
 
 AC_CONFIG_SRCDIR([gnome-settings-daemon/gnome-settings-manager.c])
@@ -66,7 +66,7 @@ PKG_CHECK_MODULES(SETTINGS_DAEMON,
         gmodule-2.0
         gthread-2.0
         dbus-glib-1 >= $DBUS_GLIB_REQUIRED_VERSION
-	gsettings-desktop-schemas >= 0.0.2
+	gsettings-desktop-schemas >= 0.1.1
 )
 
 PKG_CHECK_MODULES(SETTINGS_PLUGIN,
diff --git a/gnome-settings-daemon/Makefile.am b/gnome-settings-daemon/Makefile.am
index 35154fd..69a614c 100644
--- a/gnome-settings-daemon/Makefile.am
+++ b/gnome-settings-daemon/Makefile.am
@@ -77,7 +77,6 @@ gnome_settings_daemon_LDADD = 		\
 
 EXTRA_DIST = 				\
 	$(Dbusapi_DATA)			\
-	gnome-settings-manager.xml	\
 	$(NULL)
 
 CLEANFILES = 				\
diff --git a/plugins/xrandr/Makefile.am b/plugins/xrandr/Makefile.am
index 29451e0..d20a4be 100644
--- a/plugins/xrandr/Makefile.am
+++ b/plugins/xrandr/Makefile.am
@@ -63,7 +63,7 @@ plugin_in_files =			\
 
 plugin_DATA = $(plugin_in_files:.gnome-settings-plugin.in=.gnome-settings-plugin)
 
-EXTRA_DIST = $(plugin_in_files) $(ICON_FILES) gsd-xrandr-manager.xml
+EXTRA_DIST = $(plugin_in_files) $(ICON_FILES)
 CLEANFILES = $(plugin_DATA)
 DISTCLEANFILES = $(plugin_DATA)
 



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