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