diff options
Diffstat (limited to 'NEWS')
| -rw-r--r-- | NEWS | 85 |
1 files changed, 85 insertions, 0 deletions
diff --git a/NEWS b/NEWS index 01ab10fd..5d6b2ef1 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,88 @@ +================================================ +NetworkManager-0.9.8.8 +Overview of changes since NetworkManager-0.9.8.6 +================================================ + +This is a new stable release of NetworkManager. Notable changes include: + +* Fixes to the BlueZ code +* A few memory leak fixes +* Minor docs fixes + +================================================ +NetworkManager-0.9.8.6 +Overview of changes since NetworkManager-0.9.8.4 +================================================ + +This is a new stable release of NetworkManager. Notable changes include: + +* Now supports BlueZ 5. If you are still using BlueZ 4, configure with + --enable-bluez4 to disable BlueZ 5 support and enable BlueZ 4 support. + (It is not possible to build with support for both versions.) + + +================================================ +NetworkManager-0.9.8.4 +Overview of changes since NetworkManager-0.9.8.2 +================================================ + +This is a new stable release of NetworkManager. Notable changes include: + +* Removed some spurious warnings +* Root clients running outside a login session now have the right permissions +* WiFi AP mode and EAP-FAST support are now detected correctly +* Bonding config removes inappropriate options when switching modes +* Fix reading of bond connections with keyfile plugin +* Fix hang when dbus-daemon restarts +* Fix crash when VPN disconnection fails +* The dispatcher now exposes IPv6 VPN info, and IPv4/IPv6 DNS search domains +* Build fix to support dhcpcd 6.x +* Fix crash on startup when no dhcp client is available +* Fix device descriptions when using the latest udev +* Fix some possible obscure problems at startup +* Always clear the default route correctly when disconnecting mobile broadband +* Keyfile plugin now ignores more emacs temporary files +* When using dnsmasq, pass all nameservers to it, not just the first +* Kill dhclient if nm-dhcp-client-action encounters a fatal error +* Fix dispatcher systemd unit install +* Make ifcfg-rh VLAN parsing match initscripts better +* Change threshold for WiFi background scanning under WPA Enterprise +* Fix crash when deleting a currently-active connection +* Fix ifcfg-rh's handling of IPV6_DEFAULTGW +* Fix manager State transitions when connectivity checking is enabled +* Add Connectivity property to distinguish portals from "limited connectivity" +* Add PrimaryConnection and ActivatingConnection properties to simplify UI code +* Old connection files containing UUIDs without hyphens work again + + +============================================== +NetworkManager-0.9.8.2 +Overview of changes since NetworkManager-0.9.8 +============================================== + +This is a new stable release of NetworkManager. Notable changes include: + +* Memory leak fixes +* Ensure the ifcfg-rh plugin saves the bridging STP setting correctly +* Also request static routes from DHCP servers +* Fix crash when dbus-daemon restarts +* Look harder for the machine ID and don't crash if we don't have one +* Copy DHCP leasefiles from the previous location if necessary +* Wait up to 120 seconds for modems to connect +* Don't crash for PPPoE connections with no wired setting +* Fix AvailableConnections for some WiFi connections +* Ensure new available connections generate the PropertiesChanged signal +* Ensure the keyfile plugin reads all-default VLAN connections correctly +* Suppress the kernel's automatic creation of bond0 +* Make the SecretAgent API introspectable for bindings +* Ensure ActiveConnections get torn down when device is unavailable +* Ensure ifupdown plugin rechecks unmanaged devices on interface changes +* Don't prematurely think IPv6 has succeeded due to left-over addresses +* Fix various systemd issues and add service file for the dispatcher +* Updates for new ModemManager API changes +* Fix crash on Wi-Fi when IP configuration times out + + ============================================== NetworkManager-0.9.8 Overview of changes since NetworkManager-0.9.6 |