Release 0.53
[platform/upstream/connman.git] / ChangeLog
1 ver 0.53:
2         Fix issue with supplicant and device scanning state cleaning.
3         Fix issue with Bluetooth PAN networks stay in connected state.
4         Fix issue with reference counting and connected state.
5         Fix issue with technology disabling on device removal.
6         Fix issue with two default gateways when using VPN.
7         Fix issue with static IPv4 configuration and signals.
8         Add support for splitting DHCP provided nameserver results.
9         Add support multiple nameservers in /etc/resolv.conf.
10         Add support for setting manual DNS server configuration.
11         Add support for exporting IPv4 gateway information.
12         Add support for newer versions of oFono API.
13
14 ver 0.52:
15         Fix issue with new "connected" states.
16         Fix issue with hidden networks and PSK.
17         Fix issue with DHCP and Bluetooth PAN.
18         Fix issue when disconnecting PAN networks.
19         Add support for application sessions.
20         Add plugin for hh2serial GPS support.
21
22 ver 0.51:
23         Fix issue with missing device power toggling.
24         Fix issue with D-Bus object path on device removal.
25         Add support for WiFi portal detection.
26         Add support for configuring static gateways.
27         Remove unneeded plugin for Option HSO support.
28         Remove unneeded plugin for Ericsson MBM support.
29
30 ver 0.50:
31         Fix configuration loading for unknown services.
32         Fix IP method setting of Ethernet plugin.
33
34 ver 0.49:
35         Fix issue with WiFi power changes.
36         Fix issue with Bluetooth device startup.
37         Fix issue with host route settings for VPN.
38         Fix issue with processing of RFKILL events.
39         Fix some WPA Enterprise privacy issues.
40         Add support for basic Ethernet information.
41         Add support for static IP settings.
42
43 ver 0.48:
44         Fix signal strength calculation when quality is not provided.
45         Fix issues with wpa_supplicant state tracking.
46         Fix faulty removal of IP address from interface.
47         Fix permissions of newly created /etc/resolv.conf file.
48         Fix DNS proxy handling when in offline mode.
49         Add support for EDNS0 resolver option.
50         Add workaround for large EDNS0 queries.
51         Add workaround for DHCP startup failures with WiFi networks.
52         Add support for handling hostnames and domainnames.
53         Add support for IPv4 configuration via service interface.
54         Add support for fixed and manual IPv4 configuration.
55         Add support for default service changed notifier.
56         Add support for clearing failure state via service removal.
57         Add support for OpenConnect VPN connections.
58         Add support for IEEE 802.1x WiFi networks.
59         Add support for roaming between WPA and WPA2 networks.
60         Add various generic D-Bus helpers and use them.
61         Remove special handling of Ethernet devices.
62
63 ver 0.47:
64         Fix segmentation fault on resolver shutdown.
65         Fix issue with adding nameserver that doesn't exist.
66         Fix issue when no broadcast address is given.
67         Fix issue with missing property changed signal.
68         Add checks for invalid supplicant state transitions.
69         Add initial version of oFono GPRS support.
70         Add support for dynamic debug framework.
71
72 ver 0.46:
73         Fix reconnect issue when power off or disabling the device.
74         Remove problematic retry on failure code path.
75
76 ver 0.45:
77         Fix crash with connect timeout and second connect attempt.
78         Fix reconnect issues after suspend or roaming attempt.
79
80 ver 0.44:
81         Fix command line options for device filtering.
82         Fix issue with network reference in MBM support.
83         Fix handling when losing network access in MBM plugin.
84         Fix broken libiWmxSDK callback parameter handling.
85         Add work around Intel WiMAX SDK API breakage.
86
87 ver 0.43:
88         Fix issue with missing scanning after power up.
89         Fix issue with udev versus /dev/rfkill event processing.
90         Fix issue with powered down device on connection attempt.
91         Add support for multiple connection attempts.
92         Add support for tracking the operation state.
93         Add full support for Ericsson MBM cellular devices.
94
95 ver 0.42:
96         Fix issue with switching between hidden WiFi networks.
97         Fix issue with missing scanning after disconnect.
98         Fix issue with not triggering auto-connect in some cases.
99
100 ver 0.41:
101         Fix race condition with WiFi devices and RFKILL.
102         Fix issue with WiFi connect/disconnect and some drivers.
103         Fix issue with WEP encryption and staging drivers.
104         Fix issue with wrong setup of loopback interfaces.
105
106 ver 0.40:
107         Fix issue with wrong setting of initial AutoConnect value.
108         Fix issue with IP configuration and loopback devices.
109         Fix issue with build system and include directory.
110         Fix wrong variable for dhclient-script location.
111         Fix disconnect race condition with Bluetooth service.
112         Add support for ignoring bonding Ethernet interfaces.
113
114 ver 0.39:
115         Fix file permissions for profile storage.
116         Fix service resorting when they are in different states.
117         Fix support for handling Bluetooth PAN devices.
118         Add support for AutoConnect property of services.
119         Add support for creating, modifying and removing profiles.
120         Add support for fully flexible task handling framework.
121         Add support for more generic RTNL handling and notifications.
122         Add support for full non-recursive build.
123
124 ver 0.38:
125         Fix broken check for security modes.
126         Fix requirement of inotify when loopback support is disabled.
127
128 ver 0.37:
129         Fix missing update of signal strength from scan results.
130         Fix error handling in case when passphrase is required.
131         Add support for PassphraseRequired property.
132         Add missing check for WiFi security modes.
133
134 ver 0.36:
135         Fix missing reset of network reference when disconnecting.
136         Fix wrong variable reference when sending technology replies.
137         Fix wrong identifiers of D-Bus error names.
138
139 ver 0.35:
140         Fix missing auto-connect trigger on Ethernet device removal.
141         Fix availability listing for devices without attached drivers.
142         Fix signals for connected and default technologies.
143         Fix notification to use service types instead of device types.
144         Fix potential pending scan result reply messages after removal.
145         Add support for blocking enable and disable technology changes.
146
147 ver 0.34:
148         Fix setup of udev context before loading any plugins.
149         Fix rearming the scan trigger if a device got disabled.
150         Fix device power state changes tracking with RFKILL notifications.
151         Fix wrong usage of device types instead of service types.
152         Fix connect method to handle non-WiFi services.
153
154 ver 0.33:
155         Add support for RFKILL changes of the WiFi subsystem.
156         Fix state value of Network Manager compatibility support.
157
158 ver 0.32:
159         Fix broken device unregistration on removal.
160         Fix WiMAX device detection handling.
161
162 ver 0.31:
163         Fix missing enforcement of offline mode for new devices.
164         Add support for persistent storage of offline mode.
165         Add support for persistent storage of device power state.
166         Remove deprecated and unused network storage callbacks.
167
168 ver 0.30:
169         Fix issue where hidden network could show up in service list.
170         Fix issue with asynchronous notification of scan requests.
171         Fix message reference leak when adding interface fails.
172         Fix problem when removing network during inactive state.
173         Remove broken and unused callback for joining networks.
174         Remove deprecated device and network interface methods.
175         Remove test scripts for deprecated interface methods.
176
177 ver 0.29:
178         Fix missing signal emission for offline mode changes.
179         Fix signal emission for changes in technology properties.
180         Rename Technologies property to AvailableTechnologies.
181
182 ver 0.28:
183         Fix another reference counting imbalance when adding networks.
184         Revert supplicant change to always reset scanning after results.
185
186 ver 0.27:
187         Fix missing disarming of the connection timeout.
188         Fix handling of multiple supplicant disconnect attempts.
189         Fix simultaneous connects from different technologies limitation.
190
191 ver 0.26:
192         Fix broken handling of auto-connect logic.
193         Fix handling of out-of-range access points.
194         Fix support for connecting to hidden networks.
195         Fix reference counting for networks with same SSID.
196         Fix issue with WiFi interfaces not getting switched off.
197         Fix problems with delayed service list updates.
198         Fix disconnect/abort of connection attempts.
199
200 ver 0.25:
201         Fix showing of WiFi networks with less than 25% signal strength.
202         Fix potential segmentation fault with network passphrases.
203
204 ver 0.24:
205         Fix handling of initial device powered state.
206         Fix missing Powered property changed signals.
207         Fix canceling of a network connection attempt.
208         Fix stalled configuration issue with supplicant.
209         Fix detection of association errors from supplicant.
210         Fix issue with wrong scanning state information.
211         Fix hidden SSID detection routines.
212         Fix visible Ethernet services even without carrier.
213         Add global method call to request scanning.
214         Add support for global technologies list.
215         Add support for delaying service list updates.
216         Update the overall D-Bus API documentation.
217
218 ver 0.23:
219         Fix dhclient probe/remove race condition.
220         Fix handling of disconnected services during auto-connect.
221         Add support for proper group name of hidden networks.
222         Add support for storing SSID details of hidden networks.
223
224 ver 0.22:
225         Fix wrong auto-connect procedure after user connection.
226         Fix invalid update of already connected network.
227         Fix idle state handling after disconnecting device.
228         Fix disconnect race condition in WiFi supplicant.
229         Fix WiFi signal strength reporting.
230
231 ver 0.21:
232         Add udev based network device detection.
233         Add support for global auto-connect feature.
234         Add support for basic service drag and drop.
235         Fix missing passphrase cleanup on service removal.
236         Fix potential duplicate network creation.
237         Fix handling of WEP shared keys.
238
239 ver 0.20:
240         Add plugin for Intel WiMAX SDK support.
241         Add special handling for default vendor SSIDs.
242         Add support for default gateway in different network.
243         Add support for automatic switching of default gateway.
244         Add support for asynchronous handling of Powered property.
245         Add support for connecting/disconnecting Ethernet services.
246         Add support for more detailed error states of services.
247         Add support for clearing error state via ClearProperty.
248         Fix error code for invalid or unknown properties.
249         Fix various timeout handling issues.
250         Remove Policy and Priority device and network properties.
251
252 ver 0.19:
253         Add hidden networks to the service list.
254         Add support for storing the service name.
255         Fix service list sorting for connected services.
256         Fix missing cancel command when operation times out.
257         Fix various issues with service favorite handling.
258         Remove Available and Remember network properties.
259
260 ver 0.18:
261         Add support for asynchronous service connect method.
262         Fix broken storage of service favorite details.
263
264 ver 0.17:
265         Add AT chat library implementation.
266         Fix service lookup for WiFi and WiMAX devices.
267         Fix service state signal emission and error handling.
268         Fix storing and loading of configured passphrases for services.
269
270 ver 0.16:
271         Update Intel OSPM support to latest specification.
272         Add initial support for new service interface.
273         Add support for builtin plugins.
274         Add extra warning if no nameserver is defined.
275         Add error reporting for state and storage directory creation.
276         Add error message for network and device storing failures
277         Fix stale entry in gateway list after connection changes.
278         Fix handling of DHCP results with no nameserver.
279         Fix infinite loop for service lookup.
280         Fix various format string warnings.
281
282 ver 0.15:
283         Detect VMware network interface and ignore them.
284         Fix setting of scan_ssid for hidden networks.
285         Fix empty network name property.
286
287 ver 0.14:
288         Add support for detecting DHCP failures.
289         Add support for joining hidden WiFi networks.
290         Add support for device and network address property.
291         Add support for default /etc/resolv.conf generation.
292         Fix issue with wrong address setting for loopback.
293         Fix detection of WiFi access point changes.
294         Fix crash with blob properties.
295
296 ver 0.13:
297         Add support for notification infrastructure.
298         Add fully dynamic property storage capabilities.
299         Fix broken loading of last network on bootup.
300         Fix crash when unplugging WiFi devices.
301         Rename OSPM plugin to Intel OSPM plugin.
302         Rename WiMAX plugin to Intel WiMAX SDK plugin.
303
304 ver 0.12:
305         Fix connection state change handling.
306         Fix network list enumeration.
307         Fix broken driver matching for devices.
308         Fix issue with network identifier lookup.
309
310 ver 0.11:
311         Add plugin priority handling.
312         Add network type for WiMAX.
313         Fix network protocol selection for Bluetooth PAN.
314         Fix parameters for Bluetooth PAN disconnect method.
315
316 ver 0.10:
317         Fix races with connection signals.
318         Fix automatic switching of default connection.
319
320 ver 0.9:
321         Rename FlightMode to OfflineMode.
322         Add static IPv4 setting support for Ethernet devices.
323         Add extra options to exclude devices and plugins.
324         Add support for toggling debug output.
325         Add support for ScanInterval property.
326         Fix handling of disconnect commands from applications.
327         Fix detection of networks that are out of range.
328         Fix setting network remember status.
329         Fix argument type checking of properties.
330
331 ver 0.8:
332         Add Device and Network property to connection interface.
333         Add option to disable installation of data files.
334         Add command line option to show version number.
335         Fix signal emission for network changes.
336
337 ver 0.7:
338         Add basic support for flight mode.
339         Add support for multiple storage drivers.
340         Add support for RTNL newlink watch API.
341         Add support for different security privileges.
342         Add support for device and network priorities.
343         Add functions for setting network properties.
344         Fix issue with listing devices without a driver.
345         Fix issue with WiFi scanning indication.
346         Fix detection of WiFi security changes.
347         Update WiFi driver to use new network helpers.
348         Install different D-Bus configuration for PolicyKit.
349
350 ver 0.6:
351         Add CONNMAN_API_SUBJECT_TO_CHANGE definition.
352         Add detailed configuration options.
353         Add various D-Bus helper functions.
354         Add generic device driver infrastructure.
355         Add generic network driver infrastructure.
356         Add property for WiFi network mode.
357         Add property for network interface name.
358         Add property for global connection policy.
359         Add support for verbose compiler warnings.
360         Add support for device detection via udev.
361         Add support for systems with udhcpc.
362         Add support for Bluetooth PAN networks.
363         Fix WiFi issue with DHCP restart after handshake.
364         Fix exported symbols list creation.
365         Remove deprecated and unused plugins.
366
367 ver 0.5:
368         Add support for handling Bluetooth adapters.
369         Add support for activating wpa_supplicant on demand.
370         Add Device property to network objects.
371         Add Scanning property to device objects.
372         Fix Name property of device objects.
373         Fix WiFi SSID to object path conversion.
374         Fix duplicate wireless scan results.
375         Fix built issue with libudev and uClibc.
376         Fix issues with element registration failures.
377
378 ver 0.4:
379         Add DNS proxy resolver plugin.
380         Add support for default connections.
381         Add support for gateway change notifications.
382         Add signal strength property for connections.
383         Add property for connection type.
384         Fix issue with carrier detection.
385         Fix broken resolvconf plugin.
386
387 ver 0.3:
388         Add support for automatically connecting known networks.
389         Add improved framework for handling resolver details.
390         Add generic signal strength property.
391         Fix bridge and WiMAX device detection.
392         Fix network listing for Ethernet devices.
393
394 ver 0.2:
395         Add support for indicating network changes.
396         Add support for signal strength property.
397         Add support for unique device names.
398         Fix broken device enumeration.
399         Fix issue with device removal callback.
400         Fix issue with wpa_supplicant disconnecting.
401         Fix D-Bus access policy configuration.
402
403 ver 0.1:
404         Initial public release.