[gnome-settings-daemon] 2.90.1



commit 6f26f965e3824bea64958af51e2d51186a62535d
Author: Bastien Nocera <hadess hadess net>
Date:   Wed Sep 22 11:28:43 2010 +0100

    2.90.1

 NEWS         |   14 ++++++++++++++
 configure.ac |    4 ++--
 2 files changed, 16 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 19440e7..6ce1517 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+===============
+Version 2.90.1
+===============
+
+- Apply keyboard a11y settings for newly plugged keyboards
+- Loads of compilation fixes for GTK3
+- Fix crasher when certain items are copied to the clipboard
+- Silent build by default
+
+Display:
+  - Don't try to activate display configurations where all the outputs are off
+  - Don't cycle through custom display configurations on XF86Display button press
+  - Add logging infrastructure
+
 ================
 Version 2.31.5.1
 ================
diff --git a/configure.ac b/configure.ac
index e0b3a3c..5296863 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,11 +1,11 @@
 AC_PREREQ([2.60])
 
-m4_define([gsd_api_version_major],[2])
+m4_define([gsd_api_version_major],[3])
 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.31.5.1],
+        [2.90.1],
         [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]