Changes between Version 16 and Version 17 of ChangesInOpenvpn24


Ignore:
Timestamp:
02/21/19 07:45:55 (5 years ago)
Author:
Samuli Seppänen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ChangesInOpenvpn24

    v16 v17  
    22
    33An overview is available in [https://github.com/OpenVPN/openvpn/blob/release/2.4/Changes.rst Changes.rst]. Complete change logs below.
     4
     5== OpenVPN 2.4.7 ==
     6
     7{{{
     8Adam Ciarciński (1):
     9      Fix subnet topology on NetBSD (2.4).
     10
     11Antonio Quartulli (3):
     12      add support for %lu in argv_printf and prevent ASSERT
     13      buffer_list: add functions documentation
     14      ifconfig-ipv6(-push): allow using hostnames
     15
     16Arne Schwabe (7):
     17      Properly free tuntap struct on android when emulating persist-tun
     18      Add OpenSSL compat definition for RSA_meth_set_sign
     19      Add support for tls-ciphersuites for TLS 1.3
     20      Add better support for showing TLS 1.3 ciphersuites in --show-tls
     21      Use right function to set TLS1.3 restrictions in show-tls
     22      Add message explaining early TLS client hello failure
     23      Fallback to password authentication when auth-token fails
     24
     25Christian Ehrhardt (1):
     26      systemd: extend CapabilityBoundingSet for auth_pam
     27
     28David Sommerseth (1):
     29      plugin: Export base64 encode and decode functions
     30
     31Gert Doering (4):
     32      Add %d, %u and %lu tests to test_argv unit tests.
     33      Fix combination of --dev tap and --topology subnet across multiple platforms.
     34      Add 'printing of port number' to mroute_addr_print_ex() for v4-mapped v6.
     35      preparing release v2.4.7 (ChangeLog, version.m4, Changes.rst)
     36
     37Gert van Dijk (1):
     38      Minor reliability layer documentation fixes
     39
     40James Bekkema (1):
     41      Resolves small IV_GUI_VER typo in the documentation.
     42
     43Jonathan K. Bullard (1):
     44      Clarify and expand management interface documentation
     45
     46Lev Stipakov (5):
     47      Refactor NCP-negotiable options handling
     48      init.c: refine functions names and description
     49      interactive.c: fix usage of potentially uninitialized variable
     50      options.c: fix broken unary minus usage
     51      Remove extra token after #endif
     52
     53Richard van den Berg via Openvpn-devel (1):
     54      Fix error message when using RHEL init script
     55
     56Samy Mahmoudi (1):
     57      man: correct a --redirection-gateway option flag
     58
     59Selva Nair (7):
     60      Replace M_DEBUG with D_LOW as the former is too verbose
     61      Correct the declaration of handle in 'struct openvpn_plugin_args_open_return'
     62      Bump version of openvpn plugin argument structs to 5
     63      Move get system directory to a separate function
     64      Enable dhcp on tap adapter using interactive service
     65      Pass the hash without the DigestInfo header to NCryptSignHash()
     66      White-list pull-filter and script-security in interactive service
     67
     68Simon Rozman (2):
     69      Add Interactive Service developer documentation
     70      Detect TAP interfaces with root-enumerated hardware ID
     71
     72Steffan Karger (7):
     73      man: add security considerations to --compress section
     74      mbedtls: print warning if random personalisation fails
     75      Fix memory leak after sighup
     76      travis: add OpenSSL 1.1 Windows build
     77      Fix --disable-crypto build
     78      Don't print OCC warnings about 'key-method', 'keydir' and 'tls-auth'
     79      buffer_list_aggregate_separator(): simplify code
     80}}}
    481
    582== OpenVPN 2.4.6 ==