diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2005-10-16 13:00:37 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2005-10-16 13:00:37 +0000 |
commit | c13953e3149140bffbce4cdbc547e2bc96601488 (patch) | |
tree | b10f770584fa2a7d8847462d3da0e7eb771cdf9a /ChangeLog | |
parent | f49eab6232a599968ab3c9920e9b5cfea3cf2c33 (diff) | |
download | openvpn-c13953e3149140bffbce4cdbc547e2bc96601488.tar.gz openvpn-c13953e3149140bffbce4cdbc547e2bc96601488.tar.xz openvpn-c13953e3149140bffbce4cdbc547e2bc96601488.zip |
VERSION 2.1_beta4
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@640 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -3,10 +3,13 @@ Copyright (C) 2002-2005 OpenVPN Solutions LLC <info@openvpn.net> $Id$ -2005.10.xx -- Version 2.1-beta4 +2005.10.17 -- Version 2.1-beta4 * Fixed bug introduced in 2.1-beta3 where management socket bind would fail. +* Added ".PHONY: plugin" to Makefile.am, reverted + location of "plugin" directory (thanks to + Matthias Andree for figuring this out). 2005.10.16 -- Version 2.1-beta3 @@ -74,8 +77,8 @@ $Id$ * Extended the plugin interface to allow plugins to declare per-client constructor and destructor functions, to make it simpler for plugins to maintain per-client state. - -2005.09.25 -- Version 2.0.3-rc1 + +2005.09.25 -- Version 2.0.3-rc1 * openvpn_plugin_abort_v1 function wasn't being properly registered on Windows. |