This commit is contained in:
Bastien Nocera 2013-01-15 15:40:53 +01:00
parent d6df12fa25
commit 7e94eca2fb
2 changed files with 44 additions and 1 deletions

43
NEWS
View file

@ -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
=============

View file

@ -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])