Signed-off-by: David Sommerseth <davids@openvpn.net>
| ... | ... |
@@ -1,6 +1,39 @@ |
| 1 | 1 |
OpenVPN Change Log |
| 2 | 2 |
Copyright (C) 2002-2016 OpenVPN Technologies, Inc. <sales@openvpn.net> |
| 3 | 3 |
|
| 4 |
+2016.12.16 -- Version 2.4_rc2 |
|
| 5 |
+David Sommerseth (9): |
|
| 6 |
+ Fix wrong configure.ac parsing of --enable-async-push |
|
| 7 |
+ Changes: Further improve systemd unit file updates |
|
| 8 |
+ systemd: Intermediate --chroot fix with the new sd_notify() implementation |
|
| 9 |
+ Further enhance async-push feature description |
|
| 10 |
+ Changes.rst: Mainatiner update on C99 |
|
| 11 |
+ dev-tools: Add reformat-all.sh for code style unification |
|
| 12 |
+ The Great Reformatting - first phase |
|
| 13 |
+ Merge 'reformatting' branch into master |
|
| 14 |
+ auth-gen-token: Hardening memory cleanup on auth-token failuers |
|
| 15 |
+ |
|
| 16 |
+Gert Doering (1): |
|
| 17 |
+ Refactor setting close-on-exec for socket FDs |
|
| 18 |
+ |
|
| 19 |
+Lev Stipakov (2): |
|
| 20 |
+ Arm inotify only in server mode |
|
| 21 |
+ Add "async push" feature to Changes.rst |
|
| 22 |
+ |
|
| 23 |
+Magnus Kroken (1): |
|
| 24 |
+ mbedtls: include correct net/net_sockets header according to version |
|
| 25 |
+ |
|
| 26 |
+Selva Nair (2): |
|
| 27 |
+ Correctly state the default dhcp server address in man page |
|
| 28 |
+ Unhide a line in man page by fixing a typo |
|
| 29 |
+ |
|
| 30 |
+Steffan Karger (4): |
|
| 31 |
+ Fix (and cleanup) crypto flags in combination with NCP |
|
| 32 |
+ Deprecate --no-iv |
|
| 33 |
+ man: mention that --ecdh-curve does not work on mbed TLS builds |
|
| 34 |
+ Don't reopen tun if cipher changes |
|
| 35 |
+ |
|
| 36 |
+ |
|
| 4 | 37 |
2016.12.01 -- Version 2.4_rc1 |
| 5 | 38 |
Antonio Quartulli (1): |
| 6 | 39 |
reload CRL only if file was modified |
| ... | ... |
@@ -3,7 +3,7 @@ define([PRODUCT_NAME], [OpenVPN]) |
| 3 | 3 |
define([PRODUCT_TARNAME], [openvpn]) |
| 4 | 4 |
define([PRODUCT_VERSION_MAJOR], [2]) |
| 5 | 5 |
define([PRODUCT_VERSION_MINOR], [4]) |
| 6 |
-define([PRODUCT_VERSION_PATCH], [_rc1]) |
|
| 6 |
+define([PRODUCT_VERSION_PATCH], [_rc2]) |
|
| 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], [[]]) |