This email list is read-only. Emails sent to this list will be discarded ---------------------------------- ChangeLog | 13 +++++++++++++ configure.ac | 2 +- 2 files changed, 14 insertions(+), 1 deletions(-)
New commits: commit cecbeca745ed26cd6742dc897135c28778008ef6 Author: Marcel Holtmann <[email protected]> Date: Wed Jan 7 18:27:36 2009 +0100 Release 0.7 Diff in this email is a maximum of 400 lines. 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 _______________________________________________ Commits mailing list [email protected] https://lists.moblin.org/mailman/listinfo/commits
