From 02f5d5fe2d7c71514a6387ba2b772b42d8e8d297 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 2 Dec 2011 18:54:40 +0100 Subject: [PATCH] Release 0.78 --- ChangeLog | 13 +++++++++++++ configure.ac | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b4996d5..2b35dd1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +ver 0.78: + Fix multiple issues with service connection states. + Fix multiple issues with technology handling. + Fix issue with DHCP file descriptor leakage. + Fix issue with open access points and WPS. + Fix issue with handling of cellular devices. + Fix issue with DNS proxy hostname resolving. + Add support for PPTP and L2TP VPN tunneling. + Add support for organized settings storage. + Add support for WiFi fast connect handling. + Add support for better WiFi error handling. + Add support for integrated WISPr handling. + ver 0.77: Fix issue with iptables API breakage. Fix issue with agent input handling. diff --git a/configure.ac b/configure.ac index 258edce..f63fea8 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(connman, 0.77) +AC_INIT(connman, 0.78) AM_INIT_AUTOMAKE([foreign subdir-objects color-tests]) AM_CONFIG_HEADER(config.h) -- 2.7.4