Changes between Version 16 and Version 17 of ChangesInOpenvpn23


Ignore:
Timestamp:
03/28/13 09:58:28 (11 years ago)
Author:
Samuli Seppänen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ChangesInOpenvpn23

    v16 v17  
    22
    33= Overview of changes in OpenVPN v2.3 =
     4
     5== OpenVPN 2.3.1 ==
     6
     7{{{
     8Arne Schwabe (4):
     9      Remove dead code path and putenv functionality
     10      Remove unused function xor
     11      Move static prototype definition from header into c file
     12      Remove unused function no_tap_ifconfig
     13
     14Christian Hesse (1):
     15      fix build with automake 1.13(.1)
     16
     17Christian Niessner (1):
     18      Fix corner case in NTLM authentication (trac #172)
     19
     20Gert Doering (6):
     21      Update README.IPv6 to match what is in 2.3.0
     22      Repair "tcp server queue overflow" brokenness, more <stdbool.h> fallout.
     23      Permit pool size of /64.../112 for ifconfig-ipv6-pool
     24      Add MIN() compatibility macro
     25      Fix directly connected routes for "topology subnet" on Solaris.
     26      Preparing for v2.3.1 (ChangeLog, version.m4)
     27
     28Heiko Hund (5):
     29      close more file descriptors on exec
     30      Ignore UTF-8 byte order mark
     31      reintroduce --no-name-remapping option
     32      make --tls-remote compatible with pre 2.3 configs
     33      add new option for X.509 name verification
     34
     35Jan Just Keijser (1):
     36      man page patch for missing options
     37
     38Josh Cepek (2):
     39      Fix parameter listing in non-debug builds at verb 4
     40      (updated) [PATCH] Warn when using verb levels >=7 without debug
     41
     42Matthias Andree (1):
     43      Enable TCP_NODELAY configuration on FreeBSD.
     44
     45Samuli Seppänen (4):
     46      Removed ChangeLog.IPv6
     47      Added cross-compilation information INSTALL-win32.txt
     48      Updated README
     49      Cleaned up and updated INSTALL
     50
     51Steffan Karger (7):
     52      PolarSSL-1.2 support
     53      Improve PolarSSL key_state_read_{cipher, plain}text messages
     54      Improve verify_callback messages
     55      Config compatibility patch. Added translate_cipher_name.
     56      Switch to IANA names for TLS ciphers.
     57      Fixed autoconf script to properly detect missing pkcs11 with polarssl.
     58      Use constant time memcmp when comparing HMACs in openvpn_decrypt.
     59}}}
    460
    561== OpenVPN 2.3.0 ==