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