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