summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2007-04-23 01:55:10 +0000
committerjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2007-04-23 01:55:10 +0000
commitfd3384e0f8aede5f8d0c50214e6ab4fff1540dc7 (patch)
treecd04810eda7ad8efd445ed8acbb976630a0569b7
parent1568d7f42886fe3f5f8ea79110791cdd8e0786df (diff)
downloadopenvpn-2.1_rc3.tar.gz
openvpn-2.1_rc3.tar.xz
openvpn-2.1_rc3.zip
Version 2.1_rc3v2.1_rc3
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@1868 e7ae566f-a301-0410-adde-c780ea21d3b5
-rw-r--r--ChangeLog20
-rw-r--r--version.m42
2 files changed, 21 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 136c328..bc877eb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,26 @@ Copyright (C) 2002-2005 OpenVPN Solutions LLC <info@openvpn.net>
$Id$
+2007.04.22 -- Version 2.1_rc3
+
+* Additional fixes to TAP driver for Windows x64. Driver
+ now runs successfully on Vista x64 if driver signing
+ enforcement is disabled.
+
+* The Windows Installer and TAP driver are now signed by
+ OpenVPN Solutions LLC.
+
+* Clean up configure on FreeBSD for recent autotool versions
+ that require that all .h files have to be compiled.
+ Also, FreeBSD install does not support GNU long options
+ which the Makefile in easy-rsa/2.0 uses (not checked the
+ others as we don't install those on Gentoo) (Roy Marples).
+
+* Added additional scripts to easy-rsa/Windows for working
+ with password-protected keys; also add -extensions server
+ option when generating server cert via
+ build-key-server-pass.bat (Daniel Zauft).
+
2007.02.27 -- Version 2.1_rc2
* auth-pam change: link with -lpam rather
diff --git a/version.m4 b/version.m4
index 98e5654..6ff8c07 100644
--- a/version.m4
+++ b/version.m4
@@ -1,2 +1,2 @@
dnl define the OpenVPN version
-define(PRODUCT_VERSION,[2.1_rc2f])
+define(PRODUCT_VERSION,[2.1_rc3])