summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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])