summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@gnome-db.org>2010-03-29 16:17:42 +0200
committerRodrigo Moya <rodrigo@gnome-db.org>2010-03-29 16:17:42 +0200
commit37a7ffe14670d0c0be29ab7ccfdf573ee27d65b2 (patch)
treeb0cc827cd3daf3f0ec941129a0f383e73ecdb341
parent126d3801fc8098173f22bef0babdaaf61dde7947 (diff)
downloadgnome-settings-daemon-37a7ffe14670d0c0be29ab7ccfdf573ee27d65b2.tar.gz
-rw-r--r--NEWS32
-rw-r--r--configure.ac2
2 files changed, 33 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 881b548b..721e541f 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 ec2f4f6b..92f20c8c 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])