Release 0.39
authorMarcel Holtmann <marcel@holtmann.org>
Mon, 24 Aug 2009 11:39:28 +0000 (04:39 -0700)
committerMarcel Holtmann <marcel@holtmann.org>
Mon, 24 Aug 2009 11:39:28 +0000 (04:39 -0700)
ChangeLog
configure.ac

index a3b6323..e215fcc 100644 (file)
--- 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.
index e452e3a..4b81cbe 100644 (file)
@@ -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)