summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@gnome-db.org>2009-08-14 11:20:32 +0200
committerRodrigo Moya <rodrigo@gnome-db.org>2009-08-14 11:20:32 +0200
commitd633206f289155cbc891a956c8d3dd9151bfa2d4 (patch)
tree2005ccdeaea087e5335c4d60cdb543fae763fa2f
parent03e60f3f8425e8bc046b64bac86e665911f911fd (diff)
downloadgnome-settings-daemon-GNOME_SETTINGS_DAEMON_2_27_90.tar.gz
-rw-r--r--NEWS21
-rw-r--r--configure.ac2
2 files changed, 22 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index dc8e355d..7cac8634 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+===============
+Version 2.27.90
+===============
+
+- Update gnome-volume-control from gnome-media (Bastien Nocera) (#589825)
+- Fix crash in gvc_mixer_stream_is_running() (Chris Coulson) (#590073)
+- Add '-k' option to syndaemon call for 'Disable touchpad while typing'
+ (C de-Avillez) (#590588)
+- Low disk space warning bug-fixes (Chris Coulson) (#591153)
+- Translations:
+ - br (Denis Arnaud)
+ - es (Jorge González)
+ - et (Ivar Smolin, Priit Laes and Mattias Põldaru)
+ - fr (Nicolas Repentin and Claude Paroz)
+ - gl (Antón Méixome)
+ - nb (Kjartan Maraas)
+ - or (Manoj Kumar Giri)
+ - sv (Daniel Nylander)
+ - ta (drtvasudevan)
+ - zh_CN (Ray Wang)
+
==============
Version 2.27.5
==============
diff --git a/configure.ac b/configure.ac
index 69cc93da..7f2b8279 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.27.5],
+ [2.27.90],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-settings-daemon])
AC_CONFIG_SRCDIR([gnome-settings-daemon/gnome-settings-manager.c])