diff options
| author | Sjoerd Simons <sjoerd@luon.net> | 2014-04-26 20:55:09 +0200 |
|---|---|---|
| committer | Sjoerd Simons <sjoerd@luon.net> | 2014-04-26 20:55:09 +0200 |
| commit | 59c3714a494c3b3765657c0551ad82842d98a7d2 (patch) | |
| tree | e4dcdf9791fc40581f02bfaf870c30b102b3133a /NEWS | |
| parent | a4256940da049f91bbbea5e53e469a59ea9c10f7 (diff) | |
Imported Upstream version 0.9.8.10 upstream/0.9.8.10
Diffstat (limited to 'NEWS')
| -rw-r--r-- | NEWS | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/NEWS b/NEWS index 5d6b2ef1..5a6ecf7d 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,39 @@ ================================================ +NetworkManager-0.9.8.10 +Overview of changes since NetworkManager-0.9.8.8 +================================================ + +This is a new stable release of NetworkManager. Notable changes include: + +* Fixed two problems that could result in gnome-shell showing + incorrect icons. (In particular, fixed the problem where the network + icon would disappear when certain VPNs were activated.) +* Fixed a bug that allowed a user to disconnect a connection that + they didn't have permissions on. +* Dispatcher scripts now receive correct IPv6 addresses, and also + correct DHCP information on lease-change events. +* NetworkManager no longer tries to start ModemManager itself on + systemd-using systems +* Activating a second ethernet connection while another is already + active will now not move the default route. +* Fixed some edge cases where one user could deactivate a connection + owned by another. +* Fix handling of dhcp-send-hostname property with ifcfg-rh +* DHCP now works even if you have a global dhclient.conf that + specifies a (non-NetworkManager) script to run +* The dhcpcd backend now requests that dhcpcd only do DHCPv4, fixing + some WWAN devices that don't react well to seeing IPv6 packets. +* Fixed the default value of bridge priority +* The D-Bus policy file has been updated to include the + NetworkManager-iodine VPN plugin +* It is possible to specify the path to dnsmasq at build time +* Removed a GLib 2.32 dependency that accidentally snuck into 0.9.8.8 +* Fixed a bunch of memory leaks +* Fixed a bunch of miscellaneous crashes +* Removed some less-useful bits of logging output + + +================================================ NetworkManager-0.9.8.8 Overview of changes since NetworkManager-0.9.8.6 ================================================ |