FreeNet full changelog
FreeNet 0.7.5 Build
released Jan 18, 2026 (New Release)
This release brings updates to plugins, optimization for routing, cleanups and upkeep.
WebOfTrust got updated to 0.4.5 build 21. Dead seed IDs got replaced by active ones. Thanks to xor!
JSTUN was updated to version 1.5: dead STUN servers are replaced with a list of standard servers to make Hyphanet nodes which require STUN to find their IP address harder to fingerprint. Thanks to Bombe!
Bertm did multiple performance optimizations deep in our core: MultiHash{Input,Output}Stream, BlockTransmitter, MersenneTwister, and RunningAverage.
Continue securely deleting the file if IOException occurred and add logging, thanks to torusrxxx
Preserve the order of peers when updating handshake IPs
?? Build source JAR in a more reproducible way, thanks to Bombe
Show radiobuttons on sky dark static theme for WoT
Update debian package to 1503, thanks to qupo1
Torusrxxx polished PeerManager and version transitions
Bombe made tests cleanup files after the run
Bombe removed translation strings of removed features
The PNG filter supports HDR chunks, thanks to Bombe and torusrxxx
Translations and the Localization Labs tooling setup are up to date again
Update MIME types, thanks to torusrxxx
Bump Gradle to 8.14.3, thanks to qupo1
Update Github Actions versions. Thanks to qupo1!
CONTRIBUTING file: Add "no spurious changes" note
Link bugs via bugs.hyphanet.org, replace dead URIs, Suggest IRC username SecRabbit in SECURITY.md, replace mailing lists reference by FMS
Changes in 1504:
Update Actions version. Thanks to qupo1!
Update the plugin WebOfTrust to 0.4.5 build 21 with dead seed IDs replaced by active ones. Thanks to xor!
Update the plugin JSTUN to version 1.5 (6) with dead JSTUN servers replaced. Thanks to Bombe!
Update MIME types, thanks to torusrxxx
Cleanup PeerManager and version transition, thanks to torusrxxx
Continue securely deleting the file if IOException occurred and add logging, thanks to torusrxxx
Link bugs via bugs.hyphanet.org, replace dead URIs, Suggest IRC use
WebOfTrust got updated to 0.4.5 build 21. Dead seed IDs got replaced by active ones. Thanks to xor!
JSTUN was updated to version 1.5: dead STUN servers are replaced with a list of standard servers to make Hyphanet nodes which require STUN to find their IP address harder to fingerprint. Thanks to Bombe!
Bertm did multiple performance optimizations deep in our core: MultiHash{Input,Output}Stream, BlockTransmitter, MersenneTwister, and RunningAverage.
Continue securely deleting the file if IOException occurred and add logging, thanks to torusrxxx
Preserve the order of peers when updating handshake IPs
?? Build source JAR in a more reproducible way, thanks to Bombe
Show radiobuttons on sky dark static theme for WoT
Update debian package to 1503, thanks to qupo1
Torusrxxx polished PeerManager and version transitions
Bombe made tests cleanup files after the run
Bombe removed translation strings of removed features
The PNG filter supports HDR chunks, thanks to Bombe and torusrxxx
Translations and the Localization Labs tooling setup are up to date again
Update MIME types, thanks to torusrxxx
Bump Gradle to 8.14.3, thanks to qupo1
Update Github Actions versions. Thanks to qupo1!
CONTRIBUTING file: Add "no spurious changes" note
Link bugs via bugs.hyphanet.org, replace dead URIs, Suggest IRC username SecRabbit in SECURITY.md, replace mailing lists reference by FMS
Changes in 1504:
Update Actions version. Thanks to qupo1!
Update the plugin WebOfTrust to 0.4.5 build 21 with dead seed IDs replaced by active ones. Thanks to xor!
Update the plugin JSTUN to version 1.5 (6) with dead JSTUN servers replaced. Thanks to Bombe!
Update MIME types, thanks to torusrxxx
Cleanup PeerManager and version transition, thanks to torusrxxx
Continue securely deleting the file if IOException occurred and add logging, thanks to torusrxxx
Link bugs via bugs.hyphanet.org, replace dead URIs, Suggest IRC use
FreeNet 0.7.5 Build
released Jul 6, 2025 (New Release)
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
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
FreeNet 0.7.5 Build
released Jun 29, 2025 (New Release)
Fix reported vulnerability:
Fix insert tracing vulnerability reported by Yonghuan Xu. Thank you very much for reporting the vulnerability and creating and testing a mitigation! This vulnerability enabled attackers to differentiate between an uploading and a forwarding node by analyzing the structure of packets in blocks. The fix randomizes the order of packets in blocks and adds a delay before the last packets are added to match the behavior when dispatching packets from received blocks.
Privacy / Safety improvements:
Privacy do not check reachability of global addresses -- prevents Java from creating global TCP/7 (echo) connections when Ping fails
Do not show download to disk for large file page on public gatewayb
Make fproxy cross origin isolated
Freesite HTML and UX improvements:
Add HTML elements meter,progress,input type=email,number,search,tel,url -- #1078 by torusrxxx
Allow freesite to set robots, googlebot and referrer=no-referrer meta tag -- #1077 by torusrxxx
Fix style
Add CSS properties
Add info how to disable autostart in GNU Linux
Add dismiss all alerts and delete all messages buttons.
Official plugins visibility adjustment: do not show unsupported plugins, always show KeyUtils, only show JSTUN, MDNSDiscovery, ThawIndexBrowser, and UPnP in advanced mode
Visible Fixes:
Update dependencies.properties wrapper files to files in java_installer to avoid downgrading the wrapper after the first start
Fix regression: compress parameter was inverted on upload.
Build the Atom XML correctly
Do not fix case (upper/lower) of header key
Fix request distribution stats
Internal code fixes:
Return valid length from RandomShortReadInputStream.read
Fix single-byte read() in various InputStream implementations
Code improvement:
Allow Class Loader to Enumerate Directory Entries. Fixes Flyway usage
Use accessor for NodeClientCore.mainExecutor
Add Accessors for PageNode’s Member Fields
Add Accessors for Two Member Fields Used in PeerNodeStatus
Remove main(...) methods and re
Fix insert tracing vulnerability reported by Yonghuan Xu. Thank you very much for reporting the vulnerability and creating and testing a mitigation! This vulnerability enabled attackers to differentiate between an uploading and a forwarding node by analyzing the structure of packets in blocks. The fix randomizes the order of packets in blocks and adds a delay before the last packets are added to match the behavior when dispatching packets from received blocks.
Privacy / Safety improvements:
Privacy do not check reachability of global addresses -- prevents Java from creating global TCP/7 (echo) connections when Ping fails
Do not show download to disk for large file page on public gatewayb
Make fproxy cross origin isolated
Freesite HTML and UX improvements:
Add HTML elements meter,progress,input type=email,number,search,tel,url -- #1078 by torusrxxx
Allow freesite to set robots, googlebot and referrer=no-referrer meta tag -- #1077 by torusrxxx
Fix style
Add CSS properties
Add info how to disable autostart in GNU Linux
Add dismiss all alerts and delete all messages buttons.
Official plugins visibility adjustment: do not show unsupported plugins, always show KeyUtils, only show JSTUN, MDNSDiscovery, ThawIndexBrowser, and UPnP in advanced mode
Visible Fixes:
Update dependencies.properties wrapper files to files in java_installer to avoid downgrading the wrapper after the first start
Fix regression: compress parameter was inverted on upload.
Build the Atom XML correctly
Do not fix case (upper/lower) of header key
Fix request distribution stats
Internal code fixes:
Return valid length from RandomShortReadInputStream.read
Fix single-byte read() in various InputStream implementations
Code improvement:
Allow Class Loader to Enumerate Directory Entries. Fixes Flyway usage
Use accessor for NodeClientCore.mainExecutor
Add Accessors for PageNode’s Member Fields
Add Accessors for Two Member Fields Used in PeerNodeStatus
Remove main(...) methods and re
FreeNet 0.7.5 Build
released Feb 17, 2025 (New Release)
Merge branch 'polish-crypt-tests-that-fail-in-gradle-but-not-in-intel
FreeNet 0.7.5 Build
released Dec 24, 2024 (New Release)
Update Freemail to v0.2.8
FreeNet 0.7.5 B1484
released Apr 26, 2019 (New Release)
Fixes or User-Agent, update AverMedia A757 support.
FreeNet 0.7.5 B1483
released Feb 19, 2019 (New Release)
Use BELOW_NORMAL_PRIORITY_CLASS instead of BACKGROUND_MODE on windows
This should fix excessive memory usage reported on Windows.
This should fix excessive memory usage reported on Windows.
FreeNet 0.7.5 B1480
released Jan 24, 2018 (New Release)
Ship new Windows Installer and Tray
Update Freemail version to v0.2.7.3-r2
Update Freemail version to v0.2.7.3-r2
FreeNet 0.7.5 B1479
released Nov 5, 2017 (New Release)
update.sh can now provide a failover via clearnet again which was broken when our website SSL certificate (provider stopped providing SSL certificates), but only for fproxy itself, not for plugins or dependencies. This is the first step to allow us to again ship changes which touch routing algorithms.
You can speed up the web interface by letting the browser cache SSK and CHK content (there is a new config option). This will however leave traces in your browser cache.
optimized network settings for the new structure since the link length fix: less peers for the same bandwidth should result in higher throughput per connection. This allows for less powerful devices to join (with low bandwidth settings) and should provide better bandwidth utilization for very fast nodes.
Re-enable RSA-based ciphers for SSL-connections to the node
You can speed up the web interface by letting the browser cache SSK and CHK content (there is a new config option). This will however leave traces in your browser cache.
optimized network settings for the new structure since the link length fix: less peers for the same bandwidth should result in higher throughput per connection. This allows for less powerful devices to join (with low bandwidth settings) and should provide better bandwidth utilization for very fast nodes.
Re-enable RSA-based ciphers for SSL-connections to the node
FreeNet 0.7.5 Build
released Sep 7, 2016 (New Release)
· Fix a major memory leak (mostly in the client layer).
· Fix a NullPointerException when unloading some plugins.
· Freemail 0.2.4.2.
· Minor fix to fproxy's use of temporary files when handling POSTs (i.e. almost anything using buttons).
· Comments, javadocs.
· Fix a NullPointerException when unloading some plugins.
· Freemail 0.2.4.2.
· Minor fix to fproxy's use of temporary files when handling POSTs (i.e. almost anything using buttons).
· Comments, javadocs.
FreeNet for Windows 7 - free download notice
Windows 7 Download periodically updates software information of FreeNet from the publisher.
« BACK
My Account
Help
Windows 7 Software Coupons
-
WinX MediaTrans
63% Off -
WinX DVD Ripper
50% Off -
FREE VPN PROXY by SEED4.ME WINDOWS
Free VPN by Seed4Me -
Media Player Morpher
85% Off -
MacX Video Converter Pro
56% Off
My Saved Stuff
You have not saved any software.
Click "Save" next to each software.
Click "Save" next to each software.
Would you like to receive announcements of new versions of your software by email or by RSS reader? Register for FREE!
Windows 7 Downloads Picks
- Dukto Portable R6
- qBittorrent 5.0.0
- Tribler 8.3.1
- FrostWire 6.13.2 B321
- Transmission-Qt 4.0.6
- Arctic Torrent 1.2.3
- BitComet (x64bit) 2.07
- uTorrent (µTorrent) 3.6.0 B47124
- eMule 0.70a
- BitComet 2.20
- BitTorrent 7.11.0 B47117
- uTorrent 3 3.6.0 Build 47162
- DC++ 0.881
- FreeNet 0.7.5 Build 1504
- Azureus 5.7.6.0
- LimeWire Basic 5.0.11.0
- Strong DC++ 2.42
- ApexDC++ 1.6.5
- Internet sharing plugin 5.0.1 Build 1126
- Bitspirit 3.6.0.550
Popular Tags
limewire
gnutella
video
torrent
ares
p2p
booster
internet
movies
sharing
download
tool
music
share
p2p client
mp3
peer to peer
emule
bittorrent
file
bearshare
speed
bittorrent client
ares galaxy
file sharing
p2p software
songs
search
accelerator
acceleration
Popular Windows 7 Software
- Network Traffic Generator and Monitor 12.6
- Firefox 64bit x64 127.0.2
- iTop VPN 7.2.0.6796
- RouterOS 7.21.2 Stable
- Google Chrome 126.0.6478.127
- Universal Maps Downloader 10.237
- SSuite NetSurfer Browser x64 2.30.16.8
- iTop Private Browser 3.1.0.255
- Allavsoft 3.28.8.9526
- NetSpot for Windows 5.1.0.703
- SSuite NetSurfer Browser 2.30.16.8
- SoftPerfect Network Scanner 26.1
- Google Chrome 17 17.0.963.78
- Dukto Portable R6
- Google Chrome Portable 126.0.6478.127
© 2026 Windows7Download.com - All logos, trademarks, art and other creative works are and remain copyright and property of their respective owners. Microsoft Windows is a registered trademarks of Microsoft Corporation. Microsoft Corporation in no way endorses or is affiliated with windows7download.com.



