Browse code

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

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

Gert Doering authored on 2015/08/04 00:41:53
Showing 2 changed files
... ...
@@ -1,6 +1,29 @@
1 1
 OpenVPN Change Log
2 2
 Copyright (C) 2002-2015 OpenVPN Technologies, Inc. <sales@openvpn.net>
3 3
 
4
+2015.08.03 -- Version 2.3.8
5
+Arne Schwabe (2):
6
+      Report missing endtags of inline files as warnings
7
+      Fix commit e473b7c if an inline file happens to have a line break exactly at buffer limit
8
+
9
+Gert Doering (2):
10
+      Produce a meaningful error message if --daemon gets in the way of asking for passwords.
11
+      Document --daemon changes and consequences (--askpass, --auth-nocache).
12
+
13
+Holger Kummert (1):
14
+      Del ipv6 addr on close of linux tun interface
15
+
16
+James Geboski (1):
17
+      Fix --askpass not allowing for password input via stdin
18
+
19
+Steffan Karger (5):
20
+      write pid file immediately after daemonizing
21
+      Make __func__ work with Visual Studio too
22
+      fix regression: query password before becoming daemon
23
+      Fix using management interface to get passwords.
24
+      Fix overflow check in openvpn_decrypt()
25
+
26
+
4 27
 2015.06.02 -- Version 2.3.7
5 28
 Alexander Pyhalov (1):
6 29
       Default gateway can't be determined on illumos/Solaris platforms
... ...
@@ -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.7])
4
+define([PRODUCT_VERSION], [2.3.8])
5 5
 define([PRODUCT_BUGREPORT], [openvpn-users@lists.sourceforge.net])
6
-define([PRODUCT_VERSION_RESOURCE], [2,3,7,0])
6
+define([PRODUCT_VERSION_RESOURCE], [2,3,8,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])