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