inet: Standardize error codes and messages
[framework/connectivity/connman.git] / ChangeLog
index a0dfd4d..54b47d5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,158 @@
+ver 0.74:
+       Fix issue with race condition in ready/online handling.
+       Fix issue with DHCP release callback handling.
+       Fix multiple issues with session API handling.
+       Add support for using DNS proxy for Tethering.
+       Add support for Private Network API.
+       Add support for Clock API.
+
+ver 0.73:
+       Update support for session API handling.
+       Add support for more advanced roaming policies.
+       Add support for EAP identity and passphrase queries.
+       Add support for IPv6 handling with cellular bearer.
+       Add support for main configuration file.
+       Remove deprecated profile interface.
+
+ver 0.72:
+       Fix issue with overwriting DNS servers from DHCP.
+       Fix issue with DHCP renewal with same configuration.
+       Fix issue with multiple memory leaks.
+       Add support for 6to4 tunneling.
+
+ver 0.71:
+       Fix issue with not storing IPv6 privacy settings.
+       Fix issue with storing fixed and manual IP settings.
+       Fix issue with service state when PAN connection fails.
+       Fix issue with tethering and WiFi bridge handling.
+       Fix issue with autonomously activated contexts.
+       Fix issue with nameserver array for PACrunner.
+       Fix issue with network information memory leak.
+       Fix issue with double-free in statistics handling.
+       Fix issue with handling malformed profiles.
+       Fix issue with pending DHCP client requests.
+       Add initial support for TI shared transport handling.
+
+ver 0.70:
+       Add support for reporting invalid WiFi passphrases.
+       Add support for IPv6 privacy extension.
+       Add support for IPv6 advanced features.
+       Add support for IPv6 nameserver settings.
+       Remove deprecated APN service settings.
+
+ver 0.69:
+       Fix issue with not handling DNS proxy failures gracefully.
+       Fix issue with double free in statistics handling.
+       Fix issue with early tethering bridge creation.
+       Add support for tethering property per technology.
+       Add support for initial WiFi tethering feature.
+       Add support for using PACrunner as proxy driver.
+       Add support for WPS as part of the security property.
+
+ver 0.68:
+       Fix issue with wrong name of PolicyKit configuration file.
+       Fix issue with inconsistency of WiFi scan states.
+       Fix issue with missing auto-reconnect and oFono.
+       Add support for vpnc based private networks.
+       Add support for WiFi Protected Setup handling.
+       Remove legacy WiFi plugin.
+
+ver 0.67:
+       Fix issue with oFono plugin and multiple online calls.
+       Fix issue with checking for AutoConnect service property.
+       Remove deprecated MCC and MNC service properties.
+
+ver 0.66:
+       Fix multiple set of memory leaks.
+       Fix issue with WPA supplicant phase2 values.
+       Fix issue with WiFi access points after kill/restart.
+       Fix issue with correct PACrunner configuration loading.
+       Add support for loading provision files at runtime.
+       Add support for setting proxy auto-configuration.
+       Add support for IPv6 auto-configured addresses.
+
+ver 0.65:
+       Use new WiFi plugin by default.
+       Fix issue with handling already powered devices.
+       Fix issue with handling proxy PAC option from DHCP.
+       Add support for handling regulatory domain settings.
+       Add support for handling IPv6 router advertisements.
+       Add support for handling IPv6 nameservers.
+       Add support for handling multiple search domains.
+       Add support for handling oFono modem lockdown.
+       Add support for handling IPv6 DNS connections.
+       Add support for IPv4 Link-Local negotiation.
+       Add support for USB CDC Tethering functionality.
+
+ver 0.64:
+       Update service name to net.connman domain.
+       Fix issue with disabling a technology twice.
+       Fix issue with using wrong string for Proxy.Method.
+       Fix issue with TCP connection lookup and DNS proxy.
+       Fix issue with TCP receive busy waits and DNS proxy.
+       Fix various issues with WPA Supplicant interaction.
+       Add support for chunk encoding to HTTP client.
+       Add support for internal HTTP client for portal detection.
+       Add support for internal DHCP server setup.
+       Add support for internal NAT and IP forwarding setup.
+       Add support for Bluetooth Tethering functionality.
+       Remove deprecated device and network D-Bus interfaces.
+       Remove support for dhclient plugin.
+
+ver 0.63:
+       Change to use nl80211/cfg80211 WiFi management by default.
+       Fix various issues with new WPA Supplicant interface.
+       Fix issue with not connecting failed networks at boot.
+       Fix issue with properly tracking RFKILL blocked state.
+       Fix issue with missing signals for IPv4/IPv6 gateway details.
+       Add support for using RTNL for setting IPv4/IPv6 details.
+       Add support for using PHONET_PIPE GPRS interfaces.
+       Add support for setting manual proxy configurations.
+       Add support for exporting proxy configurations to PACrunner.
+       Add support for combined home and roaming statistics.
+       Add support for OpenVPN connections.
+       Remove dependency on udev.
+
+ver 0.62:
+       Fix crash with non-existent or extra DHCP result options.
+       Fix crash when doing PEAP/TTLS authentication.
+       Fix issue with handling multiple data counters.
+       Fix issue with Bluetooth adapters without address.
+       Fix issue with multiple scanning attempts after disconnects.
+       Fix issue with VPN services when switching into offline mode.
+       Add support for storing statistics information in separate files.
+       Add support for verification of configuration file parameters.
+       Add support for handling time server values from DHCP.
+       Add support for allowing DNS over TCP within the DNS proxy.
+       Add support for loading proxy configurations into PACrunner.
+       Add support for WiFi plugin using new WPA Supplicant D-Bus API.
+       Add support for requesting passphrases via agents.
+       Remove default support for EDNS0 option.
+
+ver 0.61:
+       Add support for using the internal DHCP client by default.
+       Add support for latest PolicyKit framework.
+       Add support for new oFono D-Bus interfaces.
+
+ver 0.60:
+       Fix issue with missing reset of proxy settings.
+       Fix issue with missing Ethernet property changed signal.
+       Fix issue with offline operation on already blocked devices.
+       Fix issue with offline mode and device powered changes.
+       Fix issue with portal detection and DHCP renewals.
+       Fix issue with connection attempts for removed networks.
+       Fix issue with stale pointers of networks.
+
+ver 0.59:
+       Fix issue with D-Bus object paths of VPN providers.
+
+ver 0.58:
+       Fix various issues around offline mode.
+       Fix various issues with VPN nameserver handling.
+       Add support for home/roaming network statistics.
+       Add support for EAP-TTLS WiFi configuration.
+       Add support for creating backtraces.
+
 ver 0.57:
        Fix missing default profile creation.
        Fix missing service integration of VPN providers.