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