summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2013-02-19 19:23:18 +0100
committerBastien Nocera <hadess@hadess.net>2013-02-19 19:23:18 +0100
commit4f553929973e8edcb594301c0c87bf30810d40ac (patch)
tree703c10bb5bc453c31a9b659217223e42451cd3dc
parent367d9dd051d1a1a52bc9fc4d64e7dc5f9a907482 (diff)
downloadgnome-settings-daemon-GNOME_SETTINGS_DAEMON_3_7_90.tar.gz
-rw-r--r--NEWS45
-rw-r--r--configure.ac2
2 files changed, 46 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index c07c5ec6..cc9a2a5c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,48 @@
+==============
+Version 3.7.90
+==============
+
+- Set locale and IBus envvars on startup for our children
+- Remove background plugin, as background handling is now
+ done in gnome-shell
+
+A11y settings:
+- Import GIO instead of GTK+/GDK
+- Do enable toolkit accessibility, even if we don't need it,
+ for the benefit of third-party/legacy toolkits and apps
+
+Media keys:
+- Add other bindings to the whitelist
+
+Cursor:
+- Enable the on-screen keyboard when touch is used
+
+Keyboard:
+- Adapt to gnome-xkb-info API change
+
+Power:
+- Make blanking timeouts match
+- Show notifications when about to suspend from idle
+- Wake up the display when about to logout
+- Adapt to new GnomeIdleMonitor API
+- Don't change the brightness on inactive sessions
+
+Remote Display:
+- Disable animations on Xvnc as well
+- Re-enable animations if Vino is gone
+
+Sound:
+- Avoid polling non-existent directories
+
+Updates:
+- Fix crasher when firmware updates is disabled
+
+XSettings:
+- propagate the remember-recent-files GSetting to XSettings
+
+Wacom:
+- Bump req for GDK_FULLSCREEN_ON_ALL_MONITORS
+
===============
Version 3.7.5.1
===============
diff --git a/configure.ac b/configure.ac
index 6dfa4ea6..49035f33 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ([2.60])
AC_INIT([gnome-settings-daemon],
- [3.7.5.1],
+ [3.7.90],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-settings-daemon])
AC_CONFIG_SRCDIR([gnome-settings-daemon/gnome-settings-manager.c])