summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2011-03-08 08:30:46 +0000
committerBastien Nocera <hadess@hadess.net>2011-03-08 08:30:46 +0000
commit1ec12f154a43d15d9a38681c4ac589546b14a37a (patch)
treede78f6e1e6681c53137e23659141250a23c47bc5
parent6ead77f1d7140691bb6b0658c53e2579016da63d (diff)
downloadgnome-settings-daemon-GNOME_SETTINGS_DAEMON_2_91_91.tar.gz
-rw-r--r--NEWS29
-rw-r--r--configure.ac2
2 files changed, 30 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f248b315..49f1427b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,33 @@
===============
+Version 2.91.91
+===============
+
+Automount:
+- Fix crash when unlocking the screen saver
+- Don't queue volumes when session is inactive
+
+Housekeeping:
+- Use nautilus's D-Bus API to empty the trash
+
+Media keys:
+- Add magnifier in/out keybindings
+- Fix larger text/smaller text keybindings
+
+Mouse:
+- Make locate pointer feature work with GTK+ 3
+
+Printers:
+- Use new CUPS D-Bus API
+
+Updates:
+- Use auto-download updates when possible
+
+XSettings:
+- Also accept .gtk-module for GTK+ modules
+- Don't set Xft.lcdfilter, it's broken
+- Use "text-scaling-factor" key instead of DPI
+
+===============
Version 2.91.90
===============
diff --git a/configure.ac b/configure.ac
index 2a289655..41f4db4c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ([2.60])
AC_INIT([gnome-settings-daemon],
- [2.91.90],
+ [2.91.91],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-settings-daemon])
AC_CONFIG_SRCDIR([gnome-settings-daemon/gnome-settings-manager.c])