]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
Prepared for releasing OpenVPN 2.2.1 v2.2.1
authorDavid Sommerseth <davids@redhat.com>
Fri, 1 Jul 2011 09:17:57 +0000 (11:17 +0200)
committerDavid Sommerseth <davids@redhat.com>
Fri, 1 Jul 2011 09:18:51 +0000 (11:18 +0200)
Signed-off-by: David Sommerseth <davids@redhat.com>
ChangeLog
version.m4

index 851b369fb183a4921bf1b053c192a595388a4033..f187d4b033acf389094b00a9276e55e5fb84f3b1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,34 @@
 OpenVPN Change Log
 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
 David Sommerseth (4):
       Fix the --client-cert-not-required feature
index b5408d0d89c1bbb5bd14a63bb62d1988a3380477..ff44b924f7d669ac0e96a5f7a9bc0f8b54f23d45 100644 (file)
@@ -1,5 +1,5 @@
 dnl define the OpenVPN version
-define(PRODUCT_VERSION,[2.2.0])
+define(PRODUCT_VERSION,[2.2.1])
 dnl define the TAP version
 define(PRODUCT_TAP_ID,[tap0901])
 define(PRODUCT_TAP_WIN32_MIN_MAJOR,[9])