From c13953e3149140bffbce4cdbc547e2bc96601488 Mon Sep 17 00:00:00 2001 From: james Date: Sun, 16 Oct 2005 13:00:37 +0000 Subject: VERSION 2.1_beta4 git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@640 e7ae566f-a301-0410-adde-c780ea21d3b5 --- ChangeLog | 9 ++++++--- Makefile.am | 2 ++ 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index efee21c..1a236cf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,10 +3,13 @@ Copyright (C) 2002-2005 OpenVPN Solutions LLC $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. diff --git a/Makefile.am b/Makefile.am index db3a380..6519f2a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -33,6 +33,8 @@ nodist_openvpn_SOURCES = config.h TESTS = t_lpback.sh t_cltsrv.sh dist_noinst_SCRIPTS = $(TESTS) +.PHONY: plugin + openvpn_SOURCES = \ base64.c base64.h \ basic.h \ -- cgit v1.2.3