This commit is contained in:
Richard Hughes 2013-02-05 15:19:13 +00:00
parent 09a9c19269
commit 6fed2986eb
2 changed files with 43 additions and 1 deletions

42
NEWS
View file

@ -1,3 +1,45 @@
=============
Version 3.7.5
=============
Background:
- Sort Pictures in order of most recently modified
- Update for gnome-shell Screenshot API changes
Color:
- Allow the user to remove automatically added profiles
- Show a summary page when running on a LiveCD
- Show sRGB and AdobeRGB profiles when selecting a profile for a display
- Use a EggListBox for the main device display to match the new mockups
- Use colord-session to calibrate the display
Display:
- Add support for 21:9 displays
Network:
- Add a spinner while connecting
- Add integrated "Add New Connection"
- Add VPN support to the connection editor
- Support new AP-mode hotspot functionality
Power:
- Add a dim screen switch
- Add idle-delay configuration
Printers:
- Attach toolbar controlling jobs to list of jobs
Screen:
- Remove screen panel
Sharing:
- Add a "show password" check button to the screen sharing dialog
- Don't show Media sharing without rygel
- Hide Bluetooth sharing when there is no Bluetooth adapter
Shell:
- Activate items on single click
=============
Version 3.7.4
=============

View file

@ -1,4 +1,4 @@
m4_define([gnome_control_center_version], 3.7.4)
m4_define([gnome_control_center_version], 3.7.5)
AC_INIT([gnome-control-center], [gnome_control_center_version],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-control-center])