Version.m4, ChangeLog
Signed-off-by: Gert Doering <gert@greenie.muc.de>
| ... | ... |
@@ -1,6 +1,37 @@ |
| 1 | 1 |
OpenVPN Change Log |
| 2 | 2 |
Copyright (C) 2002-2020 OpenVPN Inc <sales@openvpn.net> |
| 3 | 3 |
|
| 4 |
+2020.09.21 -- Version 2.5_rc1 |
|
| 5 |
+ |
|
| 6 |
+David Sommerseth (4): |
|
| 7 |
+ man: Add missing --server-ipv6 |
|
| 8 |
+ man: Improve --remote entry |
|
| 9 |
+ sample-plugins: Partially autotoolize the sample-plugins build |
|
| 10 |
+ build: Fix make distclean/distcheck |
|
| 11 |
+ |
|
| 12 |
+Gert Doering (10): |
|
| 13 |
+ Fix handling of 'route remote_host' for IPv6 transport case. |
|
| 14 |
+ Replace 'echo -n' with 'printf' in tests/t_lpback.sh |
|
| 15 |
+ Fix description of --client-disconnect calling convention in manpage. |
|
| 16 |
+ Handle NULL returns from calloc() in sample plugins. |
|
| 17 |
+ Fix --show-gateway for IPv6 on NetBSD/i386. |
|
| 18 |
+ socks.c: fix alen for DOMAIN type addresses, bump up buffer sizes |
|
| 19 |
+ Fix netbits setting (in TAP mode) for IPv6 on Windows. |
|
| 20 |
+ If IPv6 pool specification sets pool start to ::0 address, increment. |
|
| 21 |
+ Add demo plugin that excercises "CLIENT_CONNECT" and "CLIENT_CONNECT_V2" paths |
|
| 22 |
+ Fix combination of --dev tap and --topology subnet across multiple platforms. |
|
| 23 |
+ |
|
| 24 |
+Lev Stipakov (1): |
|
| 25 |
+ msvc: better support for 32bit architecture |
|
| 26 |
+ |
|
| 27 |
+Selva Nair (2): |
|
| 28 |
+ Add a remark on dropping privileges when --mlock is used |
|
| 29 |
+ Allow --dhcp-option in config file when windows-driver is wintun |
|
| 30 |
+ |
|
| 31 |
+Vladislav Grishenko (1): |
|
| 32 |
+ Fix fatal error at switching remotes (#629) |
|
| 33 |
+ |
|
| 34 |
+ |
|
| 4 | 35 |
2020.09.10 -- Version 2.5_beta4 |
| 5 | 36 |
|
| 6 | 37 |
Gert Doering (3): |
| ... | ... |
@@ -3,12 +3,12 @@ define([PRODUCT_NAME], [OpenVPN]) |
| 3 | 3 |
define([PRODUCT_TARNAME], [openvpn]) |
| 4 | 4 |
define([PRODUCT_VERSION_MAJOR], [2]) |
| 5 | 5 |
define([PRODUCT_VERSION_MINOR], [5]) |
| 6 |
-define([PRODUCT_VERSION_PATCH], [_beta4]) |
|
| 6 |
+define([PRODUCT_VERSION_PATCH], [_rc1]) |
|
| 7 | 7 |
m4_append([PRODUCT_VERSION], [PRODUCT_VERSION_MAJOR]) |
| 8 | 8 |
m4_append([PRODUCT_VERSION], [PRODUCT_VERSION_MINOR], [[.]]) |
| 9 | 9 |
m4_append([PRODUCT_VERSION], [PRODUCT_VERSION_PATCH], [[]]) |
| 10 | 10 |
define([PRODUCT_BUGREPORT], [openvpn-users@lists.sourceforge.net]) |
| 11 |
-define([PRODUCT_VERSION_RESOURCE], [2,5,0,4]) |
|
| 11 |
+define([PRODUCT_VERSION_RESOURCE], [2,5,0,5]) |
|
| 12 | 12 |
dnl define the TAP version |
| 13 | 13 |
define([PRODUCT_TAP_WIN_COMPONENT_ID], [tap0901]) |
| 14 | 14 |
define([PRODUCT_TAP_WIN_MIN_MAJOR], [9]) |