summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2016-09-13 12:23:39 +0200
committerBastien Nocera <hadess@hadess.net>2016-09-13 12:34:36 +0200
commit894784547b13f4cafd60361eb8c5878c2c7ebef0 (patch)
tree550ad208e4c355b1954c7b2d82959a4cc8cf427d
parent1ff213fd18fac566ff1001972a7d17a8c9854298 (diff)
downloadgnome-control-center-894784547b13f4cafd60361eb8c5878c2c7ebef0.tar.gz
-rw-r--r--NEWS29
-rw-r--r--configure.ac2
2 files changed, 30 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 970bae112..a80b29976 100644
--- a/NEWS
+++ b/NEWS
@@ -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])