|
1 | 1 | OpenVPN ChangeLog
|
2 | 2 | Copyright (C) 2002-2025 OpenVPN Inc <sales@openvpn.net>
|
3 | 3 |
|
| 4 | +2025.07.31 -- Version 2.7_alpha3 |
| 5 | + |
| 6 | +Antonio Quartulli (10): |
| 7 | + README.dco: update Linux instructions |
| 8 | + dco_linux: fix case statement by using proper error value |
| 9 | + dco_linux: use M_FATAL instead of M_ERR in netlink error code paths |
| 10 | + dco_linux: rearrange functions |
| 11 | + multi: store multi_context address inside top instance |
| 12 | + dco: only pass struct context to init function |
| 13 | + dco_linux: factor out netlink notification code |
| 14 | + dco_linux: fix async message reception |
| 15 | + multi: make some multi_*() functions static |
| 16 | + dco_linux: clean up PEER_GET trigger and parser |
| 17 | + |
| 18 | +Arne Schwabe (1): |
| 19 | + Cleanup/simplify mbed TLS related define from autoconf |
| 20 | + |
| 21 | +Christian Schürmann (1): |
| 22 | + Replace deprecated OpenSSL.crypto.load_crl |
| 23 | + |
| 24 | +Frank Lichtenheld (8): |
| 25 | + packet_id: Fix build with --disable-debug |
| 26 | + Fix new doxygen warnings about using @return in void functions |
| 27 | + Fix compiler warning in reliable.c with --disable-debug |
| 28 | + reliable: Review and fix gc_arena usage |
| 29 | + configure.ac: Remove use of PKCS11_HELPER_LIBS in mbedTLS checks |
| 30 | + GHA: Dependency updates July 2025 |
| 31 | + plugins: Clean up -Wconversion warnings |
| 32 | + options: Simplify function setenv_foreign_option |
| 33 | + |
| 34 | +Gert Doering (3): |
| 35 | + mudp.c, multi.c, multi_io.c: get rid of 'all three DCO platforms' #ifdefs |
| 36 | + unit_tests/plugins/auth-pam: fix stdint.h related build error on fedora 42 |
| 37 | + OpenVPN Release 2.7_alpha3 |
| 38 | + |
| 39 | +Gianmarco De Gregori (2): |
| 40 | + Route: add support for user defined routing table |
| 41 | + Multi-socket: Fix assert triggered by stale peer-id reuse |
| 42 | + |
| 43 | +Heiko Hund (9): |
| 44 | + dns: add updown script for macOS |
| 45 | + fix macOS dns-updown handling of parallel full redirects |
| 46 | + run forced --dns-updown without --script-security |
| 47 | + dns: create NRPT registry key if it doesn't exist |
| 48 | + dns: do not run updown scripts with lwipovpn |
| 49 | + prevent search domain races with macOS dns-updown |
| 50 | + move macOS dns-updown common code into functions |
| 51 | + mac dns: compare servers before restoring backup |
| 52 | + mac dns: do not run dns-updown in parallel |
| 53 | + |
| 54 | +Kristof Provost (3): |
| 55 | + dco: support float notifications on FreeBSD |
| 56 | + dco-freebsd: always enable float notification support |
| 57 | + dco-freebsd: pass address scope to the kernel |
| 58 | + |
| 59 | +Lev Stipakov (4): |
| 60 | + Fix broken DHCP options |
| 61 | + Fix --dns options for TAP adapter |
| 62 | + Fix DNS options duplication on PUSH_UPDATE |
| 63 | + Fix wrong byte order of --dns server |
| 64 | + |
| 65 | +Marco Baffo (3): |
| 66 | + PUSH_UPDATE: Allow OpenVPN in client mode to receive and handle PUSH UPDATE control messages to allow options updating at runtime. |
| 67 | + PUSH_UPDATE: Added remove_option() and do_update(). |
| 68 | + PUSH_UPDATE: Added update_option() function. |
| 69 | + |
| 70 | +Ralf Lici (5): |
| 71 | + dco linux: avoid redefining ovpn enums |
| 72 | + dco linux: avoid sending local port to ovpn |
| 73 | + dco: Add support for float notifications |
| 74 | + improve float collision logging |
| 75 | + add flag to print addresses in a consistent format during float |
| 76 | + |
| 77 | +Samuli Seppänen (2): |
| 78 | + t_server_null: add multi-socket testing |
| 79 | + t_server_null: match test numbers with server numbers |
| 80 | + |
| 81 | +Terrance (1): |
| 82 | + Update systemd service name param to match command |
| 83 | + |
| 84 | +rein.vanbaaren (1): |
| 85 | + Added PQE to WolfSSL |
| 86 | + |
| 87 | + |
4 | 88 | 2025.06.18 -- Version 2.7_alpha2
|
5 | 89 |
|
6 | 90 | Antonio Quartulli (1):
|
|
0 commit comments