diff --git a/contrib/debian/changelog b/contrib/debian/changelog index 98a9e8946..535e69401 100644 --- a/contrib/debian/changelog +++ b/contrib/debian/changelog @@ -1,3 +1,22 @@ +hush (3.10.3) stable; urgency=high + + * Use WolfSSL 4.8.1 which prevents nodes from getting stuck in general and when shutting down + * Set minimum fee to 0.1 HUSH per 1 KB of data if `OP_RETURN` is used. + * A feature in absurd fee that allows sending amount < fee, can be used only in a full node by advanced users. + * Fixed various bugs relating to lock ordering and missing locks + * Fixed RPC docs for addnode and disconnectnode having the incorrect port for HACs + * Value of DEBUG_LOCKORDER is now logged to debug.log on node startup + * New script ./debug-build.sh to make it easier to make debug builds + * DragonX nodes now have their own list of seed nodes + * Hush nodes now have their own protocol version which is independent from HACs + * Fixed off-by-one bug in `newSietchRecipient` + * Performance improvement to `ActivateBestChainStep` ed86f2dd1d + * Improved navigation in README for new users. + * Updated doc/release-process.md to resolve Issue #407 + * Added build.sh checks for as and ld to be installed to resolve Issue #73 + + -- Hush Core Mon, 30 Sep 2024 11:22:33 -0700 + hush (3.10.2) stable; urgency=medium * Upgraded WolfSSL to 5.2.0 on Linux and Mac: #380. diff --git a/doc/relnotes/README.md b/doc/relnotes/README.md index 823d6edbb..41f6a786b 100644 --- a/doc/relnotes/README.md +++ b/doc/relnotes/README.md @@ -24,6 +24,8 @@ evil organizations. * Fixed off-by-one bug in `newSietchRecipient` * Performance improvement to `ActivateBestChainStep` https://git.hush.is/hush/hush3/commit/ed86f2dd1da370fe2dbf7db475afc41b218cbc5f * Improved navigation in README for new users. + * Updated doc/release-process.md to resolve Issue #407 + * Added build.sh checks for as and ld to be installed to resolve Issue #73 # Hush 3.10.2 "Fiendish Fenrir"