summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2016-04-18 09:02:51 +0200
committerMarcel Holtmann <marcel@holtmann.org>2016-04-18 09:02:51 +0200
commit57a31db51504f52a83b004dc3c2d3e012731b841 (patch)
tree9a17a7c512b8b28411744690d790da254fda0426
parent942938fc1c84997a2681ae683a1e802daed8bd10 (diff)
downloadconnman-57a31db51504f52a83b004dc3c2d3e012731b841.tar.gz
Release 1.321.32
-rw-r--r--ChangeLog13
-rw-r--r--configure.ac2
2 files changed, 14 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d98f879d..7a1877b5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+ver 1.32:
+ Fix issue with DNS proxy response handling.
+ Fix issue with nameservers after DHCP renewal.
+ Fix issue with DHCP request and IP link local.
+ Fix issue with DHCP timer removal handling.
+ Fix issue with missing MTU option from DHCP.
+ Fix issue with passphrases and space characters.
+ Fix issue with passphrases after WPS provisioning.
+ Fix issue with memory leak and wpa_supplicant.
+ Fix issue with memory leak and service ordering.
+ Add support for handling OpenVPN TAP devices.
+ Remove support for BlueZ 4.x interfaces.
+
ver 1.31:
Fix issue with DNS TTL and CLASS field length.
Fix issue with handling of ClearProperty method.
diff --git a/configure.ac b/configure.ac
index 9a5a70e5..c330314f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(connman, 1.31)
+AC_INIT(connman, 1.32)
AC_CONFIG_MACRO_DIR([m4])