From e30c5682e2499912dd97444e6f4e3f098d89eab5 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 4 Aug 2010 14:19:20 -0700 Subject: [PATCH] Release 0.56 --- ChangeLog | 12 ++++++++++++ configure.ac | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 8679d75..225729c 100644 --- 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. diff --git a/configure.ac b/configure.ac index 1efa9b4..8ffae0b 100644 --- a/configure.ac +++ b/configure.ac @@ -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) -- 2.7.4