summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS36
-rw-r--r--configure.ac2
2 files changed, 37 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 25b87aa69..8f10e6d2f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,40 @@
===============
+Version 3.15.92
+===============
+
+- Updated translations
+- Revert "Disable SSLv3 because of POODLE" - gnome-online-accounts now
+ uses WebKit2
+- Make HighContrast icons work
+
+Network:
+- Don't save hidden configuration options
+- Make "only for this network" work for IPv6 VPNs
+
+Power:
+- Fix alignment of "Screen brightness" label
+
+Region:
+- Fix leak in input chooser
+- Reuse the input chooser instance
+
+Sharing:
+- Update help URI
+
+Sound:
+- Prevent two alerts being played at the same time under certain
+ circumstances
+- Fix visibility of bar when orientation is the same as the default
+- Fix a crash when switching inputs or outputs
+
+User Accounts:
+- Fix fingerprint delete dialog formatting
+
+Wacom:
+- Allow button mapping if the stylus has one button too
+- test: add Huion H610 Pro panel
+
+===============
Version 3.15.91
===============
diff --git a/configure.ac b/configure.ac
index 6b84a133d..61c22fb5a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-m4_define([gnome_control_center_version], 3.15.91)
+m4_define([gnome_control_center_version], 3.15.92)
AC_INIT([gnome-control-center], [gnome_control_center_version],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-control-center])