版本发布 2
Use GPG key 0x08302DB6A2670428 to check signatures. **Noteworthy changes** - Fix file overwrite issue with metalink - Fix remote buffer overflow in get_local_filename_real() - Fix a redirect/mirror regression from [400713ca](https://gitlab.com/gnuwget/wget2/-/commit/400713caebb51e17046c7d884e08729a27cfa505) - Use the local system timestamp when requested via --no-use-server-timestamps - Prevent file truncation with --no-clobber - Improve messages about why URLs are not being followed - Fix metalink with -O/--output-document - Fix sorting of metalink mirrors by priority - Add --show-progress to improve backwards compatibility to wget - Fix buffer overflow in wget_iri_clone() after wget_iri_set_scheme() - Allow 'no_' prefix in config options - Use libnghttp2 for HTTP/2 testing - Fix WolfSSL build issue if SSLv2 isn't built into the library - Set exit status to 8 on 403 response code - Fix convert-links - Fix --server-response for HTTP/1.1 - Fix anchor links in README.md for Gitlab - Fix html examples in the documentation - Improvements on code, docs and CI/testing
**Noteworthy changes since the last release (see also the NEWS file):** * New option --follow-sitemaps * New option --dane (cert validation via DNS) * Implement --check-certificate=quiet * Support proxies on non-default ports * Added CIDR support for no_proxy (IPv4 and IPv6) * Improve recursive RSS/Atom processing * Improve default cert/bundle paths for Windows * Improve Windows and MSVC compatibility * Use CONNECT for https_proxy * Add decoding numeric XML entities * Improve OpenSSL code * Improve WolfSSL code * Improve the progress bar * New function wget_xml_decode_entities_inline() * Support compilation of wget.h from C++ * Handle comments in robots.txt correctly * Fix parsing HTMP/XML entities in URLs from HTML/XML * Fix use-after-free when updating blacklist entries * Don't try setting file timestamps on ttys * Fix arguments parsing for --filter-urls * Fix removing fragments when converting links * Fix duplicate downloads for Link headers with rel=duplicate * Fix segmentation fault (NULL dereference when no HTTP header has been received) * Change arguments of wget_iri_compare to const * Fix memory leak in wget_hashmap_clear() * Extend network error messages with hostname and IP address * Fix status code for 5xx errors * Fix issue in wget_buffer_trim() * Improve tests, documentation, building