This email list is read-only. Emails sent to this list will be discarded ---------------------------------- ChangeLog | 11 +++++++++++ configure.ac | 2 +- 2 files changed, 12 insertions(+), 1 deletions(-)
New commits: commit b8c73db85609c1d97cc9965d5ff2dc310ffb5d1a Author: Marcel Holtmann <[email protected]> Date: Thu Dec 18 18:15:30 2008 +0100 Release 0.5 Diff in this email is a maximum of 400 lines. diff --git a/ChangeLog b/ChangeLog index 3b92407..8955af9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +ver 0.5: + Add support for handling Bluetooth adapters. + Add support for activating wpa_supplicant on demand. + Add Device property to network objects. + Add Scanning property to device objects. + Fix Name property of device objects. + Fix WiFi SSID to object path conversion. + Fix duplicate wireless scan results. + Fix built issue with libudev and uClibc. + Fix issues with element registration failures. + ver 0.4: Add DNS proxy resolver plugin. Add support for default connections. diff --git a/configure.ac b/configure.ac index 8bf5254..0f81dde 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ(2.50) AC_INIT() -AM_INIT_AUTOMAKE(connman, 0.4) +AM_INIT_AUTOMAKE(connman, 0.5) AM_CONFIG_HEADER(config.h) AM_MAINTAINER_MODE _______________________________________________ Commits mailing list [email protected] https://lists.moblin.org/mailman/listinfo/commits
