From: David Sommerseth Date: Thu, 11 May 2017 00:12:55 +0000 (+0200) Subject: Prepare v2.3.15 release X-Git-Tag: v2.3.15^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3902e56a8726c5484e5406e9b398c667308ba109;p=thirdparty%2Fopenvpn.git Prepare v2.3.15 release Signed-off-by: David Sommerseth --- diff --git a/ChangeLog b/ChangeLog index 86d2b7a63..9117d9d44 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,29 @@ OpenVPN Change Log Copyright (C) 2002-2017 OpenVPN Technologies, Inc. +2017.05.11 -- Version 2.3.15 +David Sommerseth (5): + dev-tools: Added script for updating copyright years in files + Update copyrights + docs: Further improve --reneg-bytes and SWEET32 information + git: Merge .gitignore files into a single file + Make --cipher/--auth none more explicit on the risks + +Gert Doering (1): + Document --proto udp6, tcp6, etc. + +Julien Muchembled (1): + Fix implicit declarations when HAVE_OPENSSL_ENGINE is unset + +Steffan Karger (6): + Add missing includes in error.h + cleanup: merge packet_id_alloc_outgoing() into packet_id_write() + Document that OpenVPN 2.3 does not check the CRL signature + Introduce and use secure_memzero() to erase secrets + Drop packets instead of assert out if packet id rolls over (CVE-2017-7479) + Don't assert out on receiving too-large control packets (CVE-2017-7478) + + 2016.12.06 -- Version 2.3.14 Christian Hesse (1): update year in copyright message diff --git a/version.m4 b/version.m4 index 33670f854..a052728d9 100644 --- a/version.m4 +++ b/version.m4 @@ -1,9 +1,9 @@ dnl define the OpenVPN version define([PRODUCT_NAME], [OpenVPN]) define([PRODUCT_TARNAME], [openvpn]) -define([PRODUCT_VERSION], [2.3.14]) +define([PRODUCT_VERSION], [2.3.15]) define([PRODUCT_BUGREPORT], [openvpn-users@lists.sourceforge.net]) -define([PRODUCT_VERSION_RESOURCE], [2,3,14,0]) +define([PRODUCT_VERSION_RESOURCE], [2,3,15,0]) dnl define the TAP version define([PRODUCT_TAP_WIN_COMPONENT_ID], [tap0901]) define([PRODUCT_TAP_WIN_MIN_MAJOR], [9])