Browse code

Version 2.1_rc18

git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@4526 e7ae566f-a301-0410-adde-c780ea21d3b5

james authored on 2009/06/07 15:59:39
Showing 2 changed files
... ...
@@ -1,6 +1,13 @@
1
-OpenVPN
1
+OpenVPN Change Log
2 2
 Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
3 3
 
4
+2009.06.07 -- Version 2.1_rc18
5
+
6
+* Fixed compile error on ./configure --enable-small
7
+
8
+* Fixed issue introduced in r4475 (2.1-rc17) where cryptoapi.c change
9
+  does not build on Windows on non-MINGW32.
10
+
4 11
 2009.05.30 -- Version 2.1_rc17
5 12
 
6 13
 * Reduce the debug level (--verb) at which received management interface
... ...
@@ -1,5 +1,5 @@
1 1
 dnl define the OpenVPN version
2
-define(PRODUCT_VERSION,[2.1_rc17])
2
+define(PRODUCT_VERSION,[2.1_rc18])
3 3
 dnl define the TAP version
4 4
 define(PRODUCT_TAP_ID,[tap0901])
5 5
 define(PRODUCT_TAP_WIN32_MIN_MAJOR,[9])