From b01be16464e2c6fef53423f3f6c21fc76844c717 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 21 Aug 2010 11:36:49 +0200 Subject: [PATCH] Release 0.58 --- ChangeLog | 7 +++++++ configure.ac | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a0dfd4d..6516f00 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +ver 0.58: + Fix various issues around offline mode. + Fix various issues with VPN nameserver handling. + Add support for home/roaming network statistics. + Add support for EAP-TTLS WiFi configuration. + Add support for creating backtraces. + ver 0.57: Fix missing default profile creation. Fix missing service integration of VPN providers. diff --git a/configure.ac b/configure.ac index 83aa29e..c36d53b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(connman, 0.57) +AC_INIT(connman, 0.58) AM_INIT_AUTOMAKE([foreign subdir-objects]) AM_CONFIG_HEADER(config.h) -- 2.7.4