From 622be473e966d1b22e150ab6df5e0819cb50bf7a Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 8 May 2009 14:43:08 -0700 Subject: [PATCH] Release 0.16 --- ChangeLog | 12 ++++++++++++ configure.ac | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7916015..5cf3c38 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 982bb95..98a02bf 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 -- 1.7.9.5