Release 0.56 0.56
authorMarcel Holtmann <marcel@holtmann.org>
Wed, 4 Aug 2010 21:19:20 +0000 (14:19 -0700)
committerMarcel Holtmann <marcel@holtmann.org>
Wed, 4 Aug 2010 21:19:20 +0000 (14:19 -0700)
ChangeLog
configure.ac

index 8679d75..225729c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+ver 0.56:
+       Fix issues with offline mode handling.
+       Fix service integration with VPN providers.
+       Add internal asynchronous resolver library.
+       Add internal DHCP client library.
+       Add support for using internal DHCP client.
+       Add support for WPAD proxy auto-configuration.
+       Add support for static IPv6 configuration.
+       Add support for DHCP provided domain names.
+       Add initial support for on-demand connections.
+       Remove uDHCP and resolvconf plugins.
+
 ver 0.55:
        Fix issue with 3G roaming status indication.
        Fix issue with using -H option with dhclient.
index 1efa9b4..8ffae0b 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ(2.60)
-AC_INIT(connman, 0.55)
+AC_INIT(connman, 0.56)
 
 AM_INIT_AUTOMAKE([foreign subdir-objects])
 AM_CONFIG_HEADER(config.h)