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