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