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