|
1 | 1 | OpenVPN ChangeLog
|
2 | 2 | Copyright (C) 2002-2025 OpenVPN Inc < [email protected]>
|
3 | 3 |
|
| 4 | +2025.09.04 -- Version 2.7_beta1 |
| 5 | + |
| 6 | +Arne Schwabe (1): |
| 7 | + Check message id/acked ids too when doing sessionid cookie checks |
| 8 | + |
| 9 | +Frank Lichtenheld (27): |
| 10 | + Update text of GPL to latest version from FSF |
| 11 | + Update GPL header in all source files to current recommended version |
| 12 | + Define a .clang-format file for the project |
| 13 | + Disable clang-format for some code parts |
| 14 | + Update git-pre-commit-uncrustify.sh to handle clang-format |
| 15 | + GHA: enable -Werror for mbedTLS v3 and AWS LC builds |
| 16 | + Reformat the whole project with clang-format |
| 17 | + Fix build error with clang-cl on latest Windows SDK |
| 18 | + clang-format: Switch to ColumnLimit 0 |
| 19 | + Add clang-format reformat commit to .git-blame-ignore-revs |
| 20 | + Remove uncrustify config and reformat-all.sh |
| 21 | + buffer: remove unused function buf_write_alloc_prepend |
| 22 | + t_client.sh: Do not wait 3 seconds for OpenVPN to come up |
| 23 | + Collect trivial conversion fixes |
| 24 | + options: Fix --hash-size virtual argument |
| 25 | + Clean up documentation for --tun-mtu-max |
| 26 | + comp: Make sure comp flags are treated as unsigned |
| 27 | + crypto: Make sure crypto flags are treated as unsigned |
| 28 | + options: Make sure option types are treated as unsigned |
| 29 | + route: Make sure various route flags are treated as unsigned |
| 30 | + socket: Create socket_util with non-socket functions |
| 31 | + Add new unit test module test_socket |
| 32 | + socket_util: Clean up conversion warnings in add_in6_addr |
| 33 | + manage: Make sure various management flags are treated as unsigned |
| 34 | + forward: Make sure pip flags are treated as unsigned |
| 35 | + options: Introduce atoi_constrained and review usages of atoi_warn |
| 36 | + ssl_openssl: Fix type of sslopts argument to SSL_CTX_set_options |
| 37 | + |
| 38 | +Gert Doering (3): |
| 39 | + Remove use of 'dh dh2048.pem' from sample configs, remove 'dh2048.pem' file |
| 40 | + Introduce env variables to communicate desired gateway redirection to NM. |
| 41 | + OpenVPN Release 2.7_beta1 |
| 42 | + |
| 43 | +Gianmarco De Gregori (1): |
| 44 | + dco: avoid printing mi prefix on debug messages |
| 45 | + |
| 46 | +Heiko Hund (1): |
| 47 | + dns: fix systemd dns-updown script |
| 48 | + |
| 49 | +Ilia Shipitsin (1): |
| 50 | + GHA: limit 'Deploy Doxygen documentation' to main repo only |
| 51 | + |
| 52 | +Lev Stipakov (3): |
| 53 | + Log setting DNS via NRPT |
| 54 | + dco-win: add support for multipeer stats |
| 55 | + Refactor management bytecount tracking |
| 56 | + |
| 57 | +Marco Baffo (1): |
| 58 | + PUSH_UPDATE message sender: enabling the server to send PUSH_UPDATE control messages |
| 59 | + |
| 60 | +Ralf Lici (3): |
| 61 | + management: resync timer on bytecount interval change |
| 62 | + dco_linux: validate tun interface before fetching stats |
| 63 | + management: stop bytecount on client disconnection |
| 64 | + |
| 65 | +Samuli Seppänen (2): |
| 66 | + Add sample FFDH parameters file and use that in t_server_null tests |
| 67 | + |
| 68 | + |
4 | 69 | 2025.07.31 -- Version 2.7_alpha3
|
5 | 70 |
|
6 | 71 | Antonio Quartulli (10):
|
|
0 commit comments