summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@unit193.net>2024-05-22 17:34:34 -0400
committerLibravatarUnit 193 <unit193@unit193.net>2024-05-22 18:20:11 -0400
commitb2c8a63b55012e57d6e85a1cb077e7df433c6677 (patch)
tree986575f6eefa26bc677122d5768169fd05b2e102
parent95bf5d2cfcc415b01c4002bcf4bdc8aa982ea97f (diff)
Update changelog for release.HEADdebian/0.7.3master
-rw-r--r--debian/changelog25
-rw-r--r--minidinstall/version.py2
2 files changed, 26 insertions, 1 deletions
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 <unit193@debian.org> 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"