Freenet 0.7.5 build 1503 is now available. [overview]
This is a hotfix release that fixes regressions in 1502:
Fix a thread leak from the vulnerability mitigation that caused very fast nodes to overload after a few days, because the number of waiting threads exceeded the thread limit. Thanks to bertm for finding a minimally invasive solution and max_iops for reporting the problem and testing fixes!
Fix a problem displaying Freesites that include an input tag without type. Sites with such an incomplete input tag can now be visited again. Thanks to torusrxxx!
Fix the test for UserAlertManager where localization didn’t work correctly. Thanks to Bombe!
Add two new seednodes to speed up inital connection in Opennet. Thank you!
Thank you for using Hyphanet!
- AB
Developer changelog:
2025-07-06
Changes in 1503:
-
fix thread leak from the vulnerability mitigation, thanks to bertm for finding a minimally invasive solution and max_iops for reporting the problem and testing fixes
-
fix filter breakage when input tags had no type, thanks to torusrxxx
-
fix UserAlertManagerTest, thanks to Bombe
-
add two seednodes to the installers
-
AB
[include shortlogs of any installer or plugin changes]
Arne Babenhauserheide (3):
contributing.md: Clarify that all functional changes must be reviewed
Update CONTRIBUTING.md
Update CONTRIBUTING.md
Arne Babenhauserheide (freenet releases) (3):
update debian package to 1502
Update default bookmark editions
Build 1503
Bert Massop (2):
Fix noderef folder permissions for Debian package
BlockTransmitter: prevent 0.2% of jobs from stalling
David ‘Bombe’ Roden (1):
🐛 Fix UserAlertManager test
torusrxxx (2):
Fix NullPointerException in input tag filter
Allow input tag without type