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