forked from OpenVPN/openvpn
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: David Sommerseth <[email protected]>
- Loading branch information
David Sommerseth
committed
Oct 31, 2012
1 parent
3cb9f1a
commit 78a6afe
Showing
2 changed files
with
20 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,25 @@ | ||
OpenVPN Change Log | ||
Copyright (C) 2002-2012 OpenVPN Technologies, Inc. <[email protected]> | ||
|
||
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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], [[email protected]]) | ||
define([PRODUCT_VERSION_RESOURCE], [2,3,0,0]) | ||
dnl define the TAP version | ||
|