[gnome-settings-daemon] Release 2.30.0



commit 37a7ffe14670d0c0be29ab7ccfdf573ee27d65b2
Author: Rodrigo Moya <rodrigo gnome-db org>
Date:   Mon Mar 29 16:17:42 2010 +0200

    Release 2.30.0

 NEWS         |   32 ++++++++++++++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 33 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 881b548..721e541 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,35 @@
+==============
+Version 2.30.0
+==============
+
+- Protect XInput code by ifdefs if XInput isn't available (Daniel Macks) (#611670)
+- Don't play a sound when the volume doesn't change (Bastien Nocera) (#610001)
+- Fix linking with pedantic linkers (Bastien Nocera) (#610244)
+- Remove unused do_sleep_action function (Bastien Nocera)
+- Apply all keyboard settings to new keyboards (Bastien Nocera) (#610245)
+- Ensure the window is realized before we invalidate it (Richard Hughes) (#604918)
+- Replace "eject" spawn with GIO code (Bastien Nocera) (#580779)
+- Don't spawn xrdb (Martin Pitt) (#586276)
+- Add translator hint (Jens Granseuer) (#613647)
+- Disable font plugin by default (Bastien Nocera) (#613604)
+- Translations:
+  - bn (Jamil Ahmed)
+  - da (Ask H. Larsen)
+  - et (Ivar Smolin)
+  - eu (Inaki Larranaga Murgoitio)
+  - he (Nikos Bakaoukas)
+  - hu (Gabor Kelemen)
+  - ko (Changwoo Ryu)
+  - lt (Gintautas Miliauskas)
+  - nl (Hannie Dumoleyn, Reinout van Schouwen)
+  - nn (Torstein Adolf Winterseth)
+  - pa (A S Alam)
+  - pt (Duarte Loreto)
+  - ro (Adi Roiban)
+  - sl (Pavol Å imo)
+  - sr (MiloÅ¡ PopoviÄ?)
+  - uk (Maxim V. Dziumanenko)
+
 ===============
 Version 2.29.92
 ===============
diff --git a/configure.ac b/configure.ac
index ec2f4f6..92f20c8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,7 +5,7 @@ m4_define([gsd_api_version_minor],[0])
 m4_define([gsd_api_version],[gsd_api_version_major.gsd_api_version_minor])
 
 AC_INIT([gnome-settings-daemon],
-        [2.29.92],
+        [2.30.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]