NEWS: fix mistake in NEWS file about wifi.mac-address-randomization

(cherry picked from commit e0e1c59160)
This commit is contained in:
Thomas Haller 2016-05-19 12:07:12 +02:00
parent 0fd523c58d
commit 1d78b173bd

10
NEWS
View file

@ -22,10 +22,12 @@ Overview of changes since NetworkManager-1.0
This is a new stable release of NetworkManager. Notable changes include:
* Added an option to enable use of random MAC addresses for Wi-Fi access
point scanning (defaults to disabled). Controlled with
'wifi.mac-address-randomization' property (MAC_ADDRESS_RANDOMIZATION key in
ifcfg files).
* MAC addresses during Wi-Fi access point scanning are now randomized
if wpa_supplicant supports PreassocMacAddr.
* Added an option to enable random MAC addresses for association to Wi-Fi access
point (defaults to disabled). Controlled with 'wifi.mac-address-randomization'
property (MAC_ADDRESS_RANDOMIZATION key in ifcfg files). Requires support from
wpa_supplicant.
* Wi-Fi scanning now utilizes wpa_supplicant's AP list.
* Added support for Wi-Fi powersave, configured with POWERSAVE key in ifcfg
files.