From: Gert Doering Date: Fri, 28 Nov 2014 19:41:25 +0000 (+0100) Subject: Preparing for release v2.3.6 (ChangeLog, version.m4) X-Git-Tag: v2.3.6^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d8da22ae36d5efd03fba36c1d783b907589e321;p=thirdparty%2Fopenvpn.git Preparing for release v2.3.6 (ChangeLog, version.m4) Signed-off-by: Gert Doering --- diff --git a/ChangeLog b/ChangeLog index 08c4cc0d5..c1f8a50ea 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,23 @@ OpenVPN Change Log Copyright (C) 2002-2014 OpenVPN Technologies, Inc. +2014.11.28 -- Version 2.3.6 +David Sommerseth (1): + systemd: Reworked the systemd unit file to handle server and client configs better + +Gert Doering (1): + Add client-only support for peer-id. + +Samuli Seppänen (1): + Fix to --shaper documentation on the man-page + +Steffan Karger (4): + Fix assertion error when using --cipher none + Add --tls-version-max + Modernize sample keys and sample configs + Drop too-short control channel packets instead of asserting out. + + 2014.10.24 -- Version 2.3.5 Andris Kalnozols (2): Fix some typos in the man page. diff --git a/version.m4 b/version.m4 index 0bd830f36..946c8fa7e 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.5]) +define([PRODUCT_VERSION], [2.3.6]) define([PRODUCT_BUGREPORT], [openvpn-users@lists.sourceforge.net]) -define([PRODUCT_VERSION_RESOURCE], [2,3,5,0]) +define([PRODUCT_VERSION_RESOURCE], [2,3,6,0]) dnl define the TAP version define([PRODUCT_TAP_WIN_COMPONENT_ID], [tap0901]) define([PRODUCT_TAP_WIN_MIN_MAJOR], [9])