0
0
mirror of https://github.com/OpenVPN/openvpn.git synced 2024-09-19 19:42:30 +02:00

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 <gert@greenie.muc.de>
This commit is contained in:
Gert Doering 2014-11-30 19:04:44 +01:00
parent fc3e1657f1
commit 36201524c5
2 changed files with 19 additions and 1 deletions

View File

@ -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

View 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])