]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
VERSION 2.1_rc6 v2.1_rc6
authorjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>
Thu, 24 Jan 2008 07:44:49 +0000 (07:44 +0000)
committerjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>
Thu, 24 Jan 2008 07:44:49 +0000 (07:44 +0000)
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@2666 e7ae566f-a301-0410-adde-c780ea21d3b5

ChangeLog
version.m4

index b0a5c0fd15479f2ad4bd2db31b4bfa9c533f2d40..4a46a6860afe36d3bb1eb5c2277635c0a2ca7548 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,13 @@ Copyright (C) 2002-2005 OpenVPN Solutions LLC <info@openvpn.net>
 
 $Id$
 
+2008.01.24 -- Version 2.1_rc6
+
+* Fixed options checking bug introduced in rc5 where legitimate configuration
+  files might elicit the error: "Options error: Parameter pkcs11_private_mode
+  can only be specified in TLS-mode, i.e. where --tls-server or --tls-client
+  is also specified."
+       
 2008.01.23 -- Version 2.1_rc5
 
 * Fixed Win2K TAP driver bug that was introduced by Vista fixes,
index c45830cb0b6c17bb0cdb61a7dacb037771010121..fcc3862bd6ef6340675236e3da1ba29975945637 100644 (file)
@@ -1,2 +1,2 @@
 dnl define the OpenVPN version
-define(PRODUCT_VERSION,[2.1_rc5])
+define(PRODUCT_VERSION,[2.1_rc6])