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