packaging: correct the debian changelog and the manpage file list

- dragonx.manpages listed DEBIAN/manpages/*.1, a path nothing creates,
  so dh_installman would fail on it. Point it at doc/man/*.1, which is
  where util/gen-manpages.sh writes and what doc/man/Makefile.am ships.
- Restore the 1.0.1 and 1.0.2 stanzas, reconstructed from the commits
  each tag actually contains. The file jumped 1.0.3 -> 1.0.0.
- The 1.1.0 and 1.0.0 trailers named weekdays that do not match their
  dates ("Thu, 21 Aug 2026" is a Friday; "Mon, 03 Mar 2026" is a
  Tuesday). Replace both with the real v1.1.0 and v1.0.0 tag dates,
  which fixes the weekday and the disagreement with the tag at once.
- Record the 1.2.0 peer-discovery work in its stanza.
- Drop doc/man/hushd.html and doc/man/hush-cli.html: stale Hush-branded
  pages for binaries this tree no longer builds, referenced by nothing.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01FU87LdsJZiZkfq1eXubpeo
This commit is contained in:
2026-08-25 18:36:03 -05:00
parent 092a608fd9
commit 5d3f7e520c
2 changed files with 26 additions and 5 deletions

View File

@@ -24,6 +24,11 @@ dragonx (1.2.0) stable; urgency=medium
* Clear a stale sweep flag that could otherwise leave sweeping, consolidation * Clear a stale sweep flag that could otherwise leave sweeping, consolidation
and auto-shielding permanently disabled together, and stop the async queue and auto-shielding permanently disabled together, and stop the async queue
silently discarding operations at shutdown while reporting success. 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 * Derive the release version from configure.ac in build.sh instead of a
hardcoded literal, and document container-based release builds in hardcoded literal, and document container-based release builds in
doc/build-containers.md. doc/build-containers.md.
@@ -49,7 +54,7 @@ dragonx (1.1.0) stable; urgency=medium
pre-verification, adaptive -dbcache, Sapling witness desync fix, BIP39 pre-verification, adaptive -dbcache, Sapling witness desync fix, BIP39
seed phrases, chain-level Sapling turnstile, and the audit fixes. seed phrases, chain-level Sapling turnstile, and the audit fixes.
-- DragonX Developers <dev@dragonx.is> Thu, 21 Aug 2026 22:00:00 +0000 -- DragonX Developers <dev@dragonx.is> Sun, 23 Aug 2026 10:41:53 -0500
dragonx (1.0.3) stable; urgency=medium dragonx (1.0.3) stable; urgency=medium
@@ -61,6 +66,22 @@ dragonx (1.0.3) stable; urgency=medium
-- DragonX <dan-s-dev@proton.me> Tue, 07 Jul 2026 05:49:59 +0200 -- DragonX <dan-s-dev@proton.me> 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 <dan-s-dev@proton.me> 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 <dan-s-dev@proton.me> Thu, 12 Mar 2026 01:25:21 -0500
dragonx (1.0.0) stable; urgency=medium dragonx (1.0.0) stable; urgency=medium
* Initial release of DragonX, forked from Hush Full Node * 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 * RandomX proof-of-work, 36-second block time, fully shielded transactions
* New binary names: dragonxd, dragonx-cli, dragonx-tx * New binary names: dragonxd, dragonx-cli, dragonx-tx
-- DragonX <dan-s-dev@proton.me> Mon, 03 Mar 2026 00:00:00 +0000 -- DragonX <dan-s-dev@proton.me> Tue, 10 Mar 2026 19:39:55 -0500
hush (3.10.5) stable; urgency=medium hush (3.10.5) stable; urgency=medium

View File

@@ -1,3 +1,3 @@
DEBIAN/manpages/dragonx-cli.1 doc/man/dragonxd.1
DEBIAN/manpages/dragonx-tx.1 doc/man/dragonx-cli.1
DEBIAN/manpages/dragonxd.1 doc/man/dragonx-tx.1