mirror of
https://github.com/OpenVPN/openvpn.git
synced 2025-05-09 05:31:05 +08:00
Prepared for releasing OpenVPN 2.2.1
Signed-off-by: David Sommerseth <davids@redhat.com>
This commit is contained in:
parent
924e2d9db3
commit
68deffc892
28
ChangeLog
28
ChangeLog
@ -1,6 +1,34 @@
|
|||||||
OpenVPN Change Log
|
OpenVPN Change Log
|
||||||
Copyright (C) 2002-2011 OpenVPN Technologies, Inc. <sales@openvpn.net>
|
Copyright (C) 2002-2011 OpenVPN Technologies, Inc. <sales@openvpn.net>
|
||||||
|
|
||||||
|
2011.07.01 -- Versoin 2.2.1
|
||||||
|
David Sommerseth (4):
|
||||||
|
Don't define ENABLE_PUSH_PEER_INFO if SSL is not available
|
||||||
|
Fix compiling issues with pkcs11 when --disable-management is configured
|
||||||
|
Remove support for Linux 2.2 configuration fallback
|
||||||
|
Revert "Add new openssl.cnf to easy-rsa/Windows"
|
||||||
|
Prepared for releasing OpenVPN 2.2.1
|
||||||
|
|
||||||
|
Gustavo Zacarias (1):
|
||||||
|
Fix compile issues when using --enable-small and --disable-ssl/--disable-crypto
|
||||||
|
|
||||||
|
Matthew L. Creech (1):
|
||||||
|
Fix 2.2.0 build failure when management interface disabled
|
||||||
|
|
||||||
|
Robert Fischer (2):
|
||||||
|
Added info about --show-proxy-settings
|
||||||
|
Documented --x509-username-field option
|
||||||
|
|
||||||
|
Samuli Seppänen (5):
|
||||||
|
Fix a build-ca issue on Windows
|
||||||
|
Add new openssl.cnf to easy-rsa/Windows
|
||||||
|
Updated "easy-rsa" for OpenSSL 1.0.0
|
||||||
|
Made domake-win builds to use easy-rsa/2.0/openssl-1.0.0.cnf
|
||||||
|
Fixes to easy-rsa/2.0
|
||||||
|
|
||||||
|
Simon Matter (1):
|
||||||
|
Fix issues with some older GCC compilers
|
||||||
|
|
||||||
2011.04.21 -- Version 2.2.0
|
2011.04.21 -- Version 2.2.0
|
||||||
David Sommerseth (4):
|
David Sommerseth (4):
|
||||||
Fix the --client-cert-not-required feature
|
Fix the --client-cert-not-required feature
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
dnl define the OpenVPN version
|
dnl define the OpenVPN version
|
||||||
define(PRODUCT_VERSION,[2.2.0])
|
define(PRODUCT_VERSION,[2.2.1])
|
||||||
dnl define the TAP version
|
dnl define the TAP version
|
||||||
define(PRODUCT_TAP_ID,[tap0901])
|
define(PRODUCT_TAP_ID,[tap0901])
|
||||||
define(PRODUCT_TAP_WIN32_MIN_MAJOR,[9])
|
define(PRODUCT_TAP_WIN32_MIN_MAJOR,[9])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user