From afb9edf40b8256fcc5433be6450167323d06959e Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 15 Jun 2023 20:40:54 +0100 Subject: [PATCH] Changelog: Document changes and finalise 1.1.8 Signed-off-by: Ian Jackson --- debian/changelog | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/debian/changelog b/debian/changelog index db49f6d..1a17071 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,32 @@ +hippotat (1.1.8~) unstable; urgency=medium + + Dependencies: + * base64: update to 0.21 and fix code to build with it + [Peter Green, Ian Jackson] Closes: #1037351. + We are now incompatible with Debian bookworm, and targeting trixie. + * clap: update to clap 4 and fix code to build and run with it. + + Packaging: + * Make version minima in Cargo.toml accurate (and tested). + * Tidying-up of Cargo.toml. + * Update the provided Cargo.lock. + + Debian packaging: + * Add version specifiers for all Rust build-dependencies. + (Extracted from the Cargo.toml's minima, which are now correct.) + * debian/update-build-deps: Add --check mode + * debian/update-build-deps: Use a real TOML parser + * debian/update-build-deps: Scan macros/ too + + Tests: + * test/capture-log: Make it possible to disable capturing + * Add many gitlab (sal) CI tests of both upstream and Debian builds, + cargo audit, metadata consistency, etc. + Sadly no end-to-end client/server tests due to lack of a + convenient machine-level isolation facility. + + -- Ian Jackson Thu, 15 Jun 2023 22:16:53 +0100 + hippotat (1.1.7) unstable; urgency=medium Build system: -- 2.30.2