This commit is contained in:
Bastien Nocera 2016-09-20 10:54:42 +02:00
parent f4232a2e68
commit fd7cfe426f
2 changed files with 15 additions and 1 deletions

14
NEWS
View file

@ -1,3 +1,17 @@
==============
Version 3.22.0
==============
Network:
- Only show a gateway entry for the first IPv4 address, NetworkManager
ignored every subsequent ones, but we still had a UI for those
- Fix application of the default gateway
- Fix possible crashes when editing IPv4 gateways or routes
Power:
- Fix "automatic suspend" label not taking batteries into account
- Fix initial state of the Wi-Fi switch
===============
Version 3.21.92
===============

View file

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