summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2016-07-17 22:03:55 +0200
committerMarcel Holtmann <marcel@holtmann.org>2016-07-17 22:03:55 +0200
commitc47e491bb374fe3992d8938cc30b48beee379f23 (patch)
treea3750deb2346efc6d7ecaf6901c636aed48d335f
parent2d71d831d474d6515525b0da9ae2aa2175f37812 (diff)
downloadconnman-c47e491bb374fe3992d8938cc30b48beee379f23.tar.gz
Release 1.331.33
-rw-r--r--ChangeLog8
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7a1877b5..ab521eb3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+ver 1.33:
+ Fix issue with old IP address from DHCP.
+ Fix issue with DHCP lease timer handling.
+ Fix issue with infinite lease and DHCPv6.
+ Fix issue with network connectable handling.
+ Fix issue with handling WiFi interface discovery.
+ Add support for WiFi fast-reconnect and band-steering.
+
ver 1.32:
Fix issue with DNS proxy response handling.
Fix issue with nameservers after DHCP renewal.
diff --git a/configure.ac b/configure.ac
index c330314f..6e66ab3d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(connman, 1.32)
+AC_INIT(connman, 1.33)
AC_CONFIG_MACRO_DIR([m4])