[gnome-settings-daemon] Release 3.1.5



commit a9756f7e5ef5777fbdca302919bfbeb35e76f6b3
Author: Rodrigo Moya <rodrigo gnome-db org>
Date:   Tue Aug 16 10:23:04 2011 +0200

    Release 3.1.5

 NEWS         |   53 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 54 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 998c12b..f9321d6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,57 @@
 =============
+Version 3.1.5
+=============
+
+A11y-keyboard:
+- Enable plugin by default (Rodrigo Moya) (#656287)
+
+Automount:
+- Link against the private profiler library (Cosimo Cecchi)
+- Add some missing includes (Cosimo Cecchi)
+- Don't ship the .in file, just the .in.in one (Bastien Nocera)
+- Silence two trivial -Wformat-security warnings (Richard Hughes)
+
+Color:
+- Do not show multiple warnings if colord is not available at runtime (Richard Hughes)
+- Fix a potential crash when unloading the color plugin (Richard Hughes)
+- Fix a potential crash if creating the per-user ICC directory fails (Richard Hughes)
+- Make lcms2 a hard dependency (Richard Hughes)
+
+Housekeeping:
+- Use new g_format_size() instead of g_format_size_for_display() (Javier JardÃn)
+
+Media keys:
+- Don't preserve the path after filling (Cosimo Cecchi)
+- Remove the half pixel offset from the progressbar fill (Cosimo Cecchi)
+- Always round the render coordinates for media icons (Cosimo Cecchi)
+
+Power:
+- Add the idle actions (Richard Hughes)
+- Show a status icon when in fallback mode (Richard Hughes)
+- Respect the idle-dim-ac and idle-dim-battery configuration keys (Richard Hughes)
+- Add a backlight helper, as xbacklight isn't always present (Richard Hughes)
+- Fall back to the backlight helper if xbacklight is not available (Richard Hughes)
+- Fix a potential crash when unloading the power plugin (Richard Hughes)
+- Ensure we return the new percentage when changing the brightness (Richard Hughes)
+
+Updates:
+- Do not use deprecated PackageKit #defines (Richard Hughes)
+
+Wacom:
+- Invert TPCButton setting (Peter Hutterer) (#656372)
+
+Translations:
+- es (Daniel Mustieles)
+- fa (Arash Mousavi)
+- gl (Fran Dieguez)
+- he (Yaron Shahrabani)
+- ru (Yuri Kozlov)
+- sl (Andrej ÅnidarÅiÄ)
+- sv (Daniel Nylander)
+- zh_HK (Chao-Hsiung Liao)
+- zh_TW (Chao-Hsiung Liao)
+
+=============
 Version 3.1.4
 =============
 
diff --git a/configure.ac b/configure.ac
index 29492b1..3cae8f7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
 AC_PREREQ([2.60])
 
 AC_INIT([gnome-settings-daemon],
-        [3.1.4],
+        [3.1.5],
         [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]