summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2009-11-20 13:22:27 +0000
committerjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2009-11-20 13:22:27 +0000
commit1852709cd5093995f97ba4860d1a6083c6df6d6c (patch)
treee669b448209fef6823c8189c7df92ce5e6bbb67c
parent5c30df12ae98c0289cdfb2a24aefba2a9d2cc52e (diff)
downloadopenvpn-2.1_rc22.tar.gz
openvpn-2.1_rc22.tar.xz
openvpn-2.1_rc22.zip
Version 2.1_rc22v2.1_rc22
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@5169 e7ae566f-a301-0410-adde-c780ea21d3b5
-rw-r--r--ChangeLog12
-rw-r--r--version.m42
2 files changed, 13 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b25d9c7..7faba56 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,18 @@
OpenVPN Change Log
Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
+2009.11.20 -- Version 2.1_rc22
+
+* Fixed a client-side bug on Windows that occurred when the
+ "dhcp-pre-release" or "dhcp-renew" options were combined with
+ "route-gateway dhcp". The release/renew would not occur
+ because the Windows DHCP renew function is blocking and
+ therefore must be called from another process or thread
+ so as not to stall the tunnel.
+
+* Added a hard failure when peer provides a certificate chain
+ with depth > 16. Previously, a warning was issued.
+
2009.11.12 -- Version 2.1_rc21
* Rebuilt OpenVPN Windows installer with OpenSSL 0.9.8l to address
diff --git a/version.m4 b/version.m4
index 63fc338..1d67696 100644
--- a/version.m4
+++ b/version.m4
@@ -1,5 +1,5 @@
dnl define the OpenVPN version
-define(PRODUCT_VERSION,[2.1_rc21b])
+define(PRODUCT_VERSION,[2.1_rc22])
dnl define the TAP version
define(PRODUCT_TAP_ID,[tap0901])
define(PRODUCT_TAP_WIN32_MIN_MAJOR,[9])