This commit is contained in:
Rui Matos 2014-10-14 16:19:48 +02:00
parent fda606c4f8
commit ea0297863b
2 changed files with 26 additions and 1 deletions

25
NEWS
View file

@ -1,3 +1,28 @@
==============
Version 3.14.1
==============
Keyboard:
- Allow shortcut explanation text to wrap
Network:
- Hide airplane switch when g-s-d says so
Power:
- Conditionally display the bluetooth button
Printers:
- Don't crash for URIs with leading "//"
Region:
- Obtain keyboard variant from IBus
User Accounts:
- Show correct language if it isn't set
- Make sure widgets are the same height
- Fix language chooser response if language is unknown
- Preset language chooser if language is known
==============
Version 3.14.0
==============

View file

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