summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2010-11-17 15:23:23 +0000
committerBastien Nocera <hadess@hadess.net>2010-11-17 16:05:15 +0000
commita2293f38d26ec600b43f7696350ec38db56e0034 (patch)
tree85ac45db95e540dabbe802d03b84ab63b4fba0d4
parent29f16a71904fdf1262c76e3a36f328e6d063d552 (diff)
downloadgnome-settings-daemon-a2293f38d26ec600b43f7696350ec38db56e0034.tar.gz
Fix distcheck
-rw-r--r--NEWS20
-rw-r--r--configure.ac4
-rw-r--r--gnome-settings-daemon/Makefile.am1
-rw-r--r--plugins/xrandr/Makefile.am2
4 files changed, 23 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 2d9dcc76..9f0a95f7 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 f248a5a2..30d9173e 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 35154fd7..69a614ce 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 29451e05..d20a4be9 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)