diff options
author | Lubomir Rintel <lkundrak@v3.sk> | 2017-03-23 17:04:07 +0100 |
---|---|---|
committer | Lubomir Rintel <lkundrak@v3.sk> | 2017-03-23 17:41:04 +0100 |
commit | da32a9f8bda51e6ddf28ddc4b43d42b35b6cd296 (patch) | |
tree | 3e6df352b97fcbd3d3084239fc64e23af18668ee /NEWS | |
parent | bbce089840e9b85808e01a5e0c265d3fa3186e61 (diff) |
NEWS: update for a development snapshot
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 23 |
1 files changed, 20 insertions, 3 deletions
@@ -1,5 +1,5 @@ ============================================ -NetworkManager-1.7 (development version) +NetworkManager-1.7.2 (development snapshot) Overview of changes since NetworkManager-1.6 ============================================ @@ -8,8 +8,25 @@ USE AT YOUR OWN RISK. NOT RECOMMENDED FOR PRODUCTION USE! Notable changes included in this snapshot so far include: -* With DNS mode "rc-manager=symlink", don't write /etc/resolv.conf as a - symlink if it already exists as a regular file. +* Fixed detection of EAP-FAST support in wpa_supplicant +* Support for handling PINs for PKCS#11 tokens as secrets +* GSM and CDMA connections now have a MTU property +* An option to disable selected TLS versions during EAP phase 1 authentication +* The 802.1x authentication timeout is now configurable to allow a faster + fallback to other connections +* Introduced support for creating and managing dummy links +* The teaming devices now support setting a hardcoded MAC address +* Settings of bonding devices can now be modified on-the-fly, without the + need to reactivate a connection +* The failures to activate a connection now communicate better error + responses to nmcli +* Dropped dependency on libgudev +* Reverse Path filtering is now disabled in multihoming configurations where + it would interfere with legitimate network traffic +* libcurl is used instead of libsoup for connectivity checking, resulting in + a smaller dependency footprint +* With DNS mode "rc-manager=symlink", don't write /etc/resolv.conf as + a symlink if it already exists as a regular file. * Many bug fixes and improvements ============================================ |