diff options
| author | Michael Biebl <biebl@debian.org> | 2013-02-20 23:06:45 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2013-02-20 23:06:45 +0100 |
| commit | 8d275584fc94f398f0a7c990dcd057533d9a5856 (patch) | |
| tree | 1bf4a928e201222a008e6776799d174ee3223be3 /NEWS | |
| parent | e17c5736fc3722ce51cb33f3edb203960125a4c1 (diff) | |
Imported Upstream version 0.9.8.0 upstream/0.9.8.0
Diffstat (limited to 'NEWS')
| -rw-r--r-- | NEWS | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/NEWS b/NEWS index fde767de..01ab10fd 100644 --- a/NEWS +++ b/NEWS @@ -35,9 +35,18 @@ This is a new stable release of NetworkManager. Notable changes include: * libnl 3.2.7 or later is required * The internal crashdump handling has been removed * A DHCPv6 DUID is now generated from /etc/machine-id and sent to the DHCPv6 server + if not overridden by an administrator-defined DUID * Bond interfaces now wait for a ready slave before starting automatic IP configuration * The kernel WiFi rfkill state is now synced to the user-requested WirelessEnabled state at startup +* Fix issue with duplicate ActiveConnection objects if a connection was reactivated + on a device +* Fix race when looking up hostname and concurrently updating DNS +* Always load the 'keyfile' settings plugin, even if no plugins are specified +* Add a new WiFi device ADHOC capability; not all devices/drivers support IBSS mode +* Fix an issue with quick wpa_supplicant restarts not being noticed +* Expose the AvailableConnections property through libnm-glib +* Fix usage of libnm-glib's NMRemoteConnection from GObject Introspection bindings ============================================== |