From 7d908f4378e4d7bb6a84298a31379b270cdb6868 Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Sat, 5 Feb 2022 22:19:56 -0500 Subject: Release to unstable. --- debian/changelog | 21 +++++++++++++++++++++ minidinstall/version.py | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index a9e332a..256ea32 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,24 @@ +mini-dinstall (0.7.1) unstable; urgency=medium + + [ Krytarik Raido ] + * [7ea6bb3] Don't capture stderr on apt-ftparchive, not used anyway. + (Closes: #990414) + * [f712a8f] Fix regression in parsing 'incoming_permissions' setting. + (Closes: #991312) + + [ Thijs Kinkhorst ] + * [0297e76] Fix typo and update address while we're at it + + [ Unit 193 ] + * [82aee2a] In do_rename, use copy+delete rather than rename to solve + some ownership problems. + * [bc3e9eb] d/control: Update my email address. + * [ec30570] d/control: R³: no. + * [725939f] d/control: Bump DH compat to 13. + * [c8e734f] Update Standards-Version to 4.6.0. + + -- Unit 193 Sat, 05 Feb 2022 22:18:14 -0500 + mini-dinstall (0.7.0) unstable; urgency=medium [ Unit 193 ] diff --git a/minidinstall/version.py b/minidinstall/version.py index 3cfa9a2..1701838 100644 --- a/minidinstall/version.py +++ b/minidinstall/version.py @@ -1 +1 @@ -pkg_version = "0.7.0" +pkg_version = "0.7.1" -- cgit v1.2.3