Release 0.9
[connman] / ChangeLog
1 ver 0.9:
2         Rename FlightMode to OfflineMode.
3         Add static IPv4 setting support for Ethernet devices.
4         Add extra options to exclude devices and plugins.
5         Add support for toggling debug output.
6         Add support for ScanInterval property.
7         Fix handling of disconnect commands from applications.
8         Fix detection of networks that are out of range.
9         Fix setting network remember status.
10         Fix argument type checking of properties.
11
12 ver 0.8:
13         Add Device and Network property to connection interface.
14         Add option to disable installation of data files.
15         Add command line option to show version number.
16         Fix signal emission for network changes.
17
18 ver 0.7:
19         Add basic support for flight mode.
20         Add support for multiple storage drivers.
21         Add support for RTNL newlink watch API.
22         Add support for different security privileges.
23         Add support for device and network priorities.
24         Add functions for setting network properties.
25         Fix issue with listing devices without a driver.
26         Fix issue with WiFi scanning indication.
27         Fix detection of WiFi security changes.
28         Update WiFi driver to use new network helpers.
29         Install different D-Bus configuration for PolicyKit.
30
31 ver 0.6:
32         Add CONNMAN_API_SUBJECT_TO_CHANGE definition.
33         Add detailed configuration options.
34         Add various D-Bus helper functions.
35         Add generic device driver infrastructure.
36         Add generic network driver infrastructure.
37         Add property for WiFi network mode.
38         Add property for network interface name.
39         Add property for global connection policy.
40         Add support for verbose compiler warnings.
41         Add support for device detection via udev.
42         Add support for systems with udhcpc.
43         Add support for Bluetooth PAN networks.
44         Fix WiFi issue with DHCP restart after handshake.
45         Fix exported symbols list creation.
46         Remove deprecated and unused plugins.
47
48 ver 0.5:
49         Add support for handling Bluetooth adapters.
50         Add support for activating wpa_supplicant on demand.
51         Add Device property to network objects.
52         Add Scanning property to device objects.
53         Fix Name property of device objects.
54         Fix WiFi SSID to object path conversion.
55         Fix duplicate wireless scan results.
56         Fix built issue with libudev and uClibc.
57         Fix issues with element registration failures.
58
59 ver 0.4:
60         Add DNS proxy resolver plugin.
61         Add support for default connections.
62         Add support for gateway change notifications.
63         Add signal strength property for connections.
64         Add property for connection type.
65         Fix issue with carrier detection.
66         Fix broken resolvconf plugin.
67
68 ver 0.3:
69         Add support for automatically connecting known networks.
70         Add improved framework for handling resolver details.
71         Add generic signal strength property.
72         Fix bridge and WiMAX device detection.
73         Fix network listing for Ethernet devices.
74
75 ver 0.2:
76         Add support for indicating network changes.
77         Add support for signal strength property.
78         Add support for unique device names.
79         Fix broken device enumeration.
80         Fix issue with device removal callback.
81         Fix issue with wpa_supplicant disconnecting.
82         Fix D-Bus access policy configuration.
83
84 ver 0.1:
85         Initial public release.