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