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