summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRui Matos <tiagomatos@gmail.com>2013-08-20 23:04:42 +0100
committerRui Matos <tiagomatos@gmail.com>2013-08-20 23:04:58 +0100
commit8faa40c220a7d75c9377da605d95c8ceadfa2730 (patch)
treee73c1b48e9ac29921c972da1e1bce261dadfb721
parent8b6ea2386552d65453827eb828861c371f8d634d (diff)
downloadgnome-control-center-GNOME_CONTROL_CENTER_3_9_90.tar.gz
-rw-r--r--NEWS42
-rw-r--r--configure.ac2
2 files changed, 43 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d9593c4c3..b727ccade 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,45 @@
+==============
+Version 3.9.90
+==============
+
+Background:
+- Add support for lock screen background
+
+Date & Time:
+- New design
+
+Display:
+- New design
+
+Keyboard:
+- Add a screencast shortcut entry
+
+Network:
+- Activate wired profiles when clicked
+- Don't show the airplane mode switch if the system doesn't support it
+
+Power:
+- Add a slider to control keyboard brightness
+
+Privacy:
+- Remove Name & Visibility section
+- Confirm before emptying trash or purging temporary files
+
+Sharing:
+- Don't allow empty passwords in screen sharing
+
+Shell:
+- Prevent the window from being taller than the height of the monitor
+- Use a GtkHeaderBar as the window's title bar
+- Use a GtkSearchBar for the search entry
+- Start search when typing
+
+User Accounts:
+- Enable checking for sequences in password
+- Add a short explanation of what enterprise login is and a note about
+ reduced functionality when offline
+- Design and interaction refinements
+
=============
Version 3.9.5
=============
diff --git a/configure.ac b/configure.ac
index 6a04dba6a..12558f34e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-m4_define([gnome_control_center_version], 3.9.5)
+m4_define([gnome_control_center_version], 3.9.90)
AC_INIT([gnome-control-center], [gnome_control_center_version],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-control-center])