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