]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
Preparing OpenVPN v2.4_rc2 release v2.4_rc2
authorDavid Sommerseth <davids@openvpn.net>
Fri, 16 Dec 2016 10:58:51 +0000 (11:58 +0100)
committerDavid Sommerseth <davids@openvpn.net>
Fri, 16 Dec 2016 10:58:51 +0000 (11:58 +0100)
Signed-off-by: David Sommerseth <davids@openvpn.net>
ChangeLog
version.m4

index 59e679d4476f146b8c7a6c6ec49e9e2bcd67822f..8ff692dd029f60813353ccbec7f3f8dcd0c458de 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,39 @@
 OpenVPN Change Log
 Copyright (C) 2002-2016 OpenVPN Technologies, Inc. <sales@openvpn.net>
 
+2016.12.16 -- Version 2.4_rc2
+David Sommerseth (9):
+      Fix wrong configure.ac parsing of --enable-async-push
+      Changes: Further improve systemd unit file updates
+      systemd: Intermediate --chroot fix with the new sd_notify() implementation
+      Further enhance async-push feature description
+      Changes.rst: Mainatiner update on C99
+      dev-tools: Add reformat-all.sh for code style unification
+      The Great Reformatting - first phase
+      Merge 'reformatting' branch into master
+      auth-gen-token: Hardening memory cleanup on auth-token failuers
+
+Gert Doering (1):
+      Refactor setting close-on-exec for socket FDs
+
+Lev Stipakov (2):
+      Arm inotify only in server mode
+      Add "async push" feature to Changes.rst
+
+Magnus Kroken (1):
+      mbedtls: include correct net/net_sockets header according to version
+
+Selva Nair (2):
+      Correctly state the default dhcp server address in man page
+      Unhide a line in man page by fixing a typo
+
+Steffan Karger (4):
+      Fix (and cleanup) crypto flags in combination with NCP
+      Deprecate --no-iv
+      man: mention that --ecdh-curve does not work on mbed TLS builds
+      Don't reopen tun if cipher changes
+
+
 2016.12.01 -- Version 2.4_rc1
 Antonio Quartulli (1):
       reload CRL only if file was modified
index 60313a3611c9f9d41acc553b0f501b5a6141a605..a8496f4edee3890f3d83d2bc4d2a7838f72802ba 100644 (file)
@@ -3,7 +3,7 @@ define([PRODUCT_NAME], [OpenVPN])
 define([PRODUCT_TARNAME], [openvpn])
 define([PRODUCT_VERSION_MAJOR], [2])
 define([PRODUCT_VERSION_MINOR], [4])
-define([PRODUCT_VERSION_PATCH], [_rc1])
+define([PRODUCT_VERSION_PATCH], [_rc2])
 m4_append([PRODUCT_VERSION], [PRODUCT_VERSION_MAJOR])
 m4_append([PRODUCT_VERSION], [PRODUCT_VERSION_MINOR], [[.]])
 m4_append([PRODUCT_VERSION], [PRODUCT_VERSION_PATCH], [[]])