summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debian/changelog21
-rw-r--r--minidinstall/version.py2
2 files changed, 22 insertions, 1 deletions
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 <unit193@debian.org> 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"