From d3f486e59ffbb825281f1c1720b4f7ab1767c331 Mon Sep 17 00:00:00 2001 From: jahway603 Date: Sun, 6 Jul 2025 12:32:20 -0400 Subject: [PATCH] Updated Debian Package files for 3.10.4 release --- contrib/debian/changelog | 17 +++++++++++++++++ contrib/debian/copyright | 2 +- contrib/debian/hush.manpages | 1 + 3 files changed, 19 insertions(+), 1 deletion(-) diff --git a/contrib/debian/changelog b/contrib/debian/changelog index 421d39379..c5e4ff255 100644 --- a/contrib/debian/changelog +++ b/contrib/debian/changelog @@ -1,3 +1,20 @@ +hush (3.10.4) stable; urgency=medium + + * Updated seed node list + * z_sendmany change: Now supports UTF8 strings as memos instead of hex + * New optional z_sendmany 5th argument allows an OP_RETURN for the transaction + * New CLI option -clearnet=0 which disables clearnet networking + * Using -mineraddress with -clearnet=0 disallowed since would reduce privacy + * Add CLI options -disableipv4 and -disableipv6 to disable IPv4 or IPv6 + * New HAC CLI consensus option -ac_minopreturnfee + * 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 compiler versions + + -- Hush Core Sun, 06 Jul 2025 09:48:13 -0400 + hush (3.10.3) stable; urgency=high * Use WolfSSL 4.8.1 to prevent nodes from getting stuck and when shutting down diff --git a/contrib/debian/copyright b/contrib/debian/copyright index 905f248bb..67a3957bf 100644 --- a/contrib/debian/copyright +++ b/contrib/debian/copyright @@ -1,5 +1,5 @@ Files: * -Copyright: 2016-2024, The Hush developers +Copyright: 2016-2025, The Hush developers 2009-2016, Bitcoin Core developers License: GPLv3 Comment: https://hush.is diff --git a/contrib/debian/hush.manpages b/contrib/debian/hush.manpages index 9f2665c3e..6685edb09 100644 --- a/contrib/debian/hush.manpages +++ b/contrib/debian/hush.manpages @@ -1,2 +1,3 @@ DEBIAN/manpages/hush-cli.1 +DEBIAN/manpages/hush-tx.1 DEBIAN/manpages/hushd.1