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