Changes between Version 27 and Version 28 of ChangesInOpenvpn23


Ignore:
Timestamp:
08/23/16 14:26:56 (8 years ago)
Author:
Samuli Seppänen
Comment:

Add changelog for OpenVPN 2.3.12

Legend:

Unmodified
Added
Removed
Modified
  • ChangesInOpenvpn23

    v27 v28  
    22
    33= Overview of changes in OpenVPN v2.3 =
     4
     5== OpenVPN 2.3.12 ==
     6
     7{{{
     8Arne Schwabe (2):
     9      Complete push-peer-info documentation and allow IV_PLAT_VER for other platforms than Windows if the client UI supplies it.
     10      Move ASSERT so external-key with OpenSSL works again
     11
     12David Sommerseth (5):
     13      Only build and run cmocka unit tests if its submodule is initialized
     14      Another fix related to unit test framework
     15      Remove NOP function and callers
     16      Revert "Drop recursively routed packets"
     17      Preparing release of v2.3.12
     18
     19Dorian Harmans (1):
     20      Add CHACHA20-POLY1305 ciphersuite IANA name translations.
     21
     22Ivo Manca (1):
     23      Plug memory leak in mbedTLS backend
     24
     25Jeffrey Cutter (1):
     26      Update contrib/pull-resolv-conf/client.up for no DOMAIN
     27
     28Jens Neuhalfen (2):
     29      Add unit testing support via cmocka
     30      Add a test for auth-pam searchandreplace
     31
     32Josh Cepek (1):
     33      Push an IPv6 CIDR mask used by the server, not the pool's size
     34
     35Leon Klingele (1):
     36      Add link to bug tracker
     37
     38Lev Stipakov (1):
     39      Drop recursively routed packets
     40
     41Samuli Seppänen (2):
     42      Update CONTRIBUTING.rst to allow GitHub PRs for code review purposes
     43      Clarify the fact that build instructions in README are for release tarballs
     44
     45Selva Nair (4):
     46      Make error non-fatal while deleting address using netsh
     47      Make block-outside-dns work with persist-tun
     48      Ignore SIGUSR1/SIGHUP during exit notification
     49      Promptly close the netcmd_semaphore handle after use
     50
     51Steffan Karger (4):
     52      Fix polarssl / mbedtls builds
     53      Don't limit max incoming message size based on c2->frame
     54      Fix '--cipher none --cipher' crash
     55      Discourage using 64-bit block ciphers
     56}}}
    457
    558== OpenVPN 2.3.11 ==