From: David Sommerseth Date: Wed, 31 Oct 2012 13:01:23 +0000 (+0100) Subject: Preparing for v2.3_rc1 X-Git-Tag: v2.3_rc1^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78a6afee9bef68c9006d3e2477b137028c508b96;p=thirdparty%2Fopenvpn.git Preparing for v2.3_rc1 Signed-off-by: David Sommerseth --- diff --git a/ChangeLog b/ChangeLog index 7b945c801..e3e13ef66 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,25 @@ OpenVPN Change Log Copyright (C) 2002-2012 OpenVPN Technologies, Inc. +2012.10.31 -- Version 2.3_rc1 +Adriaan de Jong (1): + Fixed a bug where PolarSSL gave an error when using an inline file tag. + +Arne Schwabe (2): + Document man agent-external-key + Options parsing demands unnecessary configuration if PKCS11 is used + +David Sommerseth (2): + Make git ignore some more files + Remove the support for using system() when executing external programs or scripts + +Heiko Hund (2): + Fix display of plugin hook types + Support UTF-8 --client-config-dir + +Kenneth Rose (1): + Fix v3 plugins to support returning values back to OpenVPN. + 2012.09.12 -- Version 2.3_beta1 Arne Schwabe (7): Fixes error: --key fails with EXTERNAL_PRIVATE_KEY: No such file or directory if --management-external-key is used diff --git a/version.m4 b/version.m4 index 161462e5e..582718ec4 100644 --- a/version.m4 +++ b/version.m4 @@ -1,7 +1,7 @@ dnl define the OpenVPN version define([PRODUCT_NAME], [OpenVPN]) define([PRODUCT_TARNAME], [openvpn]) -define([PRODUCT_VERSION], [2.3_beta1]) +define([PRODUCT_VERSION], [2.3_rc1]) define([PRODUCT_BUGREPORT], [openvpn-users@lists.sourceforge.net]) define([PRODUCT_VERSION_RESOURCE], [2,3,0,0]) dnl define the TAP version