|
1 | 1 | OpenVPN ChangeLog |
2 | 2 | Copyright (C) 2002-2025 OpenVPN Inc < [email protected]> |
3 | 3 |
|
| 4 | +2025.09.25 -- Version 2.7_beta2 |
| 5 | + |
| 6 | +Antonio Quartulli (1): |
| 7 | + dco: add standard mi prefix handling to multi_process_incoming_dco() |
| 8 | + |
| 9 | +Arne Schwabe (1): |
| 10 | + Switch test_ssl certificate from RSA 2048 to secp384r1 |
| 11 | + |
| 12 | +Frank Lichtenheld (22): |
| 13 | + openvpn_PRF: Change API to use size_t for lengths |
| 14 | + ssl_common: Make sure ssl flags are treated as unsigned |
| 15 | + options: Factor out usages of strtoll and atoll |
| 16 | + ps: Clean up conversion warnings in journal_add function |
| 17 | + events: Make sure rwflags are treated as unsigned |
| 18 | + manage: Change command_line_* API to use size_t for lengths |
| 19 | + Introduce msglvl_t to unify msglevel type handling |
| 20 | + socket: Change resolve flags to unsigned int |
| 21 | + list: Make types of hash elements consistent |
| 22 | + ssl: Fix -Wconversion warnings in pem_password_callback |
| 23 | + ssl_verify: Change backend_x509_* functions to size_t for lengths |
| 24 | + Handle return type of EVP_MD_size |
| 25 | + Clean up conversion warnings related to base64_{en, de}code |
| 26 | + configure.ac: Make ACL_CHECK_ADD_COMPILE_FLAGS append instead of prepend |
| 27 | + Enable a subset of -Wextra |
| 28 | + socks: factor out socks_proxy_recv_char() |
| 29 | + multi_io_init: simplify |
| 30 | + dns: Fix bug in error handling when talking to script |
| 31 | + Enable -Wconversion -Wno-sign-conversion by default |
| 32 | + Make unit tests -Wconversion clean |
| 33 | + ps: Fix conversion warnings related to send/recv return values |
| 34 | + event: Silence conversion warning in tv_to_ms_timeout |
| 35 | + |
| 36 | +Gert Doering (5): |
| 37 | + replace assert() calls with ASSERT() |
| 38 | + remove newline characters at the end of msg() calls |
| 39 | + dev-tools/gerrit-send-mail.py: include Gerrit URL into the commit message |
| 40 | + fix building of openvpnsrvmsg.dll from eventmsg.mc in mingw builds |
| 41 | + Fix t_net.sh / networking_testdriver after 'broadcast' change |
| 42 | + |
| 43 | +Gianmarco De Gregori (2): |
| 44 | + Multi-socket win: avoid repeated socket_set() |
| 45 | + Fix multi-socket and dco-win interaction |
| 46 | + |
| 47 | +Lev Stipakov (5): |
| 48 | + Preserve --dhcp-option values from local config |
| 49 | + win: replace wmic invocation with powershell |
| 50 | + openvpnserv: Fix writing messages to the event log |
| 51 | + GHA: collect more artifacts for mingw builds |
| 52 | + Validate DNS parameters |
| 53 | + |
| 54 | +Marco Baffo (1): |
| 55 | + push-update-server: comment about buf_string_compare_advance() usage in send_single_push_update() |
| 56 | + |
| 57 | +Max Fillinger (1): |
| 58 | + Rename Fox Crypto to Sentyron in copyright notices |
| 59 | + |
| 60 | +Sebastian Marsching (1): |
| 61 | + Bugfix: Set broadcast address on interface. |
| 62 | + |
| 63 | + |
4 | 64 | 2025.09.04 -- Version 2.7_beta1 |
5 | 65 |
|
6 | 66 | Arne Schwabe (1): |
|
0 commit comments