diff --git a/NEWS b/NEWS index 2317769cd..088894c2c 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,46 @@ +============= +Version 3.7.4 +============= + +- Add new Sharing panel +- Add bash completion file +- Use GResources to handle UI files + +Shell: +- Make scrollbars reach to the edge of the window +- Don't search in .desktop file descriptions +- Remove prelight from search results +- Make search results descriptions dimmer +- Fix keyboard navigation in the search results and the main view +- Add --search and --list command-line options +- Add support for the back mouse button + +Region & Language: +- Add per-window input sources setting + +Keyboard: +- Allow key repeat rate of 110 chars/sec +- Add input-source-switcher to the shortcuts + +Power: +- Implement the new Power panel design + +Color: +- Only show the calibrate or add buttons when the device is selected +- Don't crash if no sensors are plugged in + +User Accounts: +- Port to use libaccountsservice (and drop the systemd direct dependency) +- Fix crash when built with cheese support +- Handle the real name not being set +- Add login history dialogue + +Printers: +- Control acceptance of jobs with enable switch + +Details: +- Remove Graphics section + ============= Version 3.7.3 ============= diff --git a/configure.ac b/configure.ac index 75d87de4b..85cd01583 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -m4_define([gnome_control_center_version], 3.7.3) +m4_define([gnome_control_center_version], 3.7.4) AC_INIT([gnome-control-center], [gnome_control_center_version], [http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-control-center])