]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
Version 2.1_rc14 v2.1_rc14
authorjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>
Mon, 17 Nov 2008 04:41:05 +0000 (04:41 +0000)
committerjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>
Mon, 17 Nov 2008 04:41:05 +0000 (04:41 +0000)
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@3496 e7ae566f-a301-0410-adde-c780ea21d3b5

ChangeLog
version.m4

index ef5e408023c9d94fc85a35e8341b5de9b3e6242b..f4d001cbf58eb9bbaaa1eb6535afd012ee21b0c5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,12 +3,18 @@ Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
 
 $Id$
 
-2008.11.xx -- Version 2.1_rc14
+2008.11.16 -- Version 2.1_rc14
 
 * Added AC_GNU_SOURCE to configure.ac to enable struct ucred,
   with the goal of fixing a build issue on Fedora 9 that was
   introduced in 2.1_rc13.
 
+* Added additional method parameter to --script-security to preserve
+  backward compatibility with system() call semantics used in OpenVPN
+  2.1_rc8 and earlier.  To preserve backward compatibility use:
+
+    script-security 3 system
+
 * Added additional warning messages about --script-security 2
   or higher being required to execute user-defined scripts or
   executables.
@@ -89,12 +95,6 @@ $Id$
   config file syntax checking to allow directives for future OpenVPN
   versions to be ignored.
 
-* Added additional method parameter to --script-security to preserve
-  backward compatibility with system() call semantics used in OpenVPN
-  2.1_rc8 and earlier.  To preserve backward compatibility use:
-
-    script-security 3 system
-
 2008.10.07 -- Version 2.1_rc13
 
 * Bundled OpenSSL 0.9.8i with Windows installer.
index 46a96fb979268c9035c877f52403046108c730d6..c230d71e410eab61948f5cbab54d00e6e90720b0 100644 (file)
@@ -1,5 +1,5 @@
 dnl define the OpenVPN version
-define(PRODUCT_VERSION,[2.1_rc13c])
+define(PRODUCT_VERSION,[2.1_rc14])
 dnl define the TAP version
 define(PRODUCT_TAP_ID,[tap0901])
 define(PRODUCT_TAP_WIN32_MIN_MAJOR,[9])