$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.
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.
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])