From a6ac94b4922602af64f22b86ba5347ad95fcda44 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 12 Jan 2023 17:40:53 +0000 Subject: [PATCH] Update version to 1.1.7 and document chnages Signed-off-by: Ian Jackson --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- debian/changelog | 17 +++++++++++++++++ macros/Cargo.toml | 2 +- 4 files changed, 21 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4fb12bf..abef0a6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -478,7 +478,7 @@ dependencies = [ [[package]] name = "hippotat" -version = "1.1.6" +version = "1.1.7" dependencies = [ "backtrace", "base64", @@ -517,7 +517,7 @@ dependencies = [ [[package]] name = "hippotat-macros" -version = "1.1.6" +version = "1.1.7" dependencies = [ "itertools", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index b892bf5..16f9cd7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "hippotat" -version = "1.1.6" +version = "1.1.7" edition = "2018" description="Asinine HTTP-over-IP" license="GPL-3.0-or-later" diff --git a/debian/changelog b/debian/changelog index 7eed9cf..db49f6d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,20 @@ +hippotat (1.1.7) unstable; urgency=medium + + Build system: + * Makefile; Install the hippotat-setup-permissions(8) + manpage to the right place. (Bug introduced in 1.1.6.) + * debian: ship the hippotat-setup-permissions(8) manpage. + * init script: Demote userv and $syslog to Should-Start. + * Update dependencies in provided Cargo.lock. + + Changes specifically for uploading to Debian: + * debian/update-build-deps: support replacement (override) + * Declare that we need clap 3, with +derive + * Run dh_missing --fail-missing (for QA test) + * Change source format to 1.0 (native) so we can have a revision + + -- Ian Jackson Thu, 12 Jan 2023 18:50:36 +0000 + hippotat (1.1.6) unstable; urgency=medium Improvements: diff --git a/macros/Cargo.toml b/macros/Cargo.toml index 5f7293e..08a4151 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "hippotat-macros" -version = "1.1.6" +version = "1.1.7" edition = "2018" description="Asinine HTTP-over-IP, proc-macros" license="GPL-3.0-or-later" -- 2.30.2