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