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