summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS30
-rw-r--r--configure.ac2
2 files changed, 31 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 3eeace85b..59f61b88c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,33 @@
+===============
+Version 3.17.90
+===============
+
+Date & Time:
+- Support for new "Pyongyang Time"
+
+Network:
+- Rename hotspot security key to "Password"
+- Fix unintentionally centered checkbutton labels
+
+Notifications:
+- Don't crash because of zero-length string
+
+Power:
+- Improve labels for wifi and mobile broadband toggles
+- Replace WiMax reference with LTE
+
+Printers:
+- Fix a problem where the wrong printer driver would get installed
+
+Region and Language:
+- Don't ever show all input sources in the chooser
+
+Sharing:
+- Accessibility improvements
+- Remove "Bluetooth" (Obex) sharing, moved into the
+ Bluetooth panel
+- Better UI when Bluetooth is disabled
+
==============
Version 3.17.3
==============
diff --git a/configure.ac b/configure.ac
index 87e06b817..4dccaa56f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-m4_define([gnome_control_center_version], 3.17.3)
+m4_define([gnome_control_center_version], 3.17.90)
AC_INIT([gnome-control-center], [gnome_control_center_version],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-control-center])