From c7dab6af2e6b2e989353d653695c04f87e986e79 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 9 Oct 2012 17:46:52 +0200 Subject: [PATCH] Release 1.8 --- ChangeLog | 9 +++++++++ configure.ac | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 9555d5cc..4a019aef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +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. diff --git a/configure.ac b/configure.ac index 47710bbe..a64eaa15 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(connman, 1.7) +AC_INIT(connman, 1.8) AM_INIT_AUTOMAKE([foreign subdir-objects color-tests]) AM_CONFIG_HEADER(config.h) -- 2.34.1