This commit is contained in:
Bastien Nocera 2014-08-19 19:56:21 +02:00
parent 4b04bc53fc
commit 7be435e566
2 changed files with 40 additions and 1 deletions

39
NEWS
View file

@ -1,3 +1,42 @@
===============
Version 3.13.90
===============
Color:
- Do not set the 'Details' button for virtual profiles
Keyboard:
- Suggest to automatically set reverse bindings
Network:
- Make broken configuration entries red
- Create WPA protected AP hotspot if supported
- Fix network icon names for newer versions
- Remove "..." from dialogue titles
- Add DNS to the keywords
- Fix typo in NetworkManager version checking
Printers:
- Allow to add AppSocket/HP JetDirect and LPD printers
Privacy:
- Add location setting
Search:
- add support for default disabled search providers
Sharing:
- Fix crash in media preferences
- Avoid truncated folders list in media sharing
- Make it possible to share remote folders
User Accounts:
- fix response sensitivity of photo dialog
- allow password changing if old password isn't set or empty
- Add restart notification
- fix enterprise toggle
- prefill domain entry
==============
Version 3.13.4
==============

View file

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