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