From b0cb50e7e776dce1f469b1d617d7260b8d483634 Mon Sep 17 00:00:00 2001 From: james Date: Tue, 23 Sep 2008 14:29:27 +0000 Subject: Version 2.1_rc12 git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@3349 e7ae566f-a301-0410-adde-c780ea21d3b5 --- ChangeLog | 9 +++++++++ version.m4 | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0d841d7..71eba3c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,15 @@ Copyright (C) 2002-2008 Telethra, Inc. $Id$ +2008.09.23 -- Version 2.1_rc12 + +* Patched Makefile.am so that the new t_cltsrv-down.sh script becomes + part of the tarball (Matthias Andree). + +* 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 diff --git a/version.m4 b/version.m4 index 8131ef0..def55c9 100644 --- a/version.m4 +++ b/version.m4 @@ -1,5 +1,5 @@ dnl define the OpenVPN version -define(PRODUCT_VERSION,[2.1_rc11a]) +define(PRODUCT_VERSION,[2.1_rc12]) dnl define the TAP version define(PRODUCT_TAP_ID,[tap0901]) define(PRODUCT_TAP_WIN32_MIN_MAJOR,[9]) -- cgit