Changes between Version 28 and Version 29 of ChangesInOpenvpn23


Ignore:
Timestamp:
11/03/16 10:17:49 (7 years ago)
Author:
Samuli Seppänen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ChangesInOpenvpn23

    v28 v29  
    22
    33= Overview of changes in OpenVPN v2.3 =
     4
     5== OpenVPN 2.3.13 ==
     6
     7{{{
     8Arne Schwabe (2):
     9      Use AES ciphers in our sample configuration files and add a few modern 2.4 examples
     10      Incorporate the Debian typo fixes where appropriate and make show_opt default message clearer
     11
     12David Sommerseth (5):
     13      t_client.sh: Make OpenVPN write PID file to avoid various sudo issues
     14      t_client.sh: Add support for Kerberos/ksu
     15      t_client.sh: Improve detection if the OpenVPN process did start during tests
     16      t_client.sh: Add prepare/cleanup possibilties for each test case
     17      Preparing release of v2.3.13
     18
     19Gert Doering (5):
     20      Do not abort t_client run if OpenVPN instance does not start.
     21      Fix t_client runs on OpenSolaris
     22      make t_client robust against sudoers misconfiguration
     23      add POSTINIT_CMD_suf to t_client.sh and sample config
     24      Fix --multihome for IPv6 on 64bit BSD systems.
     25
     26Ilya Shipitsin (1):
     27      skip t_lpback.sh and t_cltsrv.sh if openvpn configured --disable-crypto
     28
     29Lev Stipakov (2):
     30      Exclude peer-id from pulled options digest
     31      Fix compilation in pedantic mode
     32
     33Samuli Seppänen (1):
     34      Automatically cache expected IPs for t_client.sh on the first run
     35
     36Steffan Karger (6):
     37      Fix unittests for out-of-source builds
     38      Make gnu89 support explicit
     39      cleanup: remove code duplication in msg_test()
     40      Update cipher-related man page text
     41      Limit --reneg-bytes to 64MB when using small block ciphers
     42      Add a revoked cert to the sample keys
     43}}}
    444
    545== OpenVPN 2.3.12 ==