From d94b75087e16cf444b119b48e5093ec39e25e6a2 Mon Sep 17 00:00:00 2001 From: Duke Date: Thu, 15 May 2025 12:22:51 -0400 Subject: [PATCH] Update relnotes --- doc/relnotes/README.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/doc/relnotes/README.md b/doc/relnotes/README.md index 8ce5e027c..b9a3700f8 100644 --- a/doc/relnotes/README.md +++ b/doc/relnotes/README.md @@ -11,8 +11,27 @@ also because they censor many people around the world and work with evil organizations. # Hush 3.10.4 "" - * Add CLI options `-disableipv4` and `-disableipv6` which can be used to disable IPv4/IPv6 + * Updated seed node list + * New CLI option -clearnet=0 which disables clearnet networking, i.e. only Tor or i2p are allowed + * -clearnet=0 is equivalent to the following CLI params: +``` +-disableipv4=1 +-disableipv6=1 +-dns=0 +-dnsseed=0 +-bind=127.0.0.1 +-onlynet="onion" +-onlynet="i2p" +-onion="127.0.0.1:9050 +-i2psam="127.0.0.1:7656" +``` + * Note that at least one of a Tor or i2p daemon are needed for -clearnet=0, both are not needed but supported + * Add CLI options `-disableipv4` and `-disableipv6` which can be used to disable IPv4 or IPv6 * Updated ASmap, which maps IP addresses to Autonomous System (AS) numbers + * Added ASmap health check, which logs stats about the ASmap once per 24 hours + * Improved cjdns/i2p/tor docs + * Updated protocol version + * Fixed warnings caused by newer compilers # Hush 3.10.3 "Persistent Pezoporus"