summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2012-07-17 18:33:13 +0100
committerBastien Nocera <hadess@hadess.net>2012-07-17 18:33:13 +0100
commit195f8977cdb7b7512915bbd488314837a3c1888c (patch)
tree0213985035bdc93226b55ee4211b374bbbe741f8
parent3a0022796611d02a29675d3114b35b1cada040e2 (diff)
downloadgnome-settings-daemon-195f8977cdb7b7512915bbd488314837a3c1888c.tar.gz
-rw-r--r--NEWS31
-rw-r--r--configure.ac2
2 files changed, 32 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 6b0b4bfc..36c29be7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,35 @@
=============
+Version 3.5.5
+=============
+
+* Add test applications for a number of plugins
+
+Color:
+- Fix notification-related memory leaks
+
+Keyboard:
+- Add support for switching to IBus input methods
+
+Wacom:
+- Fix crasher related to screen tablets
+- Do not rotate "pad" devices
+- Apply display rotation to device that's mapped to it
+- Make shortcuts that require Shift work as expected
+- Re-apply calibration and aspect-ratio when the screen changes
+ but don't apply it to touch devices
+
+Housekeeping:
+- Fix notification-related memory leaks
+
+Updates:
+- Remove unused settings
+- Remove a number of unused notifications
+- Don't ever live-update packages in the session
+- Fix a number of memory leaks
+- Prevent crash if a device that requires a firmware is removed before the
+ firmware search completes
+
+=============
Version 3.5.4
=============
diff --git a/configure.ac b/configure.ac
index e1ba389a..c946a295 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ([2.60])
AC_INIT([gnome-settings-daemon],
- [3.5.4],
+ [3.5.5],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-settings-daemon])
AC_CONFIG_SRCDIR([gnome-settings-daemon/gnome-settings-manager.c])