device: renew dhcp leases on awake for software devices
[NetworkManager.git] / NEWS
diff --git a/NEWS b/NEWS
index b4b83e4..19afd6d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -50,9 +50,11 @@ This is a new stable release of NetworkManager.  Notable changes include:
     addressing configuration based on systemd network library is now used
     instead.
 * Hostname is now managed via systemd-hostnamed on systemd-based systems.
-* Management of resolv.conf management can be changed at runtime, private
-    resolv.conf is always written in /run.
+* Management of resolv.conf can be changed at runtime, private resolv.conf
+    is always written in /run.
 * NetworkManager can now write DNS options to resolv.conf.
+* Added an option to enable the old-fashioned /etc/resolv.conf handling
+   (using a symlink)
 * Updated version of systemd network library used for internal DHCP and
     IPv4 link-local support.
 * Support for event logging via audit subsystem has been added.
@@ -64,14 +66,32 @@ This is a new stable release of NetworkManager.  Notable changes include:
 * The API for VPN plugins now supports multiple simultaneous connections.
     Most popular VPN plugins have been updated to support this functionality.
 * The libnm library now provides API to access VPN service definitions.
-* Fair amount of bugs was fixed and robustness was generally improved.
 * New DHCP_FQDN key in ifcfg files to configure the full FQDN to be sent to
     the DHCP servers.
 * The timeout for DHCP requests can now be modified using the
     'ipv4.dhcp-timeout' property.
 * Added multicast_snooping option to BRIDGING_OPTS ifcfg key.
+* Added support for detecting duplicate IPv4 addresses, with a timeout
+    configurable through the ipv4.dad-timeout connection property.
+* Fixed a race condition that could potentially lead to unauthorized access
+    to connection secrets (CVE-2016-0764).
+* dnsmasq configuration for shared connections can now be extended by
+    placing custom files in /etc/NetworkManager/dnsmasq-shared.d/.
+* Generic devices are no longer assumed unless explicitly requested by
+    user.
+* The reorder-header VLAN flag setting is now honored; to keep backwards
+    compatibility in behavior, an existing REORDER_HDR=0 ifcfg-rh key is
+    ignored; the flag must be disabled with VLAN_FLAGS=NO_REORDER_HDR.
+* NetworkManager now checks the connection data from client for validity
+    and gracefully handles unknown properties in client. This improves
+    interoperability between the server and clients of different versions.
+* The activation of a VLAN device with a virtual parent that is inactive
+    now results in a parent being activated first.
+* The server name used with 802.1x authentication can now be constrained
+    to a particular domain suffix (CVE-2006-7246).
+* Fair amount of bugs was fixed and robustness was generally improved.
 
-The following features were backported to 1.0.x releases from 1.0.0 to 1.0.8
+The following features were backported to 1.0.x releases from 1.0.0 to 1.0.10
 are also present in NetworkManager-1.2:
 
 * Added support for handling VPN secrets to nmtui and nmcli agent.