Changes between Version 5 and Version 6 of ChangesInOpenvpn26


Ignore:
Timestamp:
03/08/23 19:31:48 (14 months ago)
Author:
flichtenheld
Comment:

2.6.1

Legend:

Unmodified
Added
Removed
Modified
  • ChangesInOpenvpn26

    v5 v6  
     1= Changes in 2.6.1 =
     2
     3{{{
     4Antonio Quartulli (1):
     5      Avoid warning about missing braces when initialising key struct
     6
     7Arne Schwabe (13):
     8      Fix unaligned access in auth-token
     9      Update LibreSSL to 3.7.0 in Github actions
     10      Add printing USAN stack trace on github actions
     11      Fix LibreSSL not building in Github Actions
     12      Add missing stdint.h includes in unit tests files
     13      Combine extra_tun/frame parameter of frame_calculate_payload_overhead
     14      Update the last sections in the man page to a be a bit less outdated
     15      Add building unit tests with mingw to github actions
     16      Revise the cipher negotiation info about OpenVPN3 in the man page
     17      Exit if a proper message instead of segfault on Android without management
     18      Use proper print format/casting when converting msg_channel handle
     19      Reduce initialisation spam from verb <= 3 and print summary instead
     20      Dynamic tls-crypt for secure soft_reset/session renegotiation
     21
     22Frank Lichtenheld (8):
     23      Changes.rst: document removal of --keysize
     24      Windows: fix unused function setenv_foreign_option
     25      Windows: fix unused variables in delete_route_ipv6
     26      Windows: fix wrong printf format in x_check_status
     27      Windows: fix unused variable in win32_get_arch
     28      configure: enable DCO by default on FreeBSD/Linux
     29      Windows: fix signedness errors with recv/send
     30      configure: fix formatting of --disable-lz4 and --enable-comp-stub
     31
     32Gert Doering (3):
     33      Get rid of unused 'bool tuntap_buffer' arguments.
     34      FreeBSD 12.x workaround for IPv6 ifconfig is needed on 12.4 as well
     35      preparing release 2.6.1
     36
     37Kristof Provost (3):
     38      options.c: enforce a minimal fragment size
     39      configure: improve FreeBSD DCO check
     40      dco: define OVPN_DEL_PEER_REASON_TRANSPORT_DISCONNECT on FreeBSD
     41
     42Lev Stipakov (6):
     43      Allow certain DHCP options to be used without DHCP server
     44      dco-win: use proper calling convention on x86
     45      Improve format specifier for socket handle in Windows
     46      Disable DCO if proxy is set via management
     47      Add logging for windows driver selection process
     48      Avoid management log loop with verb >= 6
     49
     50Matthias Andree (1):
     51      make dist: Ship ovpn_dco_freebsd.h, too
     52
     53Selva Nair (9):
     54      block-dns using iservice: fix a potential double free
     55      Conditionally add subdir-objects option to automake
     56      Build unit tests in mingw Windows build
     57      cyryptapi.c: log the selected certificate's name
     58      cryptoapi.c: remove pre OpenSSL-3.01 support
     59      cryptoapi.c: simplify parsing of thumbprint hex string
     60      Option --cryptoapicert: support issuer name as a selector
     61      Add a unit test for functions in cryptoapi.c
     62      Do not save pointer to 'struct passwd' returned by getpwnam etc.
     63}}}
     64
    165= Changes in 2.6.0 =
    266