diff --git a/contrib/debian/changelog b/contrib/debian/changelog index 7d8d608b2..31a3a94c9 100644 --- a/contrib/debian/changelog +++ b/contrib/debian/changelog @@ -24,6 +24,11 @@ dragonx (1.2.0) stable; urgency=medium * Clear a stale sweep flag that could otherwise leave sweeping, consolidation and auto-shielding permanently disabled together, and stop the async queue silently discarding operations at shutdown while reporting success. + * Peer discovery: seed from the round-robin DNS record seed.dragonx.is rather + than three hostnames that no longer resolve, count DNS-seeded addresses so + the fixed-seed fallback is no longer triggered spuriously, give every entry + in the compiled-in seed list its P2P port, and stop non-DRAGONX smart chains + inheriting DragonX's seeds. Adds two seed nodes in new regions. * Derive the release version from configure.ac in build.sh instead of a hardcoded literal, and document container-based release builds in doc/build-containers.md. @@ -49,7 +54,7 @@ dragonx (1.1.0) stable; urgency=medium pre-verification, adaptive -dbcache, Sapling witness desync fix, BIP39 seed phrases, chain-level Sapling turnstile, and the audit fixes. - -- DragonX Developers Thu, 21 Aug 2026 22:00:00 +0000 + -- DragonX Developers Sun, 23 Aug 2026 10:41:53 -0500 dragonx (1.0.3) stable; urgency=medium @@ -61,6 +66,22 @@ dragonx (1.0.3) stable; urgency=medium -- DragonX Tue, 07 Jul 2026 05:49:59 +0200 +dragonx (1.0.2) stable; urgency=medium + + * Fix Sapling pool persistence, and report the block subsidy and total fees + in the getblock RPC + * Fix the Windows bootstrap script and add a mirror fallback + * Fix the Windows build + * Fix the macOS Sequoia build with GCC 15 + + -- DragonX Thu, 19 Mar 2026 10:09:18 -0500 + +dragonx (1.0.1) stable; urgency=medium + + * Fix a fresh-sync failure at the difficulty reset height 2838976 + + -- DragonX Thu, 12 Mar 2026 01:25:21 -0500 + dragonx (1.0.0) stable; urgency=medium * Initial release of DragonX, forked from Hush Full Node @@ -68,7 +89,7 @@ dragonx (1.0.0) stable; urgency=medium * RandomX proof-of-work, 36-second block time, fully shielded transactions * New binary names: dragonxd, dragonx-cli, dragonx-tx - -- DragonX Mon, 03 Mar 2026 00:00:00 +0000 + -- DragonX Tue, 10 Mar 2026 19:39:55 -0500 hush (3.10.5) stable; urgency=medium diff --git a/contrib/debian/dragonx.manpages b/contrib/debian/dragonx.manpages index f4a5b20c9..0c914c93e 100644 --- a/contrib/debian/dragonx.manpages +++ b/contrib/debian/dragonx.manpages @@ -1,3 +1,3 @@ -DEBIAN/manpages/dragonx-cli.1 -DEBIAN/manpages/dragonx-tx.1 -DEBIAN/manpages/dragonxd.1 +doc/man/dragonxd.1 +doc/man/dragonx-cli.1 +doc/man/dragonx-tx.1