From: Marcel Holtmann Date: Mon, 31 Aug 2009 22:04:36 +0000 (-0700) Subject: Release 0.40 X-Git-Tag: 2.0_alpha~3269 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=99a3fa423e71c2ad24b764e14ebc1b562899a619;p=framework%2Fconnectivity%2Fconnman.git Release 0.40 --- diff --git a/ChangeLog b/ChangeLog index e215fcc..dc2526d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +ver 0.40: + Fix issue with wrong setting of initial AutoConnect value. + Fix issue with IP configuration and loopback devices. + Fix issue with build system and include directory. + Fix wrong variable for dhclient-script location. + Fix disconnect race condition with Bluetooth service. + Add support for ignoring bonding Ethernet interfaces. + ver 0.39: Fix file permissions for profile storage. Fix service resorting when they are in different states. diff --git a/configure.ac b/configure.ac index a5d8ed5..5667821 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(connman, 0.39) +AC_INIT(connman, 0.40) AM_INIT_AUTOMAKE([foreign subdir-objects]) AM_CONFIG_HEADER(config.h)