Summary
This release contains several bug fixes and improvements to IPv4/6 handling.
Development Funding
Current development relies on donations, and as such is highly appreciated.
Donations make futher development possible, and as such are highly appreciated:
- Paypal
- Patreon
- SubscribeStar
- Bitcoin: 1MpmXm5AHtdBoDaLZstJw8nupJJaeKu8V8
- Ethereum: 0x9AB1e3C3d8a875e870f161b3e9287Db0E6DAfF78
- Litecoin: LdyaVR67LBnTf6mAT4QJnjSG2Zk67qxmfQ
- Cardano: addr1qytaslmqmk6dspltw06sp0zf83dh09u79j49ceh5y26zdcccgq4ph7nmx6kgmzeldauj43254ey97f3x4xw49d86aguqwfhlte
What's Changed
Features and Improvements
- Removed CurlGet's timeout and rely only on libcurl. by @rakshasa
- Added dual listening ports when both IPv4 and IPv6 are bound. by @rakshasa
- Reopen listen sockets when changing bind addresses. by @rakshasa
Bug Fixes
- scripts/common.m4: Insert spaces in shell lists by @kraj
- Properly handle ECONNABORTED from accept(). by @rakshasa
- Run OpenBSD in unit tests workflow by @ikmckenz
- Fixed issue with CURL socket not being removed from polling. by @rakshasa
- Fixed PEX address corruption bug. by @rakshasa
- Don't use encrypted connections for metadata downloads. by @rakshasa
- Chore/update logging docs by @adenwuts
- Export 'group2.*' commands that were mistakenly deprecated. by @rakshasa