summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS20
-rw-r--r--configure.ac2
2 files changed, 21 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 8c0b321a4..25b87aa69 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,24 @@
===============
+Version 3.15.91
+===============
+
+Details:
+- Fix a possible crash with Firefox' nightly builds
+
+Display:
+- Fix clone mode leading to broken setups in some cases
+
+Region:
+- Add a way to sort input sources, so that the default source
+ can be chosen
+
+User Accounts:
+- Don't show fingerprint options if disabled
+- Fix possible crash handling Enterprise logins
+
+- Updated translations
+
+===============
Version 3.15.90
===============
diff --git a/configure.ac b/configure.ac
index 3461e4e18..6b84a133d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-m4_define([gnome_control_center_version], 3.15.90)
+m4_define([gnome_control_center_version], 3.15.91)
AC_INIT([gnome-control-center], [gnome_control_center_version],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-control-center])