From 9ff2821b57c72cb5aa2916e9bbde5b2fd1f517d6 Mon Sep 17 00:00:00 2001 From: james Date: Wed, 8 Oct 2008 04:53:19 +0000 Subject: Version 2.1_rc13 Minor fixes to Windows build scripts. git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@3417 e7ae566f-a301-0410-adde-c780ea21d3b5 --- ChangeLog | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6f630ff..4d99ac7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,21 @@ Copyright (C) 2002-2008 OpenVPN Technologies, Inc. $Id$ +2008.10.07 -- Version 2.1_rc13 + +* Bundled OpenSSL 0.9.8i with Windows installer. + +* Management interface can now listen on a unix + domain socket, for example: + + management /tmp/openvpn unix + + Also added management-client-user and management-client-group + directives to control which processes are allowed to connect + to the socket. + +* Copyright change to OpenVPN Technologies, Inc. + 2008.09.23 -- Version 2.1_rc12 * Patched Makefile.am so that the new t_cltsrv-down.sh script becomes @@ -11,7 +26,7 @@ $Id$ * Fixed --lladdr bug introduced in 2.1-rc9 where input validation code was incorrectly expecting the lladdr parameter to be an IP address when it is actually a MAC address (HoverHell). - + 2008.09.14 -- Version 2.1_rc11 * Fixed a bug that can cause SSL/TLS negotiations in UDP mode -- cgit