Release 0.40 0.40
authorMarcel Holtmann <marcel@holtmann.org>
Mon, 31 Aug 2009 22:04:36 +0000 (15:04 -0700)
committerMarcel Holtmann <marcel@holtmann.org>
Mon, 31 Aug 2009 22:04:36 +0000 (15:04 -0700)
ChangeLog
configure.ac

index e215fcc..dc2526d 100644 (file)
--- 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.
index a5d8ed5..5667821 100644 (file)
@@ -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)