Changes between Version 2 and Version 3 of ChangesInOpenvpn24


Ignore:
Timestamp:
11/25/16 07:53:34 (7 years ago)
Author:
Samuli Seppänen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ChangesInOpenvpn24

    v2 v3  
    33An overview is available in [https://github.com/OpenVPN/openvpn/blob/master/Changes.rst Changes.rst]. Complete change logs below.
    44
     5== OpenVPN 2.4_beta2 ==
     6
     7{{{
     8Arne Schwabe (5):
     9      Document that tls-crypt also supports inline
     10      Fix warning that RAND_bytes is undeclared
     11      Remove compat-stdbool.h.
     12      Fix various compiler warnings
     13      Handle DNS6 option on Android
     14
     15David Sommerseth (3):
     16      Changes.rst: Fixing wrong formatting
     17      Document the --auth-token option
     18      Preparing OpenVPN v2.4_beta2 release
     19
     20Gert Doering (2):
     21      Remove remaining traces of compat-stdbool.h
     22      Stub implementation of "--dhcp-option DNS6 <v6addr>"
     23
     24Selva Nair (3):
     25      Do not set ipv6 address if '--ip-win32 manual' is used
     26      Handle --dhcp-option DNS6 on Windows using netsh
     27      Set IPv6 DNS servers using interactive service
     28
     29Steffan Karger (6):
     30      multi_process_float: revert part of c14c4a9e
     31      --tls-crypt fixes
     32      Change cmocka remote to use https in stead of git protocol
     33      generate_key_expansion: make assumption explicit, use C99 features
     34      Poor man's NCP for non-NCP peers
     35      Refactor data channel key generation API
     36}}}
     37
    538== OpenVPN 2.4_beta1 ==
    6 
    7 Changes since 2.4_alpha2:
    839
    940{{{