This commit is contained in:
Bastien Nocera 2015-08-17 20:39:16 +02:00 committed by Rui Matos
parent a1134fdf51
commit c15919a609
2 changed files with 31 additions and 1 deletions

30
NEWS
View file

@ -1,3 +1,33 @@
===============
Version 3.17.90
===============
Date & Time:
- Support for new "Pyongyang Time"
Network:
- Rename hotspot security key to "Password"
- Fix unintentionally centered checkbutton labels
Notifications:
- Don't crash because of zero-length string
Power:
- Improve labels for wifi and mobile broadband toggles
- Replace WiMax reference with LTE
Printers:
- Fix a problem where the wrong printer driver would get installed
Region and Language:
- Don't ever show all input sources in the chooser
Sharing:
- Accessibility improvements
- Remove "Bluetooth" (Obex) sharing, moved into the
Bluetooth panel
- Better UI when Bluetooth is disabled
==============
Version 3.17.3
==============

View file

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