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