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