diff options
author | Rui Matos <tiagomatos@gmail.com> | 2013-08-20 23:04:42 +0100 |
---|---|---|
committer | Rui Matos <tiagomatos@gmail.com> | 2013-08-20 23:04:58 +0100 |
commit | 8faa40c220a7d75c9377da605d95c8ceadfa2730 (patch) | |
tree | e73c1b48e9ac29921c972da1e1bce261dadfb721 | |
parent | 8b6ea2386552d65453827eb828861c371f8d634d (diff) | |
download | gnome-control-center-8faa40c220a7d75c9377da605d95c8ceadfa2730.tar.gz |
-rw-r--r-- | NEWS | 42 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 43 insertions, 1 deletions
@@ -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]) |