From b5e8bfc5514e3e409f249bd4c5908be184603edf Mon Sep 17 00:00:00 2001 From: james Date: Sun, 13 Nov 2005 01:35:45 +0000 Subject: Version 2.1_beta7 released git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@806 e7ae566f-a301-0410-adde-c780ea21d3b5 --- ChangeLog | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 01b813f..fa08c8d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,7 +3,7 @@ Copyright (C) 2002-2005 OpenVPN Solutions LLC $Id$ -2005.11.xx -- Version 2.1-beta7 +2005.11.12 -- Version 2.1-beta7 * Allow blank passwords to be passed via the management interface. @@ -22,6 +22,29 @@ $Id$ * Documented --route-nopull. * Documented --ip-win32 adaptive. * Windows build now linked with LZO2. +* Allow ca, cert, key, and dh files to be specified + inline via XML-like syntax without needing to + reference an explicit file. + For example: + + data here... + +* Allow plugin and push directives to have multi-line + parameter lists such as: + + my-plugin.so + parm1 + parm2 + +* Added connect-retry-max option (Alon Bar-Lev). +* Fixed problems where signals thrown during initialization + were not returning to a management-hold state. +* Added a backtrack-hardened system time algorithm. +* Added --remote-cert-ku, --remote-cert-eku, and + --remote-cert-tls options for verifying certificate + attributes (Alon Bar-Lev). +* For Windows, reverted --ip-win32 default back to "dynamic". + To use new adaptive mode, set explicitly. 2005.11.01 -- Version 2.1-beta6 -- cgit