Changes between Version 17 and Version 18 of ChangesInOpenvpn24


Ignore:
Timestamp:
10/31/19 08:42:58 (4 years ago)
Author:
Samuli Seppänen
Comment:

Add changelog for OpenVPN 2.4.8

Legend:

Unmodified
Added
Removed
Modified
  • ChangesInOpenvpn24

    v17 v18  
    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.8 ==
     6
     7{{{
     8Antonio Quartulli (1):
     9      mbedtls: fix segfault by calling mbedtls_cipher_free() in cipher_ctx_free()
     10
     11Arne Schwabe (1):
     12      Remove -no-cpp-precomp flag from Darwin builds
     13
     14David Sommerseth (3):
     15      cleanup: Remove RPM openvpn.spec build approach
     16      docs: Update INSTALL
     17      build: Package missing mock_msg.h
     18
     19Gert Doering (5):
     20      repair windows builds (2.4)
     21      Increase listen() backlog queue to 32
     22      Force combinationation of --socks-proxy and --proto UDP to use IPv4.
     23      Fix IPv6 routes on tap interfaces on OpenSolaris/OpenIndiana
     24      preparing release v2.4.8 (ChangeLog, version.m4, Changes.rst)
     25
     26Gisle Vanem (1):
     27      Wrong FILETYPE in .rc files
     28
     29Hilko Bengen (1):
     30      Do not set pkcs11-helper 'safe fork mode'
     31
     32Ilya Shipitsin (2):
     33      travis-ci: add "linux-ppc64le" to build matrix, change trusty image to xenial, update osx to xcode9.4 and modernize brew management
     34      travis-ci: fix osx builds
     35
     36Kyle Evans (1):
     37      tests/t_lpback.sh: Switch sed(1) to POSIX-compatible regex.
     38
     39Lev Stipakov (1):
     40      Fix various compiler warnings
     41
     42Matthias Andree (1):
     43      Fix regression, reinstate LibreSSL support.
     44
     45Michal Soltys (1):
     46      man: correct the description of --capath and --crl-verify regarding CRLs
     47
     48Mykola Baibuz (1):
     49      Fix typo in NTLM proxy debug message
     50
     51Richard Bonhomme (1):
     52      Ignore --pull-filter for --mode server
     53
     54Rosen Penev (1):
     55      openssl: Fix compilation without deprecated OpenSSL 1.1 APIs
     56
     57Selva Nair (3):
     58      Better error message when script fails due to script-security setting
     59      Correct the return value of cryptoapi RSA signature callbacks
     60      Handle PSS padding in cryptoapicert
     61
     62Steffan Karger (1):
     63      cmocka: use relative paths
     64
     65Thomas Quinot (1):
     66      Fix documentation of tls-verify script argument
     67}}}
    468
    569== OpenVPN 2.4.7 ==