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