From b2c8a63b55012e57d6e85a1cb077e7df433c6677 Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Wed, 22 May 2024 17:34:34 -0400 Subject: Update changelog for release. --- debian/changelog | 25 +++++++++++++++++++++++++ minidinstall/version.py | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 27f4700..01e7336 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,28 @@ +mini-dinstall (0.7.3) unstable; urgency=medium + + [ Krytarik Raido ] + * [d1d92b5] Improve handling of mail features. (Closes: #1027267, #1027268) + * [298f88d] Fix deprecation warnings on Thread.getName() (Closes: #1055247) + * [b2b0bf3] Fix infinite loop on faulty Changes files. (LP: #1835212) + * [a2969f0] Fix deprecation warnings on Thread.isSet() + * [b9730cb] Update for Python 3.12 + + [ Christoph Goehre ] + * [ad12a30] Check GPG keyrings for read access before using them. + (Closes: #1027263) + + [ Gioele Barabucci ] + * [887a02c] gitignore: Ignore temp files and Python cache + + [ Franz Heger ] + * [6038d1e] Resolve aliases when rejecting changes files + * [5819c56] Skip missing files when rejecting packages + + [ Unit 193 ] + * [95bf5d2] Add a simple systemd user unit, disabled by default. + + -- Unit 193 Wed, 22 May 2024 17:34:13 -0400 + mini-dinstall (0.7.2) unstable; urgency=medium [ Gioele Barabucci ] diff --git a/minidinstall/version.py b/minidinstall/version.py index 80e31c1..414ecef 100644 --- a/minidinstall/version.py +++ b/minidinstall/version.py @@ -1 +1 @@ -pkg_version = "0.7.2" +pkg_version = "0.7.3" -- cgit v1.2.3