summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Sommerseth <dazo@users.sourceforge.net>2010-08-21 23:46:30 +0200
committerDavid Sommerseth <dazo@users.sourceforge.net>2010-08-21 23:46:30 +0200
commit842783a9e7226126b40286aa27ccfc7e8ca3d203 (patch)
tree6f9566717ec4dcd2e059549403aab14c402fa939
parentda2e3c4bd2afa0510198ef0af2d323969d1c9d7c (diff)
downloadopenvpn-2.2-beta3.tar.gz
openvpn-2.2-beta3.tar.xz
openvpn-2.2-beta3.zip
Preparing for v2.2-beta3v2.2-beta3
Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>
-rw-r--r--ChangeLog23
-rw-r--r--version.m42
2 files changed, 24 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b17561c..b3839e1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,29 @@
OpenVPN Change Log
Copyright (C) 2002-2010 OpenVPN Technologies, Inc. <sales@openvpn.net>
+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 <net/if.h> 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:
diff --git a/version.m4 b/version.m4
index 856cc01..0dd97ae 100644
--- a/version.m4
+++ b/version.m4
@@ -1,5 +1,5 @@
dnl define the OpenVPN version
-define(PRODUCT_VERSION,[2.2-beta2])
+define(PRODUCT_VERSION,[2.2-beta3])
dnl define the TAP version
define(PRODUCT_TAP_ID,[tap0901])
define(PRODUCT_TAP_WIN32_MIN_MAJOR,[9])