From: Marcel Holtmann Date: Mon, 24 Aug 2009 11:39:28 +0000 (-0700) Subject: Release 0.39 X-Git-Tag: 0.39^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5a6c0166e6c7309e3ae28f0edbf6055fed61b07b;p=platform%2Fupstream%2Fconnman.git Release 0.39 --- diff --git a/ChangeLog b/ChangeLog index a3b6323..e215fcc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +ver 0.39: + Fix file permissions for profile storage. + Fix service resorting when they are in different states. + Fix support for handling Bluetooth PAN devices. + Add support for AutoConnect property of services. + Add support for creating, modifying and removing profiles. + Add support for fully flexible task handling framework. + Add support for more generic RTNL handling and notifications. + Add support for full non-recursive build. + ver 0.38: Fix broken check for security modes. Fix requirement of inotify when loopback support is disabled. diff --git a/configure.ac b/configure.ac index e452e3a..4b81cbe 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(connman, 0.38) +AC_INIT(connman, 0.39) AM_INIT_AUTOMAKE([foreign subdir-objects]) AM_CONFIG_HEADER(config.h)