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