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