summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog58
1 files changed, 58 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 991aeb6..59e679d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,64 @@
OpenVPN Change Log
Copyright (C) 2002-2016 OpenVPN Technologies, Inc. <sales@openvpn.net>
+2016.12.01 -- Version 2.4_rc1
+Antonio Quartulli (1):
+ reload CRL only if file was modified
+
+Christian Hesse (3):
+ update year in copyright message
+ Use systemd service manager notification
+ Refuse to daemonize when running from systemd
+
+Gert Doering (1):
+ Fix windows path in Changes.rst
+
+Samuli Seppänen (1):
+ Mention that OpenVPN 2.4 requires Windows Vista or higher
+
+Selva Nair (4):
+ Map restart signals from event loop to SIGTERM during exit-notification wait
+ When parsing '--setenv opt xx ..' make sure a third parameter is present
+ Force 'def1' method when --redirect-gateway is done through service
+ Do not restart dns client service as a part of --register-dns processing
+
+Steffan Karger (4):
+ tls_process: don't set variable that's never read
+ Unconditionally enable TLS_AGGREGATE_ACK
+ Clean up format_hex_ex()
+ Introduce and use secure_memzero() to erase secrets
+
+
+2016.11.24 -- Version 2.4_beta2
+Arne Schwabe (5):
+ Document that tls-crypt also supports inline
+ Fix warning that RAND_bytes is undeclared
+ Remove compat-stdbool.h.
+ Fix various compiler warnings
+ Handle DNS6 option on Android
+
+David Sommerseth (2):
+ Changes.rst: Fixing wrong formatting
+ Document the --auth-token option
+
+Gert Doering (2):
+ Remove remaining traces of compat-stdbool.h
+ Stub implementation of "--dhcp-option DNS6 <v6addr>"
+
+Selva Nair (3):
+ Do not set ipv6 address if '--ip-win32 manual' is used
+ Handle --dhcp-option DNS6 on Windows using netsh
+ Set IPv6 DNS servers using interactive service
+
+Steffan Karger (6):
+ multi_process_float: revert part of c14c4a9e
+ --tls-crypt fixes
+ Change cmocka remote to use https in stead of git protocol
+ generate_key_expansion: make assumption explicit, use C99 features
+ Poor man's NCP for non-NCP peers
+ Refactor data channel key generation API
+
+
2016.11.17 -- Version 2.4_beta1
Arne Schwabe (1):
Make Changes.rst nicer for 2.4 release