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