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