summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2012-10-22 16:00:04 +0200
committerBastien Nocera <hadess@hadess.net>2012-10-22 16:04:43 +0200
commit5b3c1bee4b46fc9646f3c25e83faba9c66257c78 (patch)
treee29f8a0533dec89e1666fab46704679085148fda
parente12f23811bc7f1b6ad83a0e7aa3fbf6367752298 (diff)
downloadgnome-control-center-5b3c1bee4b46fc9646f3c25e83faba9c66257c78.tar.gz
-rw-r--r--NEWS44
-rw-r--r--configure.ac2
2 files changed, 45 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 45cab9c2b..04550c438 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,48 @@
===========================
+Version 3.7.1 (2012-22-10)
+===========================
+
+All:
+- Improve contexts for ambiguous strings
+
+Background:
+- Optimise preview for the usual shell layout
+- Handle copy cancellation correctly
+- Fix crash when exiting panel too quickly
+
+Keyboard:
+- Ensure the dir name shown matches the XDG Pictures dir
+
+Network:
+- Rename "Wireless" to "Wi-Fi" in the UI
+- Add more keywords to the desktop file
+- Fix 8021x connections
+- Add an 'Ignore Hosts' entry to the proxy page
+- Minimal support for unrecognized device types
+- Add support for showing bond slaves
+
+Mouse:
+- Don't show touchpad disable button when there's no mouse
+
+Screen:
+- Handle brightness calls finishing after we're done
+
+Info:
+- Don't block for PackageKit
+- Detect and display Virtualisation method used
+
+User Accounts:
+- Remove the autologin checkmark
+- Logged in status identification
+- Complete discover on failure
+- Remove the realmd version check
+- Recognize that some kerberos domains cannot be joined
+- Set timeouts on all realmd interface proxies
+- Don't have domains twice in the drop down
+- Require logind for session tracking
+- fix wrong sensitivity of the autologin combo
+
+===========================
Version 3.6.1 (2012-08-10)
===========================
diff --git a/configure.ac b/configure.ac
index c1f29e9c3..8f0a90544 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-m4_define([gnome_control_center_version], 3.6.1)
+m4_define([gnome_control_center_version], 3.7.1)
AC_INIT([gnome-control-center], [gnome_control_center_version],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-control-center])