doc: Remove Protected description
[platform/upstream/connman.git] / ChangeLog
index 8388988..fc531f2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,83 @@
+ver 1.14:
+       Fix issue with WiFi scanning race condition and power cycle.
+       Add support for configuring allowed tethering technologies.
+       Add support for persistent tethering configurations.
+       Add support for DHCPv6 max retransmission duration option.
+       Add support for DHCPv6 elapsed time option.
+       Add support for DHCPv6 confirm messages.
+
+ver 1.13:
+       Fix issue with auto-scanning of known hidden SSIDs.
+       Fix issue with not correctly terminated auto-scanning.
+       Fix issue with missing enforcing of immutable services.
+       Fix issue with missing handling of multiple connection attempts.
+       Fix issue with missing WISPr restart after nameserver change.
+       Fix issue with missing provisioning for IP address method.
+       Fix issue with missing IP configuration signal on disconnect.
+       Fix issue with DNS proxy and memory leaks on request timeouts.
+       Fix issue with DNS proxy and handling partial TCP messages.
+       Fix issue with DNS proxy and handling of EDNS0 buffers.
+       Fix issue with DNS proxy and handling of IPv6 loopback.
+       Fix issue with DNS proxy listening on all interfaces.
+       Fix issue with CDMA network creation.
+
+ver 1.12:
+       Fix issue with overwriting gateway address.
+       Fix issue with missing IP address validation.
+       Fix issue with parsing of IPv6 configuration settings.
+       Fix issue with DHCP server address stored in host order.
+       Fix issue with resolver query failures and pending results.
+       Fix issue with wrongly reported max scan SSID parameter.
+       Fix issue with handling errors from WiFi fast scanning.
+       Add support for WiFi provisioning via NFC.
+       Add support for VPN daemon provisioning.
+       Add support for Ethernet provisioning.
+
+ver 1.11:
+       Fix issue with agent reference counting imbalance.
+       Fix issue with handling max number of SSID for scanning.
+       Fix issue with missing notification of online state changes.
+       Fix issue with not properly triggering auto-connect behavior.
+       Fix issue with disabling IPv6 in lower up interface states.
+       Fix issue with spurious error messages for interface handling.
+       Fix issue with wrong answer count in DNS responses.
+       Fix issue with crash in DNS lookup function.
+       Add support for BlueZ 5.x network interfaces.
+       Remove deprecated WiMAX support.
+
+ver 1.10:
+       Fix issue with not skipping service if settings loading fails.
+       Fix issue with not clearing address before starting DHCP.
+       Fix issue with not handling removal of GPRS context.
+       Fix issue with not closing UDP socket on error condition.
+       Fix issue with race condition when removing WiFi device.
+       Add support for separate VPN daemon.
+
+ver 1.9:
+       Fix issue with WISPr portal context handling.
+       Fix issue with DNS lookup from wrong queue.
+       Fix issue with DNS data reception after disconnect.
+       Fix issue with missing DNS host part length checking.
+       Fix issue with RFKILL and technology interaction.
+       Fix issue with tethering and disabled technologies.
+       Add support for single connected technology setting.
+
+ver 1.8:
+       Fix issue with NTP transmit time calculation.
+       Fix issue with WiFi Tethering and newer kernels.
+       Fix issue with Netlink messages from Wireless Extensions.
+       Fix issue with IPv6 nameserver refresh beeing applied to IPv4.
+       Fix issue with overwriting DNS proxy address information.
+       Fix issue with missing handling of RFKILL hard blocking.
+       Add support for disabling internal backtrace functionality.
+
+ver 1.7:
+       Fix issue with IPv4 address removal when setting interface down.
+       Fix issue with wrong error when setting tethering support option.
+       Fix issue with errors reported twice via agent to the client.
+       Fix issue with missing serialization of agent callbacks.
+       Add initial version of command line client tool.
+
 ver 1.6:
        Fix issue with Bluetooth networking support.
        Fix issue with technology enabling method returns.