device: renew dhcp leases on awake for software devices
[NetworkManager.git] / NEWS
1 ============================================
2 NetworkManager-1.2
3 Overview of changes since NetworkManager-1.0
4 ============================================
5
6 This is a new stable release of NetworkManager.  Notable changes include:
7
8 * Added an option to enable use of random MAC addresses for Wi-Fi access
9     point scanning (defaults to disabled).  Controlled with
10     'wifi.mac-address-randomization' property (MAC_ADDRESS_RANDOMIZATION key in
11     ifcfg files).
12 * Wi-Fi scanning now utilizes wpa_supplicant's AP list.
13 * Added support for Wi-Fi powersave, configured with POWERSAVE key in ifcfg
14     files.
15 * Added support for creation of more types of software devices: tun & tap,
16     macvlan, vxlan and ip tunnels (ipip, gre, sit, ip6ip6 and ipip6).
17 * The software devices (bond, bridge, vlan, team, ...) can now be stacked
18     arbitrarily.  The nmcli interface for creating master-slave relationships
19     has been significantly improved by the use of 'master' argument to
20     all link types.
21 * RFC7217 stable privacy addressing is now used by default to protect from
22     address-based host tracking. The IPv6 addressing mode is configured with
23     IPV6_ADDR_GEN_MODE key in ifcfg files.
24 * Improved route management code to avoid clashes between conflicting
25     routes in multiple connections.
26 * Refactored platform code resulting in more robust interface to platform,
27     less overhead and reduced memory footprint.
28 * Improved interoperability with other network management tools.  The
29     externally created software devices are not managed until they're
30     activated.
31 * The Device instances now exist for all software connections and the platform
32     devices are now only created when the device is activated.  This makes it
33     possible for connections with device of same name not to clash unless
34     they're activated concurrently.  The links are now not unnecessarily present
35     unless the connection is active, avoiding pollution of the link namespace.
36 * NetworkManager now correctly manages connectivity in namespace-based
37     containers such as LXC and Docker.
38 * Support for configuring ethernet Wake-On-Lan has been added.
39 * Added LLDP listener functionality and related CLI client commands. Enabled via
40     LLDP option in ifcfg files.
41 * CLI secret agent has been extended with support for VPN secrets.
42 * The command line client now utilizes colors for its output.
43 * The command line client now sorts the devices and properties for better
44     clarity.
45 * Numerous improvements to Bash command completion for nmcli.
46 * NetworkManager relies on less external libraries.  The use of dbus-glib
47     has been replaced with gio's native D-Bus support and libnl-route is no
48     longer used.
49 * Dependency on avahi-autoipd has been dropped.  Native IPv4 link-local
50     addressing configuration based on systemd network library is now used
51     instead.
52 * Hostname is now managed via systemd-hostnamed on systemd-based systems.
53 * Management of resolv.conf can be changed at runtime, private resolv.conf
54     is always written in /run.
55 * NetworkManager can now write DNS options to resolv.conf.
56 * Added an option to enable the old-fashioned /etc/resolv.conf handling
57    (using a symlink)
58 * Updated version of systemd network library used for internal DHCP and
59     IPv4 link-local support.
60 * Support for event logging via audit subsystem has been added.
61 * Support for native logging via systemd-journald has been added taking
62     advantage of its structured logging.
63 * Live reconfiguration of IP configuration after changing the settings without
64     reactivation of the device with "nmcli device reapply" command and via
65     D-Bus API.
66 * The API for VPN plugins now supports multiple simultaneous connections.
67     Most popular VPN plugins have been updated to support this functionality.
68 * The libnm library now provides API to access VPN service definitions.
69 * New DHCP_FQDN key in ifcfg files to configure the full FQDN to be sent to
70     the DHCP servers.
71 * The timeout for DHCP requests can now be modified using the
72     'ipv4.dhcp-timeout' property.
73 * Added multicast_snooping option to BRIDGING_OPTS ifcfg key.
74 * Added support for detecting duplicate IPv4 addresses, with a timeout
75     configurable through the ipv4.dad-timeout connection property.
76 * Fixed a race condition that could potentially lead to unauthorized access
77     to connection secrets (CVE-2016-0764).
78 * dnsmasq configuration for shared connections can now be extended by
79     placing custom files in /etc/NetworkManager/dnsmasq-shared.d/.
80 * Generic devices are no longer assumed unless explicitly requested by
81     user.
82 * The reorder-header VLAN flag setting is now honored; to keep backwards
83     compatibility in behavior, an existing REORDER_HDR=0 ifcfg-rh key is
84     ignored; the flag must be disabled with VLAN_FLAGS=NO_REORDER_HDR.
85 * NetworkManager now checks the connection data from client for validity
86     and gracefully handles unknown properties in client. This improves
87     interoperability between the server and clients of different versions.
88 * The activation of a VLAN device with a virtual parent that is inactive
89     now results in a parent being activated first.
90 * The server name used with 802.1x authentication can now be constrained
91     to a particular domain suffix (CVE-2006-7246).
92 * Fair amount of bugs was fixed and robustness was generally improved.
93
94 The following features were backported to 1.0.x releases from 1.0.0 to 1.0.10
95 are also present in NetworkManager-1.2:
96
97 * Added support for handling VPN secrets to nmtui and nmcli agent.
98 * The team devices can now properly be enslaved to bridges.
99 * Failed DHCP attempts for assumed connections are now retried after
100     a timeout.
101 * Default wired connection is now created after udev registers the device.
102 * Support for Bluetooth DUN devices with Bluez 5 has been fixed.
103 * The 'ipv6.ignore-auto-dns' property is now properly honored making it
104     possible to override automatically obtained name servers.
105 * Invalid permanent MAC addresses as reported by some devices are now
106     ignored.
107 * Device links reported by more recent versions of Linux kernel that reside
108     in different network namespaces are no longer confused with links in
109     the namespace NetworkManager runs in.
110 * MAC address changes of bond or team devices are now properly propagated
111     to VLANs created on the device.
112 * Fixed error handling for teaming devices with invalid configuration.
113 * Wi-Fi AP list is now updated correctly after AP mode has been used.
114 * The error handling for VPN secret agents is now significantly more robust.
115 * Detection of s390 CTC devices now works properly.
116 * A GATEWAY key in in /etc/sysconfig/network now no longer affects
117     non-static connections.
118 * Added support for IPv6-only VPN connections.
119 * The systemd service now uses HUP signal to reload configuration.
120 * Change VLAN default flags to set REORDER_HDR for new connections.
121 * nmtui is now able to ignore automatically configured routes.
122 * Allow setting IPv6 and PPP settings for GDM and CDMA connections via
123     nmcli.
124 * Added support for adding ADSL connections in nmcli.
125 * Improved capture portal detection.
126 * Default route through WiFi connection is now preferred to Mobile
127     Broadband if both are available.
128 * Expose a flag to determine whether a particular connection is metered
129     via API and client tools. Configurable in ifcfg with CONNECTION_METERED
130     key.
131 * Add support for locking connections to a channel within a particular
132     band.
133 * Add support for configuring Wake-on-LAN capabilitites.
134 * Allow overriding the MTU for team device.
135 * The MTU setting from an IPv6 neighbor discovery Router Advertisements is
136     now ignored if applying it would result in invalid configuration.
137 * Some configuration options can now be changed without restarting the
138     daemon. Notably, this applies to 'dns', 'connectivity' and
139     'ignore-carrier' settings.
140 * The connection activation was made more robust. If an active connection
141     is reactivated, the device it is active on takes precedence. If an attempt
142     is made to activate a connection on a different device than the one it is
143     active on, the activation proceeds removing the connection from the active
144     device.
145 * The device specifiers in configuration files now support negation via
146     'except:' match.
147 * Devices that only have IPv6 link-local address are no longer assumed to
148     be connected.
149 * nmcli now provides hints and tab-completion for enumeration properties.
150 * If the IPv6 interface tokens are set they are honored when creating an
151     interface identifier for IPv6 addressing.
152 * NetworkManager now maintains correct routing configuration when multiple
153     interfaces are connected to the same network.
154 * The management of devices can now be controlled with udev rules. The veth
155     devices as well as the virtual Ethernet devices of various
156     virtualization tools (VMWare, VirtualBox, Parallels Workstation) are
157     now ignored by default.
158 * The IPv6 privacy extensions are now enabled by default and handling of
159     the ip6-privacy sysctl has been improved.
160 * Activating a Bond, Bridge or Team device can now optionally activate the
161     slave connections as well. The behavior is controlled with
162     'connection.autoconnect-slaves' property and AUTOCONNECT-SLAVES key in
163     ifcfg files.
164 * The platform support code has been refactored, resulting in better
165     scalability in large configurations.
166 * Changes to network interfaces configuration done outside NetworkManager
167     are now picked up and exposed to the user via NetworkManager API and tools.
168 * A connection can now optionally leave externally configured default route
169     in place instead of overriding it. The behavior is controlled with
170     'ipv4.never-default' and 'ipv6.never-default' properties.
171 * nmcli allows multiple devices for 'nmcli device disconnect/delete'.
172 * Firewall zone is added to firewalld for device-based VPN connections too.
173 * Wi-Fi devices now indicate support for 2GHz and 5GHz frequencies
174 * "nmcli device" output now indicates physical port ID
175 * New config items added to the 'ifcfg-rh' plugin:
176   - IPV4_ROUTE_METRIC and IPV6_ROUTE_METRIC
177   - DEVTIMEOUT
178   - IPADDR and PREFIX are now supported for specifying address ranges of
179       shared IPv4 connections
180 * Dispatcher scripts now get a CONNECTION_FILENAME variable with the path
181     to the configuration file for the connection
182 * An example dispatcher script that is able to apply complex routing rules
183     (such as setting up policy-based routing) for 'ifcfg-rh' connections was
184     added to examples/dispatcher/.
185 * 'mode' key of Bond device options property now accepts numeric values
186 * Connection attempts for devices without carrier on startup now wait for
187     carrier to appear within a short timeout instead of failing
188     immediately. This makes system startup more robust.
189 * Bridge connectivity is now properly restored on resume from suspend
190 * The D-Bus name is acquired earlier during the daemon startup. This makes
191     it possible for the systemd service manager to optimize the service
192     startup so that services that require networking are activated sooner
193     contributing to faster system start up time.
194 * A lot of memory leak problems were fixed, resulting in reduced memory usage.
195     Many of them were discovered as a result of improvements in use of
196     Valgrind in the testing infrastructure.
197 * Management of 'teamd' daemon instances for Team devices is now more robust.
198 * The 'dnsmasq' daemon respawns when it terminates and it is configured for
199     management of DNS resolver configuration
200 * Hostnames that are not fully qualified are no longer sent to a DHCPv6
201     server for a dynamic DNS update
202 * Connection UUIDs are now checked for uniqueness when connection
203     configurations are read
204 * Receipt of a NDP Router Advertisement can no longer lower the IPv6 hop
205     limit (CVE-2015-2924)
206
207 ===============================================
208 NetworkManager-1.0
209 Overview of changes since NetworkManager-0.9.10
210 ===============================================
211
212 This is a new stable release of NetworkManager.  Notable changes include:
213
214 * A new 'libnm' GObject-based client library to replace libnm-util/libnm-glib
215   - IP address, IP route, hardware address, and other properties are now
216       represented as strings
217   - Based on GIO's GDBus bindings instead of dbus-glib
218   - Uses modern GObject APIs including GAsyncResult and GVariant
219   - For more information see https://wiki.gnome.org/Projects/NetworkManager/libnm
220 * Devices and VPN connections now have individual default routes.  Priorities
221     are handled through configurable route metrics.
222 * nmcli now supports password requests and PolicyKit authorizations
223 * A faster, lighter-weight (though less capable) internal DHCP client has been
224     added and may be selected with the "dhcp=internal" option.  It supports
225     fewer DHCP options and does not yet support DHCPv6.
226 * A new 'configure-and-quit=yes' option has been added for environments with
227     less dynamic network configuration
228 * When running on 3.17 and later kernels, NetworkManager handles IPv6LL address
229     assignment to ensure that IPv6 connectivity is not enabled until
230     intentionally configured by the user
231 * NetworkManager no longer causes the nl80211 kernel module to be loaded on
232     systems with no Wi-Fi devices
233 * Bluetooth DUN support now works with Bluez 5.x
234 * VPN connections can now persist across link changes and suspend/resume if
235     their VPN plugin supports this feature
236 * A new 'ibft' settings plugin has been added to support firmware-based
237     iBFT/iSCSI configurations.  This functionality has been moved to 'ibft'
238     from the 'ifcfg-rh' plugin.
239 * IPv6 router advertisement MTUs are now respected
240 * NetworkManager no longer requires polkit libraries at runtime when Polkit
241     support is enabled, and Polkit can be disabled at build time too
242 * Automatically created connections are now deleted when their device goes away
243 * 'nmcli dev connect' now attemts to create a connection if none exists
244 * Manually configured static IPv6 configuration is kept even if SLAAC fails
245 * Manpages for the 'keyfile' and 'ifcfg-rh' plugins now describe their
246     configuration syntax and available options
247 * WWAN connections now support IPv6 if the modem and provider support IPv6
248 * Software devices (bridge, bond, team, etc) can now be deleted from the D-Bus
249     API or with nmcli
250 * The manpages, documentation, and API annotations have received many cleanups
251 * Externally created virtual interfaces are no longer managed by NetworkManager
252     until they are set "up" or activated via nmcli
253 * Team device support is now an optional plugin
254
255
256 ==============================================
257 NetworkManager-0.9.10
258 Overview of changes since NetworkManager-0.9.8
259 ==============================================
260
261 This is a new stable release of NetworkManager.  Notable changes include:
262
263 * Added a new curses-based client called "nmtui" for easier console operation
264 * Added interactive connection editing and creation mode to nmcli with detailed
265     help and tab completion support
266 * nmcli bash completion has been greatly improved
267 * Added support for Data Center Bridging (DCB) and FibreChannel over Ethernet (FCoE)
268 * IPv6 autoconfiguration is now done in userspace with libndp instead of the kernel
269 * The D-Bus daemon is no longer required for root-only operation
270 * WiFi, ADSL, WWAN, and Bluetooth are now optional plugins, reducing install size
271 * Added support for Infiniband Partitions
272 * Network connection files are no longer watched by default, use "nmcli con reload"
273     to notice changes made externally or set "monitor-connection-files=true" in
274     NetworkManager.conf's [main] section
275 * Connections can now be locked to interface names in addition to hardware/MAC addresses
276 * A new "ignore-carrier" configuration option is available to ignore the carrier
277     on selected interfaces
278 * A new "dns=none" option has been added to suppress changes to /etc/resolv.conf
279 * Changes made to IP addresses, IP routes, and master/slave relationships from
280     external tools are now recognized and reflected in the D-Bus API
281 * Assuming the existing configuration of interfaces without changing that
282     configuration is now more reliable
283 * The 'root' user is no longer subject to PolicyKit access controls and usage
284     of D-Bus "at_console" permissions has been removed
285 * Configuration file snippets can be dropped in /etc/NetworkManager/conf.d to
286     change smaller sets of configuration options
287 * Added IP-level support for more software/virtual interfaces types including
288     GRE, macvlan, macvtap, tun, tap, veth, and vxlan interfaces
289 * All network interfaces known to the kernel are now exposed through
290     the D-Bus interface
291 * Improved support for routing-only VPNs like openswan/libreswan/strongswan
292 * Added support for "temporary" connections which are not saved to disk until
293     requested
294 * Added WWAN autoconnect support and fixed issues with airplane mode handling
295 * NetworkManager-wait-online systemd service behavior is more reliable
296 * The dispatcher timeout has increased to 10 minutes, and new "pre-up" and
297     "pre-down" events have been added which block activation until complete
298 * NetworkManager no longer prevents Wake-on-LAN functionality from working
299 * PPPoE now requires userland "rp-pppoe" to work around kernel bugs
300     that prevent detecting server-side termination of the PPP link
301 * An ARP announcement is now sent after IPv4 addresses are configured
302 * Added a DNS plugin for dnssec-trigger for better DNSSEC operation
303 * More properties are now exposed via the D-Bus properties interface in
304     addition to getter/setter functions
305 * Added support for custom IP address ranges for Shared connections
306 * Fatal connection failures now block automatic reconnection more reliably
307 * VPN connection IP details are now available via the D-Bus interface
308 * VPN plugins can now request additional/new secrets from the user during the
309     connection process
310
311
312 ==============================================
313 NetworkManager-0.9.8
314 Overview of changes since NetworkManager-0.9.6
315 ==============================================
316
317 This is a new stable release of NetworkManager.  Notable changes include:
318
319 * New AvailableConnections property for Device objects
320 * Better handling of various rfkill/Airplane Mode switches
321 * Fixed handling of DNS servers for some mobile broadband devices
322 * Don't duplicate various IPv6 routes added by the kernel
323 * Ensure buggy ethernet driver carrier indications are handled correctly
324 * Fix crash in dnsmasq plugin when no nameservers were present
325 * Add support for 4G LTE network modes
326 * Fix signal handling when daemonizing at startup
327 * Don't autoconnect to WiFi networks that have never successfully connected
328 * Only request new WiFi secrets during the initial association or when the
329     secrets are known to be wrong, not every time the connection randomly fails
330 * Add capability to autoconnect VPN connections when a parent connection succeeds
331 * Add configure-time option for "permissive" system connection editing policy
332 * Various libnm-glib fixes for asynchronous usage
333 * Fix gateway handling when given with secondary IP addresses
334 * Optionally listen to systemd for suspend/resume events instead of UPower
335 * Fix 'seen-bssids' property when retrieving WiFi connections via D-Bus
336 * Add support for AP-mode WiFi hotspots (instead of just Ad-Hoc)
337 * Add a "slaves" property to Bond devices
338 * Add support for ModemManager 0.7/0.8
339 * Allow more human-readable formatting of IP address in keyfile connections
340 * Drop support for dhclient v3
341 * Add support for DHCPv6 server-side Dynamic DNS
342 * Add support for bridge master devices and bridge ports
343 * Fix canceling secrets requests in GUI agents
344 * Always enable Proactive Key Caching (PKC, also called OKC) for WPA Enterprise
345     WiFi configurations
346
347
348 ==============================================
349 NetworkManager-0.9.6
350 Overview of changes since NetworkManager-0.9.4
351 ==============================================
352
353 This is a new stable release of NetworkManager.  Notable changes include:
354
355 * Many libnm-glib fixes, including crashes when NetworkManager restarts
356 * Enhanced IPv6 stability and compatibility
357 * Fix regression in carrier handling for devices that don't support carrier detect
358 * Add ability to connect to new WiFi networks from nmcli
359 * Add native support for ADSL modems using PPPoE or PPPoATM
360 * Reduce number of changes made to DNS information during connection setup
361 * Add support for IPv6-enabled VPN connections
362 * Add device driver version, firmware version, and autoconnect properties to D-Bus API
363 * Add on-demand WiFi scan support
364 * Fix IPv6 default gateway handling for DHCPv6
365 * Add Vala language bindings
366 * Fix various crashes and issues in the ifcfg-rh system settings plugin
367 * Fix race with multiple interfaces running DHCP at the same time
368 * Add Linux From Scratch (LFS) support
369 * Allow customized dnsmasq local caching nameserver config via /etc/NetworkManager/dnsmasq.d/
370 * Fixes for VLAN and bonding when libnl2 or earlier are used
371 * D-Bus API, libnm-glib, libnm-util, and GObject Introspection documentation updates
372
373
374 ==============================================
375 NetworkManager-0.9.4
376 Overview of changes since NetworkManager-0.9.2
377 ==============================================
378
379 This is a new stable release of NetworkManager.  Notable changes include:
380
381 * Better handling of WiFi devices via nl80211 when available (instead of WEXT)
382 * IP configuration is now non-blocking; waiting for IPv6 RA no longer blocks
383     the device from activating if IPv4 is ready and vice versa
384 * Addded support for firewall "zones" via FirewallD
385 * Added basic support for bonded interfaces
386 * WiFi connections are no longer locked to a specific MAC address if they are
387     "locally administered" addresses (ie, 02:::::)
388 * New state change reasons have been added for mobile broadband PIN errors
389 * Agent-owned secrets are now sent to agents for newly created connections
390 * Support for non-UTF8-encoded 802.1x passwords has been added
391 * libnm-glib now fetches some properties more aggressively (like active
392     connections, access points, etc)
393 * Added basic support for IP-over-Infiniband interfaces
394 * Added support for device plugins and converted WiMAX support to a plugin for
395     easier packaging and simpler dependencies
396 * Added support for VLAN interfaces
397 * Added support for 802.1x EAP-FAST authentication
398 * Added non-blocking mode and API to libnm-glib
399 * Linux Wireless Extensions (WEXT) support can be disabled at configure time
400     with --with-wext=no
401 * IPv6 Privacy Extensions are now enabled by default for new connections
402 * Support for checking Internet connectivity has been added
403 * The ifnet system config plugin rewrites config files less often
404 * A bug causing IPv6 address assignment to fail on newer kernels with libnl3
405     has been fixed
406 * Fix a bug in the ifcfg-rh plugin with backticks in WPA passphrases
407 * Ensure connections that cannot be stored are ignored by the ifnet plugin
408 * Enable out-of-the-box IPv6 connectivity by allowing IPv4 to fail if IPv6 succeeds
409 * Allow proxying of DNSSEC data when using the dnsmasq local caching nameserver plugin
410 * Add support for multiple domain names sent from VPN plugins
411 * Removed support for WiFi Ad-Hoc WPA connections due to kernel bugs
412
413
414 ==============================================
415 NetworkManager-0.9.2
416 Overview of changes since NetworkManager-0.9.0
417 ==============================================
418
419 This is a new stable release of NetworkManager.  Notable changes include:
420
421 * Support for libnl2 and libnl3 and various memory leak fixes
422 * Bug fixes for the ifnet config plugin
423 * Ensure IPv6 link-local DNS servers work correctly in the dnsmasq DNS plugin
424 * Add ability for nmcli to delete connections
425 * Fix setup of connection sharing with newer iptables versions
426 * Ensure WiMAX activation emits correct signals (fixes initial signal strength)
427 * Fix an issue with duplicated keyfile connections
428 * Ensure the 'novj' options is passed through to pppd
429 * Store timestamps for VPN connections too
430 * Fix a crash when deleting default wired connections
431 * Fix a security issue in the ifcfg-rh plugin with newlines in file names
432 * Fix the "SpecificObject" property for active VPN connection objects
433 * Improve handling of rfkill on some platforms
434 * Spaces no longer used in ifcfg config file names
435 * IPv6 RAs are now accepted when forwarding is configured
436 * dnsmasq local caching nameserver plugin cache size bumped to 400 entries (from 150)
437 * Fix handling of SSIDs in the keyfile plugin
438 * Fix some GObject Introspection annotations in libnm-glib and libnm-util
439 * Fix setting hostnames from DHCP
440 * Fixes for building with recent GLib versions
441 * Don't update routing and DNS until a device is managed
442 * Fix bug causing IPv6 RA-provided routes to be ignored
443 * Fix possible wrong handling of 'keyfile' connection certificates
444 * Correct Shared connection IP address range to be as documented
445
446
447 ==============================================
448 NetworkManager-0.9.0
449 Overview of changes since NetworkManager-0.8.x
450 ==============================================
451
452 This is a new stable release of NetworkManager.  Notable changes include:
453
454 * All connections and configuration now managed by NetworkManager
455 * Secrets for any connection can now be stored in user session or by NetworkManager
456 * All secrets can now be requested each time
457 * Fast User Switching support
458 * Support for WiMAX mobile broadband
459 * Connections can now be restricted to one or more users
460 * Support for 802.1X certificate subject matching for greater security
461 * Requires wpa_supplicant 0.7 or later
462 * Better support for AP roaming using nl80211 and background scanning
463 * Simplified D-Bus API for easier client usage
464 * Support for GObject Introspection in libnm-glib and libnm-util
465
466
467 ==============================================
468 NetworkManager-0.8.6
469 Overview of changes since NetworkManager-0.8.4
470 ==============================================
471
472 This is a new stable release of NetworkManager.  Notable changes include:
473
474 * Fix handling of WINS server address in libnm-glib
475 * Fix checks for s390 CTC device types
476 * Fix export of nm_device_get_ip_iface() in libnm-glib
477 * Fix export of IPv6 DNS GValue conversion functions in libnm-glib
478 * Recognize and manage platform 'gadget' devices
479 * Send only "short" hostname, not FQDN, to DHCP servers
480 * Allow "_" as a valid character for GSM APNs
481 * Handle shared connections in the ifnet plugin
482 * Fix Ad-Hoc frequency selection for user-created Ad-Hoc networks
483 * Allow failed connections to be retried when Ethernet carrier bounces
484 * Allow usage of paths for certificates and keys in the keyfile plugin
485 * Fix crash requesting system VPN secrets
486 * Add ability to blacklist certain MAC addresses for wired & wifi connections
487 * Ensure users are authorized to share wifi networks (CVE-2011-2176)
488
489
490 ==============================================
491 NetworkManager-0.8.4
492 Overview of changes since NetworkManager-0.8.2
493 ==============================================
494
495 This is a new stable release of NetworkManager.  Notable changes include:
496
497 * Preliminary support for Exherbo Linux
498 * Logging fixes to suppress unnecessary messages
499 * Ensure removed devices are cleaned up
500 * Fix potential 64-bit crash updating timestamps
501 * IPv6 setup, routing, and compliance fixes
502 * Fix WWAN enable/disable handling
503 * Handle reverse DNS lookups with local caching nameserver configurations
504 * Ensure usable DNS configuration is written when NetworkManager quits
505 * No longer updates /etc/hosts when hostname changes
506 * Request WPAD option from DHCP servers
507 * Allow use of paths for certificates and keys in connection keyfiles
508 * Allow operation without any DHCP client installed
509 * Fix operation with newer versions of dnsmasq
510 * nmcli support for WWAN connections
511 * Persistent hostname sent to DHCP servers by default
512 * Allow disabing PPP support at build time
513 * Red Hat/Fedora ifcfg plugin fixes for handling S390 CTC device configuration
514 * Red Hat/Fedora ifcfg plugin fixes for handling IPADDR config items
515 * Shutdown crash fixes
516 * Memory leak fixes
517 * Documentation fixes and updates
518 * and much more...
519
520 ==============================================
521 NetworkManager-0.8.2
522 Overview of changes since NetworkManager-0.8.1
523 ==============================================
524
525 This is a new stable release of NetworkManager.  Notable changes include:
526
527 * Native local caching nameserver support using dnsmasq
528 * Automatically detect addition and removal of new VPN plugins
529 * Support for handling suspend/resume signals from UPower
530 * Ensure users are allowed to enable/disable WiFi and networking
531 * Ensure WiFi enable state is perserved across reboot and suspend
532 * Better handling of /etc/hosts and preservation of custom hostnames
533 * Support for the systemd session management service
534 * Better handling of 'keyfile' system connection errors
535 * Support for S390 network devices
536 * and much more...
537
538
539 ==============================================
540 NetworkManager-0.7.0
541 Overview of changes since NetworkManager-0.6.6
542 ==============================================
543
544 This is a new major stable release of NetworkManager.  Notable changes include:
545
546 * Multiple active devices
547 * Internet connection sharing
548 * Support for many mobile broadband devices
549 * Full static IP support
550 * More reliable connections
551 * Rich, flexible D-Bus API
552 * Boot-time connections (no logins required)
553
554
555 ==============================================
556 NetworkManager-0.6.2
557 Overview of changes since NetworkManager-0.6.2
558 ==============================================
559
560 0.6.2 is a bug fix release.  Note that NetworkManager no longer automatically
561 runs dhcdbd if it is not running.  This means that it is now the system's
562 responsibility to start dhcdbd prior to NetworkManager, e.g. in the
563 distribution's NetworkManager initscript.
564
565 * NetworkManager
566         * Many, many bug fixes (Everyone)
567         * Dynamic WEP Support (Robert Love)
568
569 * nm-applet
570         * Many bug fixes (Everyone)
571
572
573 ==============================================
574 NetworkManager-0.6.1
575 Overview of changes since NetworkManager-0.6.0
576 ==============================================
577
578 0.6.1 is a minor bug fix release.
579
580 * NetworkManager
581         * Improved activation cancelation (Dan Williams)
582         * Workarounds for non-WPA drivers (Dan Williams)
583         * Fix WPA Enterprise crasher (Robert Love)
584
585 * nm-applet
586         * Hide password entry fields by default (Robert Love)
587         * Add toggle to show/hide password field (Robert Love)
588         * Add 'Remove' option to right-click menu (Robert Love)
589
590 ==============================================
591 NetworkManager-0.6.0
592 Overview of changes since NetworkManager-0.5.1
593 ==============================================
594
595 This releases ushers in WPA support, as well as many other features, bug fixes,
596 and clean ups.
597
598 We now require libnl, a netlink library (http://people.suug.ch/~tgr/libnl/) and
599 wpa_supplicant, a WPA supplicant (http://hostap.epitest.fi/wpa_supplicant/).
600
601 Two new VPN modules are part of the distribution: openvpn and pptp.
602
603 * NetworkManager
604         * WPA and WPA2 support (Dan Williams)
605         * WPA Enterprise support (Robert Love)
606         * Rearchitecting, refactoring (Dan Williams)
607         * wpa_supplicant support (Dan Williams, Kay Sievers)
608         * NIS support (Robert Love)
609         * DHCP hostname support (Timo Hoenig)
610         * ISDN support, improve dial up support (Robert Love)
611         * Man pages (Robert Love)
612         * Survive DBUS and HAL restarts (Timo Hoening)
613         * Generate PID files (Dan Willians)
614         * Bug fixes and clean ups (the whole gang)
615
616 * nm-applet
617         * New tray icon look and behavior (Robert Love, Dan Williams)
618         * New wireless security layer (Dan Williams)
619         * New "Enable Networking" toggle (Robert Love)
620         * Display speed of current connection (Robert Love)
621         * Bug fixes and clean ups (the whole gang)
622
623 ==============================================
624 NetworkManager-0.5.1
625 Overview of changes since NetworkManager-0.5.0
626 ==============================================
627
628 * NetworkManager
629         * Don't drop the last scanned AP (Dan Williams)
630         * Broadcast state change when disconnected (Robert Love)
631         * The Slackware backend now builds (Nico)
632         * Don't install unsued config files (Dan Williams)
633         * Add a test for libnm_glib_unregister_callback (Christopher Aillon)
634         * Requires wireless-tools 28pre9 (Christopher Aillon)
635
636 * nm-applet
637         * Use g_get_host_name () if we've got it (Christopher Aillon)
638         * Fix an unitialized variable (Robert Love)
639         * Fix sensitivity of VPN items (Robert Love)
640
641
642 ==============================================
643 NetworkManager-0.5.0
644 Overview of changes since NetworkManager-0.4.1
645 ==============================================
646
647 * NetworkManager
648    * Initscripts are now generated
649    * Not waiting as long for scans to complete (Bill Moss).
650    * Fix several D-BUS object leaks (John Palmieri, Dan Williams,
651                                      Christopher Aillon)
652    * VPN now advertises state changes
653    * Make --without-named work (j@bootlab.org)
654    * Make --with-dhcdbd work correctly (j@bootlab.org)
655    * Fix timeout scan values (Bill Moss)
656    * Send notifications of device strength changing so clients do
657      not have to poll.
658    * Don't return a UDI device if it doesn't exist (Tomislav Vujec)
659    * Strip whitespace from the VPN banner (Bill Moss)
660    * VPN Manager rewritten to better support signals (Dan Williams)
661    * Don't allow clients to determine what states we should be
662      scanning in, add logic to scan when we need to.
663    * Blacklist some common ESSIDs such that multiple access points
664      with these ESSIDs aren't treated as the same network.
665    * Support for D-BUS enabled named (Dan Williams)
666    * Only '#' is a valid comment in resolv.conf (Robert Love)
667    * Don't try to set auth mode on the AP from the allowed list if
668      it's NULL (Bill Moss)
669    * Add internal scanning code so we don't have to use iwlib's
670      code any longer (Dan Williams)
671    * libnm now uses guints instead of gints for its callback IDs.
672    * libnm_glib_unregister_callback () now works.
673    * Fix our scanning interval (Robert Love)
674    * Updates to backends for Gentoo, SuSE, RedHat, Debian, and
675      Slackware (Robert Love, Peter Jones, Bill Nottingham,
676                 j@bootlab.org)
677        - Dialup support in RedHat backend
678        - ISDN support in SUSE backend
679        - Other fixes
680
681 * nm-applet
682    * The applet is no longer threaded (Dan Williams)
683    * Dialogs no longer block the UI when shown
684    * Passphrase dialog now treats Esc keypresses properly
685    * Create Network and Connect to Network dialogs now have
686      different window titles
687    * New icons for connecting to a network and to a VPN
688      (Diana Fong)
689    * Context menu items have been cleaned up
690    * Pressing enter in the passphrase entry should activate the
691      default action.
692    * Fix icon animation smoothness
693    * Display more data in the Connection Information dialog
694      (Robert Love) 
695
696
697 ============================================
698 NetworkManager-0.3.1
699 Overview of changes since NetworkManager-0.3
700 ============================================
701
702 NetworkManager:
703
704  * Debian backend fixes, Thom May
705  * Build fixes, Thom May
706  * Better handling of encrypted devices, Dan Williams
707  * Better handling of user-selected access points, Dan Williams
708
709 NetworkManagerNotification:
710
711  * Simplified D-Bus code, Dan Williams
712  * Better error handling and feedback, Dan Williams
713  * Greatly simplify the locking to UI smoother, Dan Williams
714
715 ============================================
716 NetworkManager-0.3.0
717 Overview of changes since NetworkManager-0.2
718 ============================================
719
720 NetworkManager:
721
722  * Lots of fixes, Dan Williams
723  * Support static IP addresses, Dan Williams
724     - Get broadcast address from config files, Robert Paskowitz
725  * Support for non-ESSID-broadcasting base stations, Dan Williams
726  * Only accept and manager 802.3 and 802.11 devices, Dan Williams
727  * Don't blow away an active wired connection on startup, Dan Williams
728  * Improve strength calculation, Dan Williams
729  * Constantly scanning behavior, Dan Williams
730  * add .pc file, Colin Walters
731  * move to syslog, Dan Willemsen
732  * Improve MD5 hashing of 128-bit passphrases, Colin Walters
733  * DBUS API docs, Dan Williams
734  * Cleanups, Colin Walters
735  * Trusted networks, Dan Williams
736  * New Backends:
737    - Debian, Thom May and Mark Roach
738    - Slackware, Narayan Newton
739  * Fixes and functionality improvements in Gentoo backend, Robert Paskowitz
740
741 Python:
742
743  * Example python code, Bryan Clark.
744  * python test framework, Bryan Clark
745
746 NetworkManagerInfo:
747
748  * Trusted networks, Dan Williams
749  * Escape ESSIDs in gconf, Dan Williams
750  * Lifecycle improvements, John Palmieri
751
752 Translations:
753
754  * New/Improved translations: da de sv en_CA nb no pa bs pt_BR wa gu es
755    - Thanks to:
756        Kjartan Maraas
757        Christian Rose
758        Adam Weinberger
759        Amanpreet Singh Alam
760        Akagic Amila
761        Raphael Higino
762        Pablo Saratxaga
763        Ankit Patel
764        Francisco Javier F. Serrador
765        Martin Willemoes Hansen
766        Hendrik Brandt
767
768 NetworkManagerNotification:
769
770  * Complete rewrite, Jonathan Blandford and John Palmieri
771    - Now a Notification area
772    - Simpler menu
773    - Hook up the "other network" dialog to do something
774  * New icons, Diana Fong