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