Browse code

Preparing release of v2.3.14

Signed-off-by: Gert Doering <gert@greenie.muc.de>

Gert Doering authored on 2016/12/07 05:38:58
Showing 2 changed files
... ...
@@ -1,6 +1,30 @@
1 1
 OpenVPN Change Log
2 2
 Copyright (C) 2002-2015 OpenVPN Technologies, Inc. <sales@openvpn.net>
3 3
 
4
+2016.12.06 -- Version 2.3.14
5
+Christian Hesse (1):
6
+      update year in copyright message
7
+
8
+David Sommerseth (1):
9
+      Document the --auth-token option
10
+
11
+Gert Doering (2):
12
+      Repair topology subnet on FreeBSD 11
13
+      Repair topology subnet on OpenBSD
14
+
15
+Lev Stipakov (1):
16
+      Drop recursively routed packets
17
+
18
+Selva Nair (4):
19
+      Support --block-outside-dns on multiple tunnels
20
+      When parsing '--setenv opt xx ..' make sure a third parameter is present
21
+      Map restart signals from event loop to SIGTERM during exit-notification wait
22
+      Correctly state the default dhcp server address in man page
23
+
24
+Steffan Karger (1):
25
+      Clean up format_hex_ex()
26
+
27
+
4 28
 2016.11.02 -- Version 2.3.13
5 29
 Arne Schwabe (2):
6 30
       Use AES ciphers in our sample configuration files and add a few modern 2.4 examples
... ...
@@ -1,9 +1,9 @@
1 1
 dnl define the OpenVPN version
2 2
 define([PRODUCT_NAME], [OpenVPN])
3 3
 define([PRODUCT_TARNAME], [openvpn])
4
-define([PRODUCT_VERSION], [2.3.13])
4
+define([PRODUCT_VERSION], [2.3.14])
5 5
 define([PRODUCT_BUGREPORT], [openvpn-users@lists.sourceforge.net])
6
-define([PRODUCT_VERSION_RESOURCE], [2,3,13,0])
6
+define([PRODUCT_VERSION_RESOURCE], [2,3,14,0])
7 7
 dnl define the TAP version
8 8
 define([PRODUCT_TAP_WIN_COMPONENT_ID], [tap0901])
9 9
 define([PRODUCT_TAP_WIN_MIN_MAJOR], [9])