From 4bf217329babf4f7792b43d70228af8269c3332c Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 26 Oct 2012 01:48:16 -0700 Subject: [PATCH] Release 1.9 --- ChangeLog | 9 +++++++++ configure.ac | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 4a019ae..16ad3bf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +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. diff --git a/configure.ac b/configure.ac index a64eaa1..286b71c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(connman, 1.8) +AC_INIT(connman, 1.9) AM_INIT_AUTOMAKE([foreign subdir-objects color-tests]) AM_CONFIG_HEADER(config.h) -- 2.7.4