From 5b3c1bee4b46fc9646f3c25e83faba9c66257c78 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Mon, 22 Oct 2012 16:00:04 +0200 Subject: [PATCH] 3.7.1 --- NEWS | 44 ++++++++++++++++++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 45 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 45cab9c2b..04550c438 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,47 @@ +=========================== +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])