mirror of
https://github.com/OpenVPN/openvpn.git
synced 2025-05-09 05:31:05 +08:00
Preparing release of v2.3.14
Signed-off-by: Gert Doering <gert@greenie.muc.de>
This commit is contained in:
parent
a1b9e4c1ac
commit
117dadc02d
24
ChangeLog
24
ChangeLog
@ -1,6 +1,30 @@
|
||||
OpenVPN Change Log
|
||||
Copyright (C) 2002-2015 OpenVPN Technologies, Inc. <sales@openvpn.net>
|
||||
|
||||
2016.12.06 -- Version 2.3.14
|
||||
Christian Hesse (1):
|
||||
update year in copyright message
|
||||
|
||||
David Sommerseth (1):
|
||||
Document the --auth-token option
|
||||
|
||||
Gert Doering (2):
|
||||
Repair topology subnet on FreeBSD 11
|
||||
Repair topology subnet on OpenBSD
|
||||
|
||||
Lev Stipakov (1):
|
||||
Drop recursively routed packets
|
||||
|
||||
Selva Nair (4):
|
||||
Support --block-outside-dns on multiple tunnels
|
||||
When parsing '--setenv opt xx ..' make sure a third parameter is present
|
||||
Map restart signals from event loop to SIGTERM during exit-notification wait
|
||||
Correctly state the default dhcp server address in man page
|
||||
|
||||
Steffan Karger (1):
|
||||
Clean up format_hex_ex()
|
||||
|
||||
|
||||
2016.11.02 -- Version 2.3.13
|
||||
Arne Schwabe (2):
|
||||
Use AES ciphers in our sample configuration files and add a few modern 2.4 examples
|
||||
|
@ -1,9 +1,9 @@
|
||||
dnl define the OpenVPN version
|
||||
define([PRODUCT_NAME], [OpenVPN])
|
||||
define([PRODUCT_TARNAME], [openvpn])
|
||||
define([PRODUCT_VERSION], [2.3.13])
|
||||
define([PRODUCT_VERSION], [2.3.14])
|
||||
define([PRODUCT_BUGREPORT], [openvpn-users@lists.sourceforge.net])
|
||||
define([PRODUCT_VERSION_RESOURCE], [2,3,13,0])
|
||||
define([PRODUCT_VERSION_RESOURCE], [2,3,14,0])
|
||||
dnl define the TAP version
|
||||
define([PRODUCT_TAP_WIN_COMPONENT_ID], [tap0901])
|
||||
define([PRODUCT_TAP_WIN_MIN_MAJOR], [9])
|
||||
|
Loading…
x
Reference in New Issue
Block a user