This commit is contained in:
Bastien Nocera 2015-09-15 14:25:47 +02:00
parent 2bdcec6c01
commit aaedfe956f
2 changed files with 23 additions and 1 deletions

22
NEWS
View file

@ -1,3 +1,25 @@
===============
Version 3.17.92
===============
- Build fixes
- Updated translations
Power:
- Fix "automatically brightness" setting not showing up
Printers:
- Fix crash when certain characters were used, adding a
printer manually
Region & Language:
- Show the current locale instead of en_US as the language
if not already set. This happened for newly created users.
- Fix keyboard navigation in the input chooser
User Accounts:
- Don't crash if GDM isn't installed
===============
Version 3.17.90
===============

View file

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