This commit is contained in:
Bastien Nocera 2015-06-04 17:45:01 +02:00
parent 499e8b1ff6
commit ed1c8d668c
2 changed files with 22 additions and 1 deletions

21
NEWS
View file

@ -1,3 +1,24 @@
==============
Version 3.17.2
==============
Keyboard:
- Honor immutable command/name in custom commands
Network:
- Make the gear buttons round
- Prevent a use after free crash when removing virtual devices
Power:
- Add support for display dimming using an ambient light sensor
- Hide Bluetooth power section when w/o BT
- Remove "When battery power is critical" label which isn't configurable
by normal users since UPower 1.0
==============
Version 3.16.2
==============
==============
Version 3.16.2
==============

View file

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