diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2005-10-16 12:07:32 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2005-10-16 12:07:32 +0000 |
commit | 024cbc3eebd15010c49174016ecc34743e73f898 (patch) | |
tree | a8bfc399ca1abcb789da819ed199890755be6171 | |
parent | Fixed bug introduced in 2.1-beta3 where management (diff) | |
download | openvpn-024cbc3eebd15010c49174016ecc34743e73f898.tar.xz |
ChangeLog edit
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@637 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -17,11 +17,11 @@ $Id$ contains a CA cert or not (Mathias Sundman). * Merged --capath patch (Thomas Noel). * Merged --multihome patch. -* Added --bind option for TCP client connections (Ewan Bhamrah Harley). -* NOTE TO PACKAGE MAINTAINERS: Moved "plugin" directory to "plugins". - This is to work around a strange problem with the "make dist" - target in the automake-generated makefile, where the target tries to - do a rather bogus "gcc -g -O2 -I. plugin.c -o plugin". +* Added --bind option for TCP client connections (Ewan Bhamrah + Harley). +* Moved "plugin" directory to "plugins" to deal with strange + automake problem that ended up being also fixable with + ".PHONY: plugin" in Makefile.am. 2005.10.13 -- Version 2.1-beta2 |