From 12158e5a92b57ec9975e0b6fe66b27be01d4ada8 Mon Sep 17 00:00:00 2001 From: David Sommerseth Date: Wed, 14 Dec 2011 12:17:45 +0100 Subject: Preparing for v2.2.2 release ChangeLog got a few updates for the the v2.2.1 section as well. One typo, plus some layout fixes. Signed-off-by: David Sommerseth --- ChangeLog | 24 ++++++++++++++++++------ version.m4 | 2 +- 2 files changed, 19 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index f187d4b..ee5ee2f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,19 @@ OpenVPN Change Log Copyright (C) 2002-2011 OpenVPN Technologies, Inc. -2011.07.01 -- Versoin 2.2.1 +2011.12.14 -- Version 2.2.2 +David Sommerseth (1): + Only warn about non-tackled IPv6 packets once + +Gert Doering (3): + add missing break between "case IPv4" and "case IPv6" + bump tap driver version from 9.8 to 9.9 + log error message and exit for "win32, tun mode, tap driver version 9.8" + +Samuli Seppänen (1): + Backported pkcs11-related parts of 7a8d707237bb18 to 2.2 branch + +2011.07.01 -- Version 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 @@ -9,24 +21,24 @@ David Sommerseth (4): Revert "Add new openssl.cnf to easy-rsa/Windows" Prepared for releasing OpenVPN 2.2.1 - Gustavo Zacarias (1): +Gustavo Zacarias (1): Fix compile issues when using --enable-small and --disable-ssl/--disable-crypto - Matthew L. Creech (1): +Matthew L. Creech (1): Fix 2.2.0 build failure when management interface disabled - Robert Fischer (2): +Robert Fischer (2): Added info about --show-proxy-settings Documented --x509-username-field option - Samuli Seppänen (5): +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): +Simon Matter (1): Fix issues with some older GCC compilers 2011.04.21 -- Version 2.2.0 diff --git a/version.m4 b/version.m4 index 02e4490..439a3cb 100644 --- a/version.m4 +++ b/version.m4 @@ -1,5 +1,5 @@ dnl define the OpenVPN version -define(PRODUCT_VERSION,[2.2.1]) +define(PRODUCT_VERSION,[2.2.2]) dnl define the TAP version define(PRODUCT_TAP_ID,[tap0901]) define(PRODUCT_TAP_WIN32_MIN_MAJOR,[9]) -- cgit