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