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