OpenVPN Change Log
Copyright (C) 2002-2014 OpenVPN Technologies, Inc. <sales@openvpn.net>
+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.
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])