From 36201524c570ffe57b9224876e406291f652d48c Mon Sep 17 00:00:00 2001 From: Gert Doering Date: Sun, 30 Nov 2014 19:04:44 +0100 Subject: [PATCH] Preparing for v2.2.3 release (ChangeLog, version.m4). This really is a bugfix-only mini release - no new features, just a few major bugs fixed in the 2.3.x series backported to 2.2.2. Signed-off-by: Gert Doering --- ChangeLog | 18 ++++++++++++++++++ version.m4 | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ee5ee2fb..ac23bd90 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,24 @@ OpenVPN Change Log Copyright (C) 2002-2011 OpenVPN Technologies, Inc. +2014.11.30 -- Version 2.2.3 +Christian Niessner (1): + Fix corner case in NTLM authentication (trac #172) + +Gert Doering (1): + Fix client crash on double PUSH_REPLY. + +Jens Wagner (1): + Fix spurious ignoring of pushed config options (trac#349). + +Matthias Andree (1): + Enable TCP_NODELAY configuration on FreeBSD. + +Steffan Karger (2): + Drop too-short control channel packets instead of asserting out. + Use constant time memcmp when comparing HMACs in openvpn_decrypt. + + 2011.12.14 -- Version 2.2.2 David Sommerseth (1): Only warn about non-tackled IPv6 packets once diff --git a/version.m4 b/version.m4 index 439a3cbe..00bc445f 100644 --- a/version.m4 +++ b/version.m4 @@ -1,5 +1,5 @@ dnl define the OpenVPN version -define(PRODUCT_VERSION,[2.2.2]) +define(PRODUCT_VERSION,[2.2.3]) dnl define the TAP version define(PRODUCT_TAP_ID,[tap0901]) define(PRODUCT_TAP_WIN32_MIN_MAJOR,[9])