From: james Date: Sun, 7 Jun 2009 06:59:39 +0000 (+0000) Subject: Version 2.1_rc18 X-Git-Tag: v2.1_rc18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4f749523819929f852a0fc08e0b88c716a9230e;p=thirdparty%2Fopenvpn.git Version 2.1_rc18 git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@4526 e7ae566f-a301-0410-adde-c780ea21d3b5 --- diff --git a/ChangeLog b/ChangeLog index 4b323c14b..40f3d5b78 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,13 @@ -OpenVPN +OpenVPN Change Log Copyright (C) 2002-2009 OpenVPN Technologies, Inc. +2009.06.07 -- Version 2.1_rc18 + +* Fixed compile error on ./configure --enable-small + +* Fixed issue introduced in r4475 (2.1-rc17) where cryptoapi.c change + does not build on Windows on non-MINGW32. + 2009.05.30 -- Version 2.1_rc17 * Reduce the debug level (--verb) at which received management interface diff --git a/version.m4 b/version.m4 index 586860664..370f7eb23 100644 --- a/version.m4 +++ b/version.m4 @@ -1,5 +1,5 @@ dnl define the OpenVPN version -define(PRODUCT_VERSION,[2.1_rc17]) +define(PRODUCT_VERSION,[2.1_rc18]) dnl define the TAP version define(PRODUCT_TAP_ID,[tap0901]) define(PRODUCT_TAP_WIN32_MIN_MAJOR,[9])