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