vpn: Make VPN plugin connection function async
[platform/upstream/connman.git] / ChangeLog
1 ver 1.9:
2         Fix issue with WISPr portal context handling.
3         Fix issue with DNS lookup from wrong queue.
4         Fix issue with DNS data reception after disconnect.
5         Fix issue with missing DNS host part length checking.
6         Fix issue with RFKILL and technology interaction.
7         Fix issue with tethering and disabled technologies.
8         Add support for single connected technology setting.
9
10 ver 1.8:
11         Fix issue with NTP transmit time calculation.
12         Fix issue with WiFi Tethering and newer kernels.
13         Fix issue with Netlink messages from Wireless Extensions.
14         Fix issue with IPv6 nameserver refresh beeing applied to IPv4.
15         Fix issue with overwriting DNS proxy address information.
16         Fix issue with missing handling of RFKILL hard blocking.
17         Add support for disabling internal backtrace functionality.
18
19 ver 1.7:
20         Fix issue with IPv4 address removal when setting interface down.
21         Fix issue with wrong error when setting tethering support option.
22         Fix issue with errors reported twice via agent to the client.
23         Fix issue with missing serialization of agent callbacks.
24         Add initial version of command line client tool.
25
26 ver 1.6:
27         Fix issue with Bluetooth networking support.
28         Fix issue with technology enabling method returns.
29         Fix issue with wrong IP address for fixed configurations.
30         Fix issue with IP address setting when interface is down.
31         Fix issue with handling duplicate hidden WiFi networks.
32         Fix issue with missing scanning for hidden WiFi networks.
33         Fix issue with missing update of service properties.
34         Fix issue with missing clearing of service errors.
35         Add manual pages for daemon and configuration file.
36
37 ver 1.5:
38         Fix issue with detecting Bluetooth networks when powered off.
39         Fix issue with connection attempts of non-favorite services.
40         Fix issue with connection attempts of disabled IP configurations.
41         Fix issue with missing auto-connection after changing IP method.
42         Fix issue with setting service state when changing IPv4 method.
43         Fix issue with IPv6 usage and static/manual configuration.
44         Add support for configuration option to disable hostname updates.
45         Add support for storing WiFi Tethering identifier and passphrase.
46         Add support for signaling changes of error property.
47
48 ver 1.4:
49         Fix issue with WiFi scanning in Tethering mode.
50         Fix issue with WISPr operation and disconnects.
51         Fix issue with DHCP client and restart behavior.
52         Fix issue with DNS resolving and failing IPv6 records.
53         Fix issue with incorrect NTP leap-not-in-sync flag.
54         Fix issue with incorrect NTP transmit time value.
55         Fix issue with failing NTP server due to routing.
56         Fix issue with missing gateway change notification.
57         Fix issue with stale network interfaces at startup.
58         Fix issue with pending method reply and agent errors.
59         Add support for providing previous WPS PIN to agent.
60         Add support for WPA supplicant based auto-scanning.
61         Add support for per device regulatory domain setting.
62         Add support for provisioning hidden WiFi networks.
63
64 ver 1.3:
65         Fix issue with default configuration values.
66         Fix issue with timeserver canonical name entries.
67         Fix issue with crash from cellular dummy context.
68         Fix issue with incorrect index for private networks.
69
70 ver 1.2:
71         Fix issue with not handling WiFi security changes.
72         Fix issue with not stopping WiFi scanning on shutdown.
73         Fix issue with auto-scanning and network discovery.
74         Fix issue with D-Bus reply for hidden WiFi networks.
75         Fix issue with overlapping memory areas and DNS requests.
76         Add support for randomized DNS transaction identifiers.
77         Add support for DNS caching over TCP connections.
78         Add support for using default IPv6 privacy setting.
79         Add support for providing previous passphrase to agent.
80         Add support for configuration unprovisioning handling.
81         Add support for NetworkInterfaceBlacklist configuration.
82         Add support for Bluetooth DUN daemon (dundee).
83
84 ver 1.1:
85         Fix issue with missing message type and DHCPv4 support.
86         Fix issue with potential NULL pointer in DHCPv6 handling.
87         Fix issue with potential NULL pointer in VPN handling.
88         Fix issue with potential NULL pointer for WiFi SSID.
89         Fix issue with missing conversion of raw WiFi PSK input.
90         Fix issue with missing stop for WiFi auto-scanning handling.
91         Fix issue with uninitialized IPv6 prefix length in oFono plugin.
92         Fix issue with domain search list handling according to RFC 6106.
93         Fix issue with domain name list notifications.
94         Fix issue with nameserver list notifications.
95         Fix issue with incorrect fixed IP configuration.
96         Fix issue with incorrect cleanup of resolver timers.
97         Fix issue with handling of RDNSS lifetime expiration.
98         Fix issue with crash on wrong domain length information.
99         Add support for favorite service database migration.
100         Add support for disabling WISPr functionality.
101         Add support for configurable agent timeouts.
102
103 ver 1.0:
104         Fix issue with missing WiFi disconnecting flag.
105         Fix issue with missing GPRS context attached check.
106         Fix issue with potential crash and supplicant handling.
107         Fix issue with potential crash and VPN provider.
108         Fix issue with potential crash and host routes.
109
110 ver 0.85:
111         Fix issue with duplicate service timeservers.
112         Fix issue with failure state when aborting agent request.
113         Fix issue with automatic scanning for hidden WiFi networks.
114         Fix issue with missing hostname/domainname validity checks.
115         Fix issue with missing DHCP packet length checks.
116         Add support for browser launching from WISPr login.
117
118 ver 0.84:
119         Fix issue with handling changed WiFi security of access points.
120         Fix issue with state notification of NetworkManager compatibility.
121
122 ver 0.83:
123         Fix issue with Ethernet not being enabled by default.
124         Fix issue with missing host routes for WISPr request.
125         Fix issue with missing HTTPS handling for WISPr support.
126         Fix issue with agent asking for passphrase for open service.
127         Fix issue with endless online check for preferred technology.
128         Fix issue with IPv6 RDNSS and DNS server creation.
129         Fix issue with WiFi roaming state change handling.
130         Fix issue with broken handling of WPS PBC method.
131
132 ver 0.82:
133         Fix issue with global online state handling.
134         Fix issue with timeserver handling in case of VPN.
135         Fix issue with automatic WiFi scanning handling.
136         Fix issue with WPS PIN length of zero and PBC.
137
138 ver 0.81:
139         Update default configuration options.
140         Add support for WPS PBC advertising handling.
141         Add support for wpa_supplicant background scanning.
142         Fix issue with showing cellular services without APN.
143         Fix issue with missing timeservers changed signal.
144
145 ver 0.80:
146         Update to support additional D-Bus API changes.
147         Add support for preferred technologies switching.
148         Add support for default auto connect technologies option.
149         Add support for service specific timeserver configuration.
150         Add support for extended timeserver fallback functionality.
151         Add support for extended nameserver fallback functionality.
152         Add support for user supplied routes for providers.
153         Add support for checking WiFi passphrase validity.
154         Fix issue with WISPr support and proxy handling.
155         Fix issue with Ethernet and auto connect handling.
156         Fix issue with too early IPv6 auto connection.
157         Fix issue with too early 6to4 connection checks.
158         Fix issue with oFono interaction on disconnect.
159         Fix issue with DNS servers behind point-to-point links.
160         Fix issue with pending DNS proxy requests.
161         Fix multiple issues with VPN handling.
162         Fix multiple issues with default gateway handling.
163
164 ver 0.79:
165         Update to support changed D-Bus API.
166         Add support for WiFi background scanning.
167         Add support for showing hidden WiFi networks as services.
168         Add support for generic stateless DHCPv6 handling.
169         Add support for DHCPv4 client identifier handling.
170         Add support for generic IP address pool handling.
171         Add support for global DNS cache handling.
172         Add support for internal NTP time handling.
173         Add support for updated oFono handling.
174
175 ver 0.78:
176         Fix multiple issues with service connection states.
177         Fix multiple issues with technology handling.
178         Fix issue with DHCP file descriptor leakage.
179         Fix issue with open access points and WPS.
180         Fix issue with handling of cellular devices.
181         Fix issue with DNS proxy hostname resolving.
182         Add support for PPTP and L2TP VPN tunneling.
183         Add support for organized settings storage.
184         Add support for WiFi fast connect handling.
185         Add support for better WiFi error handling.
186         Add support for integrated WISPr handling.
187
188 ver 0.77:
189         Fix issue with iptables API breakage.
190         Fix issue with agent input handling.
191         Fix issue with empty cellular operator name.
192         Fix issue with reference counting for network objects.
193         Fix issue with missing D-Bus signals for proxy changes.
194         Fix issue with group identifier and hidden WiFi networks.
195         Fix issue with setting wrong gateway for PPP connections.
196         Fix issue with mismatch of stored IP configuration settings.
197         Fix issue with not stopping DHCP for IPv4 configuration.
198         Add support for remembering last IP address from DHCP.
199         Add support for EAP-GTC authentication method.
200
201 ver 0.76:
202         Fix issue with loopback interface setup.
203         Fix issue with /etc/localtime being a symlink.
204         Fix issue with not handling dummy network devices.
205         Fix issue with not provisioning existing services.
206         Fix issue with running WPAD on IPv6 connections.
207         Fix issue with client certificate for TTLS/PEAP.
208         Remove internal element infrastructure.
209
210 ver 0.75:
211         Fix issue with 3G connect timeout handling.
212         Fix issue with WiFi raw key PSK handling.
213         Fix issue with DHCP renewal timeout handling.
214         Fix issue with DHCP and empty nameserver list.
215         Add support for unit testing.
216
217 ver 0.74:
218         Fix issue with race condition in ready/online handling.
219         Fix issue with DHCP release callback handling.
220         Fix multiple issues with session API handling.
221         Add support for using DNS proxy for Tethering.
222         Add support for Private Network API.
223         Add support for Clock API.
224
225 ver 0.73:
226         Update support for session API handling.
227         Add support for more advanced roaming policies.
228         Add support for EAP identity and passphrase queries.
229         Add support for IPv6 handling with cellular bearer.
230         Add support for main configuration file.
231         Remove deprecated profile interface.
232
233 ver 0.72:
234         Fix issue with overwriting DNS servers from DHCP.
235         Fix issue with DHCP renewal with same configuration.
236         Fix issue with multiple memory leaks.
237         Add support for 6to4 tunneling.
238
239 ver 0.71:
240         Fix issue with not storing IPv6 privacy settings.
241         Fix issue with storing fixed and manual IP settings.
242         Fix issue with service state when PAN connection fails.
243         Fix issue with tethering and WiFi bridge handling.
244         Fix issue with autonomously activated contexts.
245         Fix issue with nameserver array for PACrunner.
246         Fix issue with network information memory leak.
247         Fix issue with double-free in statistics handling.
248         Fix issue with handling malformed profiles.
249         Fix issue with pending DHCP client requests.
250         Add initial support for TI shared transport handling.
251
252 ver 0.70:
253         Add support for reporting invalid WiFi passphrases.
254         Add support for IPv6 privacy extension.
255         Add support for IPv6 advanced features.
256         Add support for IPv6 nameserver settings.
257         Remove deprecated APN service settings.
258
259 ver 0.69:
260         Fix issue with not handling DNS proxy failures gracefully.
261         Fix issue with double free in statistics handling.
262         Fix issue with early tethering bridge creation.
263         Add support for tethering property per technology.
264         Add support for initial WiFi tethering feature.
265         Add support for using PACrunner as proxy driver.
266         Add support for WPS as part of the security property.
267
268 ver 0.68:
269         Fix issue with wrong name of PolicyKit configuration file.
270         Fix issue with inconsistency of WiFi scan states.
271         Fix issue with missing auto-reconnect and oFono.
272         Add support for vpnc based private networks.
273         Add support for WiFi Protected Setup handling.
274         Remove legacy WiFi plugin.
275
276 ver 0.67:
277         Fix issue with oFono plugin and multiple online calls.
278         Fix issue with checking for AutoConnect service property.
279         Remove deprecated MCC and MNC service properties.
280
281 ver 0.66:
282         Fix multiple set of memory leaks.
283         Fix issue with WPA supplicant phase2 values.
284         Fix issue with WiFi access points after kill/restart.
285         Fix issue with correct PACrunner configuration loading.
286         Add support for loading provision files at runtime.
287         Add support for setting proxy auto-configuration.
288         Add support for IPv6 auto-configured addresses.
289
290 ver 0.65:
291         Use new WiFi plugin by default.
292         Fix issue with handling already powered devices.
293         Fix issue with handling proxy PAC option from DHCP.
294         Add support for handling regulatory domain settings.
295         Add support for handling IPv6 router advertisements.
296         Add support for handling IPv6 nameservers.
297         Add support for handling multiple search domains.
298         Add support for handling oFono modem lockdown.
299         Add support for handling IPv6 DNS connections.
300         Add support for IPv4 Link-Local negotiation.
301         Add support for USB CDC Tethering functionality.
302
303 ver 0.64:
304         Update service name to net.connman domain.
305         Fix issue with disabling a technology twice.
306         Fix issue with using wrong string for Proxy.Method.
307         Fix issue with TCP connection lookup and DNS proxy.
308         Fix issue with TCP receive busy waits and DNS proxy.
309         Fix various issues with WPA Supplicant interaction.
310         Add support for chunk encoding to HTTP client.
311         Add support for internal HTTP client for portal detection.
312         Add support for internal DHCP server setup.
313         Add support for internal NAT and IP forwarding setup.
314         Add support for Bluetooth Tethering functionality.
315         Remove deprecated device and network D-Bus interfaces.
316         Remove support for dhclient plugin.
317
318 ver 0.63:
319         Change to use nl80211/cfg80211 WiFi management by default.
320         Fix various issues with new WPA Supplicant interface.
321         Fix issue with not connecting failed networks at boot.
322         Fix issue with properly tracking RFKILL blocked state.
323         Fix issue with missing signals for IPv4/IPv6 gateway details.
324         Add support for using RTNL for setting IPv4/IPv6 details.
325         Add support for using PHONET_PIPE GPRS interfaces.
326         Add support for setting manual proxy configurations.
327         Add support for exporting proxy configurations to PACrunner.
328         Add support for combined home and roaming statistics.
329         Add support for OpenVPN connections.
330         Remove dependency on udev.
331
332 ver 0.62:
333         Fix crash with non-existent or extra DHCP result options.
334         Fix crash when doing PEAP/TTLS authentication.
335         Fix issue with handling multiple data counters.
336         Fix issue with Bluetooth adapters without address.
337         Fix issue with multiple scanning attempts after disconnects.
338         Fix issue with VPN services when switching into offline mode.
339         Add support for storing statistics information in separate files.
340         Add support for verification of configuration file parameters.
341         Add support for handling time server values from DHCP.
342         Add support for allowing DNS over TCP within the DNS proxy.
343         Add support for loading proxy configurations into PACrunner.
344         Add support for WiFi plugin using new WPA Supplicant D-Bus API.
345         Add support for requesting passphrases via agents.
346         Remove default support for EDNS0 option.
347
348 ver 0.61:
349         Add support for using the internal DHCP client by default.
350         Add support for latest PolicyKit framework.
351         Add support for new oFono D-Bus interfaces.
352
353 ver 0.60:
354         Fix issue with missing reset of proxy settings.
355         Fix issue with missing Ethernet property changed signal.
356         Fix issue with offline operation on already blocked devices.
357         Fix issue with offline mode and device powered changes.
358         Fix issue with portal detection and DHCP renewals.
359         Fix issue with connection attempts for removed networks.
360         Fix issue with stale pointers of networks.
361
362 ver 0.59:
363         Fix issue with D-Bus object paths of VPN providers.
364
365 ver 0.58:
366         Fix various issues around offline mode.
367         Fix various issues with VPN nameserver handling.
368         Add support for home/roaming network statistics.
369         Add support for EAP-TTLS WiFi configuration.
370         Add support for creating backtraces.
371
372 ver 0.57:
373         Fix missing default profile creation.
374         Fix missing service integration of VPN providers.
375         Fix missing export of PAC information retrieved from DHCP.
376         Fix issue with detection of new Bluetooth devices.
377         Fix issue with offline mode handling.
378         Fix issue with device power handling.
379
380 ver 0.56:
381         Fix issues with offline mode handling.
382         Fix service integration with VPN providers.
383         Add internal asynchronous resolver library.
384         Add internal DHCP client library.
385         Add support for using internal DHCP client.
386         Add support for WPAD proxy auto-configuration.
387         Add support for static IPv6 configuration.
388         Add support for DHCP provided domain names.
389         Add initial support for on-demand connections.
390         Remove uDHCP and resolvconf plugins.
391
392 ver 0.55:
393         Fix issue with 3G roaming status indication.
394         Fix issue with using -H option with dhclient.
395         Fix issue with loading WiFi SSID details for scanning.
396         Add support for setting host routes for DNS servers.
397         Add support for more detailed statistics counters.
398         Add support for internal DHCP client library.
399
400 ver 0.54:
401         Fix issue with root requests and EDNS0 OPT records.
402         Fix issue with default gateway when route deletion fails.
403         Fix issue with group identifiers for cellular networks.
404         Fix issue with fixed IP settings from cellular networks.
405         Fix issue with nameserver settings and manual configuration.
406         Add support for cellular network name changes.
407         Add support for cellular signal strength changes.
408         Add support for actively scanning for hidden networks.
409         Add support for ASCII based WEP keys.
410         Add support for NTP timeserver updates.
411         Add support for PPP default route settings.
412
413 ver 0.53:
414         Fix issue with supplicant and device scanning state cleaning.
415         Fix issue with Bluetooth PAN networks stay in connected state.
416         Fix issue with reference counting and connected state.
417         Fix issue with technology disabling on device removal.
418         Fix issue with two default gateways when using VPN.
419         Fix issue with static IPv4 configuration and signals.
420         Add support for splitting DHCP provided nameserver results.
421         Add support multiple nameservers in /etc/resolv.conf.
422         Add support for setting manual DNS server configuration.
423         Add support for exporting IPv4 gateway information.
424         Add support for newer versions of oFono API.
425
426 ver 0.52:
427         Fix issue with new "connected" states.
428         Fix issue with hidden networks and PSK.
429         Fix issue with DHCP and Bluetooth PAN.
430         Fix issue when disconnecting PAN networks.
431         Add support for application sessions.
432         Add plugin for hh2serial GPS support.
433
434 ver 0.51:
435         Fix issue with missing device power toggling.
436         Fix issue with D-Bus object path on device removal.
437         Add support for WiFi portal detection.
438         Add support for configuring static gateways.
439         Remove unneeded plugin for Option HSO support.
440         Remove unneeded plugin for Ericsson MBM support.
441
442 ver 0.50:
443         Fix configuration loading for unknown services.
444         Fix IP method setting of Ethernet plugin.
445
446 ver 0.49:
447         Fix issue with WiFi power changes.
448         Fix issue with Bluetooth device startup.
449         Fix issue with host route settings for VPN.
450         Fix issue with processing of RFKILL events.
451         Fix some WPA Enterprise privacy issues.
452         Add support for basic Ethernet information.
453         Add support for static IP settings.
454
455 ver 0.48:
456         Fix signal strength calculation when quality is not provided.
457         Fix issues with wpa_supplicant state tracking.
458         Fix faulty removal of IP address from interface.
459         Fix permissions of newly created /etc/resolv.conf file.
460         Fix DNS proxy handling when in offline mode.
461         Add support for EDNS0 resolver option.
462         Add workaround for large EDNS0 queries.
463         Add workaround for DHCP startup failures with WiFi networks.
464         Add support for handling hostnames and domainnames.
465         Add support for IPv4 configuration via service interface.
466         Add support for fixed and manual IPv4 configuration.
467         Add support for default service changed notifier.
468         Add support for clearing failure state via service removal.
469         Add support for OpenConnect VPN connections.
470         Add support for IEEE 802.1x WiFi networks.
471         Add support for roaming between WPA and WPA2 networks.
472         Add various generic D-Bus helpers and use them.
473         Remove special handling of Ethernet devices.
474
475 ver 0.47:
476         Fix segmentation fault on resolver shutdown.
477         Fix issue with adding nameserver that doesn't exist.
478         Fix issue when no broadcast address is given.
479         Fix issue with missing property changed signal.
480         Add checks for invalid supplicant state transitions.
481         Add initial version of oFono GPRS support.
482         Add support for dynamic debug framework.
483
484 ver 0.46:
485         Fix reconnect issue when power off or disabling the device.
486         Remove problematic retry on failure code path.
487
488 ver 0.45:
489         Fix crash with connect timeout and second connect attempt.
490         Fix reconnect issues after suspend or roaming attempt.
491
492 ver 0.44:
493         Fix command line options for device filtering.
494         Fix issue with network reference in MBM support.
495         Fix handling when losing network access in MBM plugin.
496         Fix broken libiWmxSDK callback parameter handling.
497         Add work around Intel WiMAX SDK API breakage.
498
499 ver 0.43:
500         Fix issue with missing scanning after power up.
501         Fix issue with udev versus /dev/rfkill event processing.
502         Fix issue with powered down device on connection attempt.
503         Add support for multiple connection attempts.
504         Add support for tracking the operation state.
505         Add full support for Ericsson MBM cellular devices.
506
507 ver 0.42:
508         Fix issue with switching between hidden WiFi networks.
509         Fix issue with missing scanning after disconnect.
510         Fix issue with not triggering auto-connect in some cases.
511
512 ver 0.41:
513         Fix race condition with WiFi devices and RFKILL.
514         Fix issue with WiFi connect/disconnect and some drivers.
515         Fix issue with WEP encryption and staging drivers.
516         Fix issue with wrong setup of loopback interfaces.
517
518 ver 0.40:
519         Fix issue with wrong setting of initial AutoConnect value.
520         Fix issue with IP configuration and loopback devices.
521         Fix issue with build system and include directory.
522         Fix wrong variable for dhclient-script location.
523         Fix disconnect race condition with Bluetooth service.
524         Add support for ignoring bonding Ethernet interfaces.
525
526 ver 0.39:
527         Fix file permissions for profile storage.
528         Fix service resorting when they are in different states.
529         Fix support for handling Bluetooth PAN devices.
530         Add support for AutoConnect property of services.
531         Add support for creating, modifying and removing profiles.
532         Add support for fully flexible task handling framework.
533         Add support for more generic RTNL handling and notifications.
534         Add support for full non-recursive build.
535
536 ver 0.38:
537         Fix broken check for security modes.
538         Fix requirement of inotify when loopback support is disabled.
539
540 ver 0.37:
541         Fix missing update of signal strength from scan results.
542         Fix error handling in case when passphrase is required.
543         Add support for PassphraseRequired property.
544         Add missing check for WiFi security modes.
545
546 ver 0.36:
547         Fix missing reset of network reference when disconnecting.
548         Fix wrong variable reference when sending technology replies.
549         Fix wrong identifiers of D-Bus error names.
550
551 ver 0.35:
552         Fix missing auto-connect trigger on Ethernet device removal.
553         Fix availability listing for devices without attached drivers.
554         Fix signals for connected and default technologies.
555         Fix notification to use service types instead of device types.
556         Fix potential pending scan result reply messages after removal.
557         Add support for blocking enable and disable technology changes.
558
559 ver 0.34:
560         Fix setup of udev context before loading any plugins.
561         Fix rearming the scan trigger if a device got disabled.
562         Fix device power state changes tracking with RFKILL notifications.
563         Fix wrong usage of device types instead of service types.
564         Fix connect method to handle non-WiFi services.
565
566 ver 0.33:
567         Add support for RFKILL changes of the WiFi subsystem.
568         Fix state value of Network Manager compatibility support.
569
570 ver 0.32:
571         Fix broken device unregistration on removal.
572         Fix WiMAX device detection handling.
573
574 ver 0.31:
575         Fix missing enforcement of offline mode for new devices.
576         Add support for persistent storage of offline mode.
577         Add support for persistent storage of device power state.
578         Remove deprecated and unused network storage callbacks.
579
580 ver 0.30:
581         Fix issue where hidden network could show up in service list.
582         Fix issue with asynchronous notification of scan requests.
583         Fix message reference leak when adding interface fails.
584         Fix problem when removing network during inactive state.
585         Remove broken and unused callback for joining networks.
586         Remove deprecated device and network interface methods.
587         Remove test scripts for deprecated interface methods.
588
589 ver 0.29:
590         Fix missing signal emission for offline mode changes.
591         Fix signal emission for changes in technology properties.
592         Rename Technologies property to AvailableTechnologies.
593
594 ver 0.28:
595         Fix another reference counting imbalance when adding networks.
596         Revert supplicant change to always reset scanning after results.
597
598 ver 0.27:
599         Fix missing disarming of the connection timeout.
600         Fix handling of multiple supplicant disconnect attempts.
601         Fix simultaneous connects from different technologies limitation.
602
603 ver 0.26:
604         Fix broken handling of auto-connect logic.
605         Fix handling of out-of-range access points.
606         Fix support for connecting to hidden networks.
607         Fix reference counting for networks with same SSID.
608         Fix issue with WiFi interfaces not getting switched off.
609         Fix problems with delayed service list updates.
610         Fix disconnect/abort of connection attempts.
611
612 ver 0.25:
613         Fix showing of WiFi networks with less than 25% signal strength.
614         Fix potential segmentation fault with network passphrases.
615
616 ver 0.24:
617         Fix handling of initial device powered state.
618         Fix missing Powered property changed signals.
619         Fix canceling of a network connection attempt.
620         Fix stalled configuration issue with supplicant.
621         Fix detection of association errors from supplicant.
622         Fix issue with wrong scanning state information.
623         Fix hidden SSID detection routines.
624         Fix visible Ethernet services even without carrier.
625         Add global method call to request scanning.
626         Add support for global technologies list.
627         Add support for delaying service list updates.
628         Update the overall D-Bus API documentation.
629
630 ver 0.23:
631         Fix dhclient probe/remove race condition.
632         Fix handling of disconnected services during auto-connect.
633         Add support for proper group name of hidden networks.
634         Add support for storing SSID details of hidden networks.
635
636 ver 0.22:
637         Fix wrong auto-connect procedure after user connection.
638         Fix invalid update of already connected network.
639         Fix idle state handling after disconnecting device.
640         Fix disconnect race condition in WiFi supplicant.
641         Fix WiFi signal strength reporting.
642
643 ver 0.21:
644         Add udev based network device detection.
645         Add support for global auto-connect feature.
646         Add support for basic service drag and drop.
647         Fix missing passphrase cleanup on service removal.
648         Fix potential duplicate network creation.
649         Fix handling of WEP shared keys.
650
651 ver 0.20:
652         Add plugin for Intel WiMAX SDK support.
653         Add special handling for default vendor SSIDs.
654         Add support for default gateway in different network.
655         Add support for automatic switching of default gateway.
656         Add support for asynchronous handling of Powered property.
657         Add support for connecting/disconnecting Ethernet services.
658         Add support for more detailed error states of services.
659         Add support for clearing error state via ClearProperty.
660         Fix error code for invalid or unknown properties.
661         Fix various timeout handling issues.
662         Remove Policy and Priority device and network properties.
663
664 ver 0.19:
665         Add hidden networks to the service list.
666         Add support for storing the service name.
667         Fix service list sorting for connected services.
668         Fix missing cancel command when operation times out.
669         Fix various issues with service favorite handling.
670         Remove Available and Remember network properties.
671
672 ver 0.18:
673         Add support for asynchronous service connect method.
674         Fix broken storage of service favorite details.
675
676 ver 0.17:
677         Add AT chat library implementation.
678         Fix service lookup for WiFi and WiMAX devices.
679         Fix service state signal emission and error handling.
680         Fix storing and loading of configured passphrases for services.
681
682 ver 0.16:
683         Update Intel OSPM support to latest specification.
684         Add initial support for new service interface.
685         Add support for builtin plugins.
686         Add extra warning if no nameserver is defined.
687         Add error reporting for state and storage directory creation.
688         Add error message for network and device storing failures
689         Fix stale entry in gateway list after connection changes.
690         Fix handling of DHCP results with no nameserver.
691         Fix infinite loop for service lookup.
692         Fix various format string warnings.
693
694 ver 0.15:
695         Detect VMware network interface and ignore them.
696         Fix setting of scan_ssid for hidden networks.
697         Fix empty network name property.
698
699 ver 0.14:
700         Add support for detecting DHCP failures.
701         Add support for joining hidden WiFi networks.
702         Add support for device and network address property.
703         Add support for default /etc/resolv.conf generation.
704         Fix issue with wrong address setting for loopback.
705         Fix detection of WiFi access point changes.
706         Fix crash with blob properties.
707
708 ver 0.13:
709         Add support for notification infrastructure.
710         Add fully dynamic property storage capabilities.
711         Fix broken loading of last network on bootup.
712         Fix crash when unplugging WiFi devices.
713         Rename OSPM plugin to Intel OSPM plugin.
714         Rename WiMAX plugin to Intel WiMAX SDK plugin.
715
716 ver 0.12:
717         Fix connection state change handling.
718         Fix network list enumeration.
719         Fix broken driver matching for devices.
720         Fix issue with network identifier lookup.
721
722 ver 0.11:
723         Add plugin priority handling.
724         Add network type for WiMAX.
725         Fix network protocol selection for Bluetooth PAN.
726         Fix parameters for Bluetooth PAN disconnect method.
727
728 ver 0.10:
729         Fix races with connection signals.
730         Fix automatic switching of default connection.
731
732 ver 0.9:
733         Rename FlightMode to OfflineMode.
734         Add static IPv4 setting support for Ethernet devices.
735         Add extra options to exclude devices and plugins.
736         Add support for toggling debug output.
737         Add support for ScanInterval property.
738         Fix handling of disconnect commands from applications.
739         Fix detection of networks that are out of range.
740         Fix setting network remember status.
741         Fix argument type checking of properties.
742
743 ver 0.8:
744         Add Device and Network property to connection interface.
745         Add option to disable installation of data files.
746         Add command line option to show version number.
747         Fix signal emission for network changes.
748
749 ver 0.7:
750         Add basic support for flight mode.
751         Add support for multiple storage drivers.
752         Add support for RTNL newlink watch API.
753         Add support for different security privileges.
754         Add support for device and network priorities.
755         Add functions for setting network properties.
756         Fix issue with listing devices without a driver.
757         Fix issue with WiFi scanning indication.
758         Fix detection of WiFi security changes.
759         Update WiFi driver to use new network helpers.
760         Install different D-Bus configuration for PolicyKit.
761
762 ver 0.6:
763         Add CONNMAN_API_SUBJECT_TO_CHANGE definition.
764         Add detailed configuration options.
765         Add various D-Bus helper functions.
766         Add generic device driver infrastructure.
767         Add generic network driver infrastructure.
768         Add property for WiFi network mode.
769         Add property for network interface name.
770         Add property for global connection policy.
771         Add support for verbose compiler warnings.
772         Add support for device detection via udev.
773         Add support for systems with udhcpc.
774         Add support for Bluetooth PAN networks.
775         Fix WiFi issue with DHCP restart after handshake.
776         Fix exported symbols list creation.
777         Remove deprecated and unused plugins.
778
779 ver 0.5:
780         Add support for handling Bluetooth adapters.
781         Add support for activating wpa_supplicant on demand.
782         Add Device property to network objects.
783         Add Scanning property to device objects.
784         Fix Name property of device objects.
785         Fix WiFi SSID to object path conversion.
786         Fix duplicate wireless scan results.
787         Fix built issue with libudev and uClibc.
788         Fix issues with element registration failures.
789
790 ver 0.4:
791         Add DNS proxy resolver plugin.
792         Add support for default connections.
793         Add support for gateway change notifications.
794         Add signal strength property for connections.
795         Add property for connection type.
796         Fix issue with carrier detection.
797         Fix broken resolvconf plugin.
798
799 ver 0.3:
800         Add support for automatically connecting known networks.
801         Add improved framework for handling resolver details.
802         Add generic signal strength property.
803         Fix bridge and WiMAX device detection.
804         Fix network listing for Ethernet devices.
805
806 ver 0.2:
807         Add support for indicating network changes.
808         Add support for signal strength property.
809         Add support for unique device names.
810         Fix broken device enumeration.
811         Fix issue with device removal callback.
812         Fix issue with wpa_supplicant disconnecting.
813         Fix D-Bus access policy configuration.
814
815 ver 0.1:
816         Initial public release.