This commit is contained in:
Rui Matos 2014-07-23 15:48:16 +02:00
parent 84a9c519ec
commit 042d3302ee
2 changed files with 46 additions and 1 deletions

45
NEWS
View file

@ -1,3 +1,48 @@
==============
Version 3.13.4
==============
- Use correct window icon
- Translation updates
Background:
- Several small fixes
- Fix emblems on HiDPI
- Re-add drag'n'drop support
- Allow dropping colours as well
- Remember added colours
- Copy all the manually added backgrounds
Info:
- Fix logo on HiDPI
Keyboard:
- Allow "print screen" and "scroll lock" as compose key options
Mouse:
- Fix scroll test background on HiDPI
Notifications:
- Fix duplicates in application list
Power:
- Update automatic suspend label when CanHibernate is false
Region:
- Make it possible to add an input source by activating its row
Sharing:
- Add maximum height for the networks list box
- Use the selected URI from the file chooser, instead of the current
directory
User Accounts:
- Do not generate previews for directories
Wacom:
- Fix x/y ranges' swapping when calibrating on rotated screens
- Fix stylus back/forward button assignments
==============
Version 3.13.3
==============

View file

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