summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-05-08 14:43:08 -0700
committerMarcel Holtmann <marcel@holtmann.org>2009-05-08 14:43:08 -0700
commit622be473e966d1b22e150ab6df5e0819cb50bf7a (patch)
treef8d0b3dd779734f0e4c1e48b5345dd6fe87b8ce4
parentcdc85a525a549d069d68747acc61bb1baaa041f7 (diff)
downloadconnman-622be473e966d1b22e150ab6df5e0819cb50bf7a.tar.gz
connman-622be473e966d1b22e150ab6df5e0819cb50bf7a.tar.bz2
connman-622be473e966d1b22e150ab6df5e0819cb50bf7a.zip
Release 0.160.16
-rw-r--r--ChangeLog12
-rw-r--r--configure.ac2
2 files changed, 13 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7916015e..5cf3c38c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+ver 0.16:
+ Update Intel OSPM support to latest specification.
+ Add initial support for new service interface.
+ Add support for builtin plugins.
+ Add extra warning if no nameserver is defined.
+ Add error reporting for state and storage directory creation.
+ Add error message for network and device storing failures
+ Fix stale entry in gateway list after connection changes.
+ Fix handling of DHCP results with no nameserver.
+ Fix infinite loop for service lookup.
+ Fix various format string warnings.
+
ver 0.15:
Detect VMware network interface and ignore them.
Fix setting of scan_ssid for hidden networks.
diff --git a/configure.ac b/configure.ac
index 982bb953..98a02bfd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ(2.60)
AC_INIT()
-AM_INIT_AUTOMAKE(connman, 0.15)
+AM_INIT_AUTOMAKE(connman, 0.16)
AM_CONFIG_HEADER(config.h)
AM_MAINTAINER_MODE