summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog96
1 files changed, 96 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f516b5a..8e06343 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,102 @@
OpenVPN Change Log
Copyright (C) 2002-2020 OpenVPN Inc <sales@openvpn.net>
+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
+ 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):
+ 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):