Browse code

Preparing for release v2.3.11 (ChangeLog, version.m4)

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

Gert Doering authored on 2016/05/10 04:12:30
Showing 2 changed files
... ...
@@ -1,6 +1,51 @@
1 1
 OpenVPN Change Log
2 2
 Copyright (C) 2002-2015 OpenVPN Technologies, Inc. <sales@openvpn.net>
3 3
 
4
+2016.05.09 -- Version 2.3.11
5
+James Yonan (1):
6
+      Fixed port-share bug with DoS potential
7
+
8
+Jens Neuhalfen (2):
9
+      Make intent of utun device name validation clear
10
+      Fix buffer overflow by user supplied data
11
+
12
+Leonardo Basilio (1):
13
+      Correctly report TCP connection timeout on windows.
14
+
15
+Lev Stipakov (1):
16
+      Report Windows bitness
17
+
18
+Michael McConville (1):
19
+      Fix undefined signed shift overflow
20
+
21
+Niels Ole Salscheider (1):
22
+      Fix build with libressl
23
+
24
+Samuli Seppänen (1):
25
+      Improve LZO, PAM and OpenSSL documentation
26
+
27
+Selva Nair (2):
28
+      Ensure input read using systemd-ask-password is null terminated
29
+      Support reading the challenge-response from console
30
+
31
+Steffan Karger (10):
32
+      openssl: improve logging
33
+      polarssl: improve logging
34
+      Update manpage: OpenSSL might also need /dev/urandom inside chroot
35
+      socks.c: fix check on get_user_pass() return value(s)
36
+      Fix OCSP_check.sh
37
+      hardening: add safe FD_SET() wrapper openvpn_fd_set()
38
+      Fix memory leak in argv_extract_cmd_name()
39
+      Replace MSG_TEST() macro for static inline msg_test()
40
+      Restrict default TLS cipher list
41
+      Various Changes.rst fixes
42
+
43
+ValdikSS (3):
44
+      Clarify mssfix documentation
45
+      Clarify --block-outside-dns documentation
46
+      Update --block-outside-dns to work on Windows Vista
47
+
48
+
4 49
 2016.01.04 -- Version 2.3.10
5 50
 Gert Doering (1):
6 51
       Prepare for v2.3.10 release, list PolarSSL 1.2 to 1.3 upgrade
... ...
@@ -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.10])
4
+define([PRODUCT_VERSION], [2.3.11])
5 5
 define([PRODUCT_BUGREPORT], [openvpn-users@lists.sourceforge.net])
6
-define([PRODUCT_VERSION_RESOURCE], [2,3,10,0])
6
+define([PRODUCT_VERSION_RESOURCE], [2,3,11,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])