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