Changes between Version 4 and Version 5 of ChangesInOpenvpn24


Ignore:
Timestamp:
12/16/16 12:22:10 (7 years ago)
Author:
Samuli Seppänen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ChangesInOpenvpn24

    v4 v5  
    22
    33An overview is available in [https://github.com/OpenVPN/openvpn/blob/master/Changes.rst Changes.rst]. Complete change logs below.
     4
     5== OpenVPN 2.4_rc2 ==
     6
     7{{{
     8David Sommerseth (10):
     9      Fix wrong configure.ac parsing of --enable-async-push
     10      Changes: Further improve systemd unit file updates
     11      systemd: Intermediate --chroot fix with the new sd_notify() implementation
     12      Further enhance async-push feature description
     13      Changes.rst: Mainatiner update on C99
     14      dev-tools: Add reformat-all.sh for code style unification
     15      The Great Reformatting - first phase
     16      Merge 'reformatting' branch into master
     17      auth-gen-token: Hardening memory cleanup on auth-token failuers
     18      Preparing OpenVPN v2.4_rc2 release
     19
     20Gert Doering (1):
     21      Refactor setting close-on-exec for socket FDs
     22
     23Lev Stipakov (2):
     24      Arm inotify only in server mode
     25      Add "async push" feature to Changes.rst
     26
     27Magnus Kroken (1):
     28      mbedtls: include correct net/net_sockets header according to version
     29
     30Selva Nair (2):
     31      Correctly state the default dhcp server address in man page
     32      Unhide a line in man page by fixing a typo
     33
     34Steffan Karger (4):
     35      Fix (and cleanup) crypto flags in combination with NCP
     36      Deprecate --no-iv
     37      man: mention that --ecdh-curve does not work on mbed TLS builds
     38      Don't reopen tun if cipher changes
     39}}}
    440
    541== OpenVPN 2.4_rc1 ==