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