diff options
| author | Michael Biebl <biebl@debian.org> | 2015-11-24 00:06:32 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2015-11-24 00:06:32 +0100 |
| commit | a6ece1a2aa19a6268335c87d4fdef20123dd04a5 (patch) | |
| tree | 87f1961faacdfafb1c4fee5f2feb6bcb5c06813b /NEWS | |
| parent | 81836c2d44802b4cca833d7775dd627e0797a7e2 (diff) | |
Imported Upstream version 1.0.8 upstream/1.0.8
Diffstat (limited to 'NEWS')
| -rw-r--r-- | NEWS | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/NEWS b/NEWS index 5f6e145a..4966050a 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,74 @@ =============================================== +NetworkManager-1.0.8 +Overview of changes since NetworkManager-1.0.6 +=============================================== + +This is a new stable release of NetworkManager. Notable changes include: + +* MTU indicated by a VPN gateway is now properly applied. + +* Fixed MSS setting when MTU changes. + +* The default route is properly restored on device disconnect. + +* Build with older toolchains has been fixed. + +* The team devices can now properly be enslaved to bridges. + +* Failed DHCP attempts for assumed connections are now retried after + a timeout. + +* Default wired connection is now created after udev registers the device. + +* Support for Bluetooth DUN devices with Bluez 5 has been fixed. + +* The ipv6.ignore-auto-dns property is now properly honored making it + possible to override automatically obtained name servers. + +* Invalid permanent MAC adddresses as reported by some devices are now + ignored. + +* Device links reported by more recent versions of Linux kernel that reside + in different network namespaces are no longer confused with links in + the namespace NetworkManager runs in. + +* MAC address changes of VLANs enslaved to a bond are now properly + propagated to the master device. + +* Fixed error handling for teaming devices with invalid configuration. + +* Wi-Fi AP list is now updated correctly after AP mode has been used. + +* Management of a device is not attempted until the device has been + registered with udev. + +* The error handling for VPN secret agents is now significantly more robust. + +* Detection of s390 CTC devices now works properly. + +* A GATEWAY property in /etc/sysconfig/network now no longer affects + non-static connections. + +* Added support for IPv6-only VPN connections. + +* The systemd service now uses HUP signal to reload configuration. + +* Change VLAN default flags to set REORDER_HDR for new connections. + +* nmtui is now able to ignore automatically configured routes. + +* Numerous bash shell autocompletion fixes for nmcli. + +* Allow setting IPv6 and PPP settings for GDM and CDMA connections via + nmcli. + +* Added support for adding ADSL connections in nmcli. + +* Numerous crash fixes. + +* Updates to Swedish, Italian and Polish translations. + +=============================================== NetworkManager-1.0.6 Overview of changes since NetworkManager-1.0.4 =============================================== |