Release 0.74 0.74
authorMarcel Holtmann <marcel@holtmann.org>
Thu, 2 Jun 2011 01:29:59 +0000 (03:29 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Thu, 2 Jun 2011 01:29:59 +0000 (03:29 +0200)
ChangeLog
configure.ac

index c427430..54b47d5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+ver 0.74:
+       Fix issue with race condition in ready/online handling.
+       Fix issue with DHCP release callback handling.
+       Fix multiple issues with session API handling.
+       Add support for using DNS proxy for Tethering.
+       Add support for Private Network API.
+       Add support for Clock API.
+
 ver 0.73:
        Update support for session API handling.
        Add support for more advanced roaming policies.
index 0680fe9..06ac210 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ(2.60)
-AC_INIT(connman, 0.73)
+AC_INIT(connman, 0.74)
 
 AM_INIT_AUTOMAKE([foreign subdir-objects])
 AM_CONFIG_HEADER(config.h)