From f0aaa277e1712359701b158e5c43f7cc5c2d46d5 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 25 Jul 2010 12:26:49 -0700 Subject: [PATCH] Release 0.55 --- ChangeLog | 8 ++++++++ configure.ac | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index adb43f0..8679d75 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +ver 0.55: + Fix issue with 3G roaming status indication. + Fix issue with using -H option with dhclient. + Fix issue with loading WiFi SSID details for scanning. + Add support for setting host routes for DNS servers. + Add support for more detailed statistics counters. + Add support for internal DHCP client library. + ver 0.54: Fix issue with root requests and EDNS0 OPT records. Fix issue with default gateway when route deletion fails. diff --git a/configure.ac b/configure.ac index f137749..76bc916 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(connman, 0.54) +AC_INIT(connman, 0.55) AM_INIT_AUTOMAKE([foreign subdir-objects]) AM_CONFIG_HEADER(config.h) -- 2.7.4