diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2005-10-26 23:46:30 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2005-10-26 23:46:30 +0000 |
commit | ba3ff466e8c42b4f22a445106554e46ae86463ac (patch) | |
tree | 9111e5840ce92df376d1420d2ee9e91f971311a2 /ChangeLog | |
parent | Merge with https://svn.openvpn.net/projects/openvpn/contrib/alon/BETA21@726 (diff) | |
download | openvpn-ba3ff466e8c42b4f22a445106554e46ae86463ac.tar.xz |
svn merge -r 672:731 $SO/trunk/openvpn
Merged multi.c:1586 assertion fix attempt
from trunk.
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@732 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -5,7 +5,12 @@ $Id$ 2005.10.xx -- Version 2.1-beta5 +* Fix attempt of assertion at multi.c:1586 (note that + this precise line number will vary across different + versions of OpenVPN). * More PKCS#11 additions/changes (Alon Bar-Lev). +* Added ".PHONY: plugin" to Makefile.am to work around + "make dist" issue. * Fixed double fork issue that occurs when --management-hold is used. * Moved TUN/TAP read/write log messages from --verb 8 to 6. |