summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2013-07-14 23:28:47 -0700
committerMarcel Holtmann <marcel@holtmann.org>2013-07-14 23:28:47 -0700
commit54f0d5c2d28cb0fbde23f6484448329e582d949a (patch)
tree4beee7c8fed75bba0c344cad6260cf2e6f208a19
parent831028dfbe317e1d9cd0d41a0457d7fa2cba1c8b (diff)
downloadconnman-54f0d5c2d28cb0fbde23f6484448329e582d949a.tar.gz
Release 1.161.16
-rw-r--r--ChangeLog12
-rw-r--r--configure.ac2
2 files changed, 13 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a1340afc..22a3a525 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+ver 1.16:
+ Fix issue with missing signals during connection changes.
+ Fix issue with missing notification of proxy properties.
+ Fix issue with missing DHCPv6 domain list option.
+ Fix issue with missing DHCPv6 release message.
+ Fix issue with missing DHCPv6 error handling.
+ Fix issue with wrong IPCMv6 checksum calculation.
+ Fix issue with wrong service disconnect state.
+ Fix issue with failure to enable offline mode.
+ Add support for Netfilter Accounting (NFACCT).
+ Add support for IPv6 prefix delegation handling.
+
ver 1.15:
Fix issue with missing cleanup for IPv4-LL handling.
Fix issue with missing property update for domain names.
diff --git a/configure.ac b/configure.ac
index 8a9b3bad..e923f25e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(connman, 1.15)
+AC_INIT(connman, 1.16)
AM_INIT_AUTOMAKE([foreign subdir-objects color-tests])
AC_CONFIG_HEADERS([config.h])