]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
Preparing for v2.2.3 release (ChangeLog, version.m4). v2.2.3
authorGert Doering <gert@greenie.muc.de>
Sun, 30 Nov 2014 18:04:44 +0000 (19:04 +0100)
committerGert Doering <gert@greenie.muc.de>
Sun, 30 Nov 2014 18:04:44 +0000 (19:04 +0100)
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 <gert@greenie.muc.de>
ChangeLog
version.m4

index ee5ee2fb89d302e9e164977159481ddb4367c93d..ac23bd909c9c0ad6d1f5d3fc6c2d98d97d6f45a5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,24 @@
 OpenVPN Change Log
 Copyright (C) 2002-2011 OpenVPN Technologies, Inc. <sales@openvpn.net>
 
+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
index 439a3cbe28a1897bed0318fab202d67c97e81486..00bc445f41a16f0caa12447a7cfe23432246f9a3 100644 (file)
@@ -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])