From 5246174f27866c0e9e22844d998f3c97cac54050 Mon Sep 17 00:00:00 2001 From: Bernhard Schmidt Date: Wed, 30 Sep 2020 21:10:50 +0200 Subject: New upstream version 2.5~rc2 --- ChangeLog | 67 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f516b5a..447c374 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,73 @@ OpenVPN Change Log Copyright (C) 2002-2020 OpenVPN Inc +2020.09.30 -- Version 2.5_rc2 + +Lev Stipakov (1): + Alias ADAPTER_DOMAIN_SUFFIX to DOMAIN + +Selva Nair (2): + Set DNS Domain using iservice + Improve documentation of --username-as-common-name + +Simon Rozman (4): + netsh: Specify interfaces by index rather than name + netsh: Clear existing IPv6 DNS servers before configuring new ones + netsh: Delete WINS servers on TUN close + openvpnmsica: Simplify find_adapters() to void return + +Vladislav Grishenko (1): + Fix update_time() and openvpn_gettimeofday() coexistence + + +2020.09.21 -- Version 2.5_rc1 + +David Sommerseth (4): + man: Add missing --server-ipv6 + man: Improve --remote entry + sample-plugins: Partially autotoolize the sample-plugins build + build: Fix make distclean/distcheck + +Gert Doering (10): + Fix handling of 'route remote_host' for IPv6 transport case. + Replace 'echo -n' with 'printf' in tests/t_lpback.sh + Fix description of --client-disconnect calling convention in manpage. + Handle NULL returns from calloc() in sample plugins. + Fix --show-gateway for IPv6 on NetBSD/i386. + socks.c: fix alen for DOMAIN type addresses, bump up buffer sizes + Fix netbits setting (in TAP mode) for IPv6 on Windows. + If IPv6 pool specification sets pool start to ::0 address, increment. + Add demo plugin that excercises "CLIENT_CONNECT" and "CLIENT_CONNECT_V2" paths + Fix combination of --dev tap and --topology subnet across multiple platforms. + +Lev Stipakov (1): + msvc: better support for 32bit architecture + +Selva Nair (2): + Add a remark on dropping privileges when --mlock is used + Allow --dhcp-option in config file when windows-driver is wintun + +Vladislav Grishenko (1): + Fix fatal error at switching remotes (#629) + + +2020.09.10 -- Version 2.5_beta4 + +Gert Doering (3): + Document that --push-remove is generally more suitable than --push-reset + Fix error detection / abort in --inetd corner case. + Fix TUNSETGROUP compatibility with very old Linux systems. + +Lev Stipakov (1): + openvpnmsica: make adapter renaming non-fatal + +Selva Nair (1): + In tap.c use DiInstallDevice to install the driver on a new adapter + +Vladislav Grishenko (1): + Fix best gateway selection over netlink + + 2020.08.31 -- Version 2.5_beta3 Arne Schwabe (1): -- cgit v1.2.3 From 80285c31e83a8e233016e227a393543d508194eb Mon Sep 17 00:00:00 2001 From: Bernhard Schmidt Date: Tue, 20 Oct 2020 19:17:00 +0200 Subject: New upstream version 2.5~rc3 --- ChangeLog | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 447c374..b519576 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,32 @@ OpenVPN Change Log Copyright (C) 2002-2020 OpenVPN Inc +2020.10.15 -- Version 2.5_rc3 +Arne Schwabe (2): + Allow 'none' cipher being specified in --data-ciphers + Add function for common env setting of verify user/pass calls + +David Sommerseth (1): + compat/lz4: Update to v1.9.2 + +Gert Doering (2): + Fix redirecting of IPv4 default gateway if connecting over IPv6. + Avoid passing NULL to argv_printf_cat() in temp_file error case. + +Jan Seeger (1): + Added 'route_ipv6_metric_NN' environment variable for IPv6 route metric. + +Richard Bonhomme (1): + Improve error msg when all TAP adapters are in use 'or disabled' + +Steffan Karger (1): + networking_iproute2: fix memory leak in net_iface_mtu_set() + +Vladislav Grishenko (2): + Selectively reformat too long lines + Speedup TCP remote hosts connections + + 2020.09.30 -- Version 2.5_rc2 Lev Stipakov (1): -- cgit v1.2.3 From 0816f633cec4254ccfd98901252eefe84b0e2648 Mon Sep 17 00:00:00 2001 From: Bernhard Schmidt Date: Wed, 28 Oct 2020 19:37:21 +0100 Subject: New upstream version 2.5.0 --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b519576..8e06343 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,9 @@ OpenVPN Change Log Copyright (C) 2002-2020 OpenVPN Inc +2020.10.27 -- Version 2.5.0 + (no changes relative to v2.5_rc3) + 2020.10.15 -- Version 2.5_rc3 Arne Schwabe (2): Allow 'none' cipher being specified in --data-ciphers -- cgit v1.2.3