summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog9
-rw-r--r--configure.ac2
2 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4a019aef..16ad3bfe 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 a64eaa15..286b71cf 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)