From: David Sommerseth Date: Sat, 21 Aug 2010 21:46:30 +0000 (+0200) Subject: Preparing for v2.2-beta3 X-Git-Tag: v2.2-beta4~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0bb41e58782ae9834a61491c5964bc9816b76bc8;p=thirdparty%2Fopenvpn.git Preparing for v2.2-beta3 Signed-off-by: David Sommerseth --- diff --git a/ChangeLog b/ChangeLog index 558040925..8e41bf2a3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,30 @@ OpenVPN Change Log Copyright (C) 2002-2010 OpenVPN Technologies, Inc. -2010.08.09 -- Version 2.1.2 +2010.08.21 -- Version 2.2-beta3 + +* Attempt to fix issue where domake-win build system was not properly + signing drivers and .exe files. + + Added win/tap_span.py for building multiple versions of the TAP driver + and tapinstall binaries using different DDK versions to span from Win2K + to Win7 and beyond. + +* Community patches + David Sommerseth (2): + Test framework improvment - Do not FAIL if t_client.rc is missing + More t_client.sh updates - exit with SKIP when we want to skip + + Gert Doering (4): + Fix compile problems on NetBSD and OpenBSD + Fix compile time problems on OpenBSD for good + full "VPN client connect" test framework for OpenVPN + Build t_client.sh by configure at run-time. + + chantra (1): + Fixes openssl-1.0.0 compilation warning + +2010.08.16 -- Version 2.2-beta2 * Windows security issue: Fixed potential local privilege escalation vulnerability in diff --git a/version.m4 b/version.m4 index f0541e37e..0dd97ae70 100644 --- a/version.m4 +++ b/version.m4 @@ -1,5 +1,5 @@ dnl define the OpenVPN version -define(PRODUCT_VERSION,[2.1.3a]) +define(PRODUCT_VERSION,[2.2-beta3]) dnl define the TAP version define(PRODUCT_TAP_ID,[tap0901]) define(PRODUCT_TAP_WIN32_MIN_MAJOR,[9])