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