summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2019-11-15 18:02:48 -0700
committerSean Whitton <spwhitton@spwhitton.name>2019-11-15 18:18:50 -0700
commitbb2eb59ef72b92e598f149d3987f0969386223ab (patch)
treeb00424d72c977cd0e101d41b4c3e9e8b319f1d9d
parent2bb2b573ad9ceaee58986b04fd4688fec4129569 (diff)
downloadmailscripts-bb2eb59ef72b92e598f149d3987f0969386223ab.tar.gz
changelog
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
-rw-r--r--debian/changelog6
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index caf14cc..2c200f5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,12 @@ mailscripts (0.14-1) UNRELEASED; urgency=medium
* email-print-mime-structure: add bash completion (Closes: #944434).
Thanks to Daniel Kahn Gillmor for the patch.
+ - Build-depend on bash-completion, python3-argcomplete.
+ - Recommend python3-argcomplete.
+ * email-print-mime-structure: replace --use-gpg-agent=true with
+ --use-gpg-agent, and add --no-use-gpg-agent (Closes: #944475).
+ This is due to limitations in Python's argparse library.
+ Thanks to Daniel Kahn Gillmor for the report and a patch.
* Declare compliance with Debian Policy 4.4.1.
Thanks to Daniel Kahn Gillmor for taking the time to verify that no
changes are required.