summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2012-08-08 17:20:52 +0100
committerBastien Nocera <hadess@hadess.net>2012-08-08 17:20:52 +0100
commit0f5eae643b186162c1397e1b05b5aa19e144f77e (patch)
tree0b1da3f4deba2b9e57469784ca90ef55dcd5583b
parent54f5a8c7c6661ad6e7565f038a4e829d199b9d03 (diff)
downloadgnome-control-center-0f5eae643b186162c1397e1b05b5aa19e144f77e.tar.gz
-rw-r--r--NEWS48
-rw-r--r--configure.ac2
2 files changed, 49 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 2dd306c55..2f98a1858 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,52 @@
==========================
+Version 3.5.6 (2012-08-08)
+==========================
+
+- Add man page
+
+Display:
+- Fix possible error when the preferred mode is only
+ available on one of the two outputs in mirror mode
+
+Wacom:
+- Fix critical warning after calibration
+- Only do calibration for the selected tool
+
+Region:
+- Make ibus code more robust
+- Handle being opened twice gracefully
+- Require ibus 1.4.99 if ibus support is requested
+
+User accounts:
+- Update for realmd 0.6
+- Strip remote D-Bus errors from user-visible messages
+- Fix memory leaks
+
+Network:
+- Refactoring for mobile broadband support and bug fixes
+- Split the wireless panel
+- Only show extra details for the active connection
+- Add network strength to the details panel
+- Only show the disconnect button when a device is fully activated
+- Fix crash with Access Points with non UTF-8 names
+- Forget the last selected wireless network when the button is clicked
+- Improve hotspot dialogue
+
+Printers:
+- Add support for CUPS 1.6
+- Don't restrict the PPD list to PPDs with DeviceIDs
+- Cancel async operations correctly
+- Move jobs to a separate dialogue
+
+Brightness & Lock:
+- Make "show notifications" available even if we don't lock
+ the screen automatically
+
+Info:
+- Adapt for changed API in PackageKit
+- Small UI bug fixes
+
+==========================
Version 3.5.5 (2012-07-16)
==========================
diff --git a/configure.ac b/configure.ac
index 020f69460..f97ce8b83 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-m4_define([gnome_control_center_version], 3.5.5)
+m4_define([gnome_control_center_version], 3.5.6)
AC_INIT([gnome-control-center], [gnome_control_center_version],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-control-center])