From cecbeca745ed26cd6742dc897135c28778008ef6 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 7 Jan 2009 18:27:36 +0100 Subject: [PATCH] Release 0.7 --- ChangeLog | 13 +++++++++++++ configure.ac | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d41905e..a044891 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +ver 0.7: + Add basic support for flight mode. + Add support for multiple storage drivers. + Add support for RTNL newlink watch API. + Add support for different security privileges. + Add support for device and network priorities. + Add functions for setting network properties. + Fix issue with listing devices without a driver. + Fix issue with WiFi scanning indication. + Fix detection of WiFi security changes. + Update WiFi driver to use new network helpers. + Install different D-Bus configuration for PolicyKit. + ver 0.6: Add CONNMAN_API_SUBJECT_TO_CHANGE definition. Add detailed configuration options. diff --git a/configure.ac b/configure.ac index eafe9e6..1d8fc5e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ(2.60) AC_INIT() -AM_INIT_AUTOMAKE(connman, 0.6) +AM_INIT_AUTOMAKE(connman, 0.7) AM_CONFIG_HEADER(config.h) AM_MAINTAINER_MODE -- 1.7.9.5