From: Marcel Holtmann Date: Thu, 18 Dec 2008 17:15:30 +0000 (+0100) Subject: Release 0.5 X-Git-Tag: 0.5^0 X-Git-Url: https://vcs.maemo.org/git/?a=commitdiff_plain;h=b8c73db85609c1d97cc9965d5ff2dc310ffb5d1a;p=connman Release 0.5 --- 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