From a681be9cefab750e7712a9a2c434b86aaaa03238 Mon Sep 17 00:00:00 2001 From: Gregory Szorc Date: Fri, 3 Nov 2023 14:22:22 +0800 Subject: [PATCH] debian-packaging: fill in changelog --- debian-packaging/CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/debian-packaging/CHANGELOG.md b/debian-packaging/CHANGELOG.md index 09e57141..1b7a31f2 100644 --- a/debian-packaging/CHANGELOG.md +++ b/debian-packaging/CHANGELOG.md @@ -6,7 +6,14 @@ Released on ReleaseDate. -* `pgp-cleartext` 0.9 -> 0.10. +* MSRV 1.62 -> 1.70. +* Package version lexical comparison reworked to avoid sorting. +* `.deb` tar archives now correctly encode directories as directory entries. +* Release files with `Contents*` files in the top-level directory are now + parsed without error. The stored `component` field is now an + `Option` and various APIs taking a `component: &str` now take + `Option<&str>` since components are now optional. +* Various package updates to latest versions. ## 0.16.0 and Earlier