summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS32
-rw-r--r--configure.ac2
2 files changed, 33 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 21f9373a5..b2f6e92e6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,35 @@
+==============
+Version 3.9.91
+==============
+
+Date & Time:
+- Hide the NTP switch when the service is unavailable
+- Show the automatic timezone switch
+- Display timezone offset in a slightly nicer way
+
+Display:
+- Add the current background to the display previews and improve the
+ display number indicators
+
+Network:
+- Wrap the DNS list for mobile networks
+- Mark connection editor as changed when toggling the 'Only use for
+ resources on its network' checkbox
+
+Online Accounts:
+- Add keywords for Kerberos, SMTP and IMAP to ease search
+- Increase the height of the "Add Account" dialog to accommodate the
+ list of Chat providers
+
+Printers:
+- When adding a printer, do not prompt for user crendentials on every
+ network samba server we discover that needs them. Instead, show such
+ servers in the list and prompt only when users explicitly select
+ them
+
+Shell:
+- Avoid width changes when searching
+
================
Version 3.9.90.1
================
diff --git a/configure.ac b/configure.ac
index 631a38e80..d27b9192d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-m4_define([gnome_control_center_version], 3.9.90.1)
+m4_define([gnome_control_center_version], 3.9.91)
AC_INIT([gnome-control-center], [gnome_control_center_version],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-control-center])