gnome-settings-daemon r400 - trunk



Author: ssp
Date: Thu Jul 24 19:10:38 2008
New Revision: 400
URL: http://svn.gnome.org/viewvc/gnome-settings-daemon?rev=400&view=rev

Log:
+Thu Jul 24 14:48:04 2008  SÃren Sandmann  <sandmann redhat com>
+
+	* Downgrade intltool requirement to 0.37.1. 
+
+	This bug
+	
+	     http://bugzilla.gnome.org/show_bug.cgi?id=537352
+
+	says that's what I'm supposed to do. 
+
+	* Bump version number to 2.23.5
+
+	* NEWS: Update this file.
+	



Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/configure.ac

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Thu Jul 24 19:10:38 2008
@@ -1,4 +1,16 @@
 ==============
+Version 2.23.5
+==============
+- New settings for event sounds (Lennart Poettering) (#539786) 
+- Fix include path for building against uninstalled package.
+  (Damien Carbery) (#543289)
+- Remove 'daemon' from the warning message (Gerd Kohlberger) (#543095)
+- Make more shortcuts with shift work (Jens Granseuer) (#542275)
+- Update RandR code to use new gnome-desktop API (Soren Sandmann)
+- Fix accelerator check (Jens Granseuer) (#538699)
+- Detect and enable PulseAudio (Colin Walters) (#533198)
+
+==============
 Version 2.23.4
 ==============
 - Check for fontconfig instead of xft2 (Behdad Esfahbod)

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Thu Jul 24 19:10:38 2008
@@ -5,7 +5,7 @@
 m4_define([gsd_api_version],[gsd_api_version_major.gsd_api_version_minor])
 
 AC_INIT([gnome-settings-daemon],
-        [2.23.4],
+        [2.23.5],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-settings-daemon])
 
 AC_CONFIG_SRCDIR([gnome-settings-daemon/gnome-settings-manager.c])
@@ -25,7 +25,7 @@
 
 AC_CONFIG_HEADERS([config.h])
 
-IT_PROG_INTLTOOL([0.40.0])
+IT_PROG_INTLTOOL([0.37.1])
 
 GETTEXT_PACKAGE=gnome-settings-daemon
 AC_SUBST(GETTEXT_PACKAGE)



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