gnome-settings-daemon r537 - trunk



Author: rodrigo
Date: Tue Sep 23 10:04:01 2008
New Revision: 537
URL: http://svn.gnome.org/viewvc/gnome-settings-daemon?rev=537&view=rev

Log:
==================== 2.24.0 ====================

2008-09-23  Rodrigo Moya <rodrigo gnome-db org>

	* NEWS:
	* configure.ac: prepare for 2.24.0 release.

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

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Tue Sep 23 10:04:01 2008
@@ -1,3 +1,39 @@
+==============
+Version 2.24.0
+==============
+- Fix the fix for read-only home directories (Simon Zheng) (#530975)
+- Make the volume popup not crash when invoking it on any screen but
+  the first when using a compositing manager (Jens Granseuer)
+  (#551677)
+- Add GPLv2 copyright notice explicitly so that newer versions of
+  autotools don't declare us GPLv3 (Jens Granseuer) (#551956)
+- Specify GTK modules to load in a GConf directory instead of the
+  single /desktop/gnome/gtk-modules key (Jens Granseuer) (#539840)
+- Also allow linking the module state to other boolean keys by using
+  a string value that is the name of the key to use (Jens Granseuer)
+- Made the housekeeping plugin less aggressive by default (Michael J.
+  Chudobiak) (#552680)
+- Updated translations:
+  - af (Friedel Wolff)
+  - ar (Khaled Hosny)
+  - bn_IN (Runa Bhattacharjee)
+  - ca (Gil Forcada)
+  - da (Kenneth Nielsen)
+  - el (Kostas Papadimas)
+  - et (Priit Laes)
+  - he (Yair Hershkovitz)
+  - hu (Gabor Kelemen)
+  - it (Luca Ferretti)
+  - kn (Shankar Prasad)
+  - lt (Gintautas Miliauskas)
+  - ml (Praveen Arimbrathodiyil)
+  - mr (Sandeep Shedmake)
+  - pl (Wadim Dziedzic)
+  - pt_BR (Leonardo Ferreira Fontenelle)
+  - ro (MiÅu Moldovan)
+  - ta (Tirumurthi Vasudevan)
+  - zh_CN (Funda Wang)
+
 ===============
 Version 2.23.92
 ===============

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Tue Sep 23 10:04:01 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.92],
+        [2.24.0],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-settings-daemon])
 
 AC_CONFIG_SRCDIR([gnome-settings-daemon/gnome-settings-manager.c])



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