This email list is read-only. Emails sent to this list will be discarded ---------------------------------- ChangeLog | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletions(-)
New commits: commit 5de0b9357c57511f5b1d1da128d80973a07be1ed Author: Marcel Holtmann <[email protected]> Date: Sat Jan 10 02:47:40 2009 +0100 Release 0.8 Diff in this email is a maximum of 400 lines. diff --git a/ChangeLog b/ChangeLog index a044891..61d9dba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +ver 0.8: + Add Device and Network property to connection interface. + Add option to disable installation of data files. + Add command line option to show version number. + Fix signal emission for network changes. + ver 0.7: Add basic support for flight mode. Add support for multiple storage drivers. diff --git a/configure.ac b/configure.ac index 8e85d33..5ef1863 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ(2.60) AC_INIT() -AM_INIT_AUTOMAKE(connman, 0.7) +AM_INIT_AUTOMAKE(connman, 0.8) AM_CONFIG_HEADER(config.h) AM_MAINTAINER_MODE _______________________________________________ Commits mailing list [email protected] https://lists.moblin.org/mailman/listinfo/commits
