diff options
author | Bastien Nocera <hadess@hadess.net> | 2016-09-13 12:23:39 +0200 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2016-09-13 12:34:36 +0200 |
commit | 894784547b13f4cafd60361eb8c5878c2c7ebef0 (patch) | |
tree | 550ad208e4c355b1954c7b2d82959a4cc8cf427d | |
parent | 1ff213fd18fac566ff1001972a7d17a8c9854298 (diff) | |
download | gnome-control-center-894784547b13f4cafd60361eb8c5878c2c7ebef0.tar.gz |
3.21.92GNOME_CONTROL_CENTER_3_21_92
-rw-r--r-- | NEWS | 29 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 30 insertions, 1 deletions
@@ -1,4 +1,33 @@ =============== +Version 3.21.92 +=============== +Privacy: +- Fix quoting of distro name and privacy URL + +Network: +- Fix warning when enabling hotspot +- Fix saving of IPv6 gateway +- Fix warning if IPv6 gateway is empty +- Fix IPv6 settings not being applicable when method changes +- Return better error when 8021x security is invalid +- Avoid warning when ad-hoc mode is invalid +- Re-set the SSID when enabling the Hotspot +- Fix crash when changing IPv4 DNS + +Keyboard: +- Many UI changes following up from the panel redesign +- Don't grab the mouse pointer when capturing shortcuts +- Don't regrab the keyboard after an event if already grabbed +- Fix grabs not working when initially showing the dialog +- Don't apply "Backspace" straight away +- Allow Tab and Super in accels +- Normalise Shift and Tab in shortcuts +- Fix shortcut label in RTL languages + +Region: +- Avoid a crash on panel destruction + +=============== Version 3.21.90 =============== diff --git a/configure.ac b/configure.ac index 96767b74f..935e38248 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -m4_define([gnome_control_center_version], 3.21.90) +m4_define([gnome_control_center_version], 3.21.92) AC_INIT([gnome-control-center], [gnome_control_center_version], [http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-control-center]) |