summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-02-20 22:12:52 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-02-20 22:12:52 -0700
commitcc1f96c07dd0612e9ae44e41f889dd40315f0d75 (patch)
treebc960e456d1cba9a4070376d63443b1ec8b8f947 /debian/changelog
parent46cedb673ae6e63724d010d3fb6a47cc209502f5 (diff)
parentbbf1fc63fa1d88ea204a8cf272511ca85a828794 (diff)
downloadmailscripts-cc1f96c07dd0612e9ae44e41f889dd40315f0d75.tar.gz
Merge tag '0.18' into buster-bpo
release 0.18 # gpg: Signature made Sat 15 Feb 2020 03:11:16 PM MST # gpg: using RSA key 9B917007AE030E36E4FC248B695B7AE4BF066240 # gpg: issuer "spwhitton@spwhitton.name" # gpg: Good signature from "Sean Whitton <spwhitton@spwhitton.name>" [ultimate] # Primary key fingerprint: 8DC2 487E 51AB DD90 B5C4 753F 0F56 D055 3B6D 411B # Subkey fingerprint: 9B91 7007 AE03 0E36 E4FC 248B 695B 7AE4 BF06 6240
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog28
1 files changed, 28 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 93f1ff8..6587c39 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,31 @@
+mailscripts (0.18-1) unstable; urgency=medium
+
+ * notmuch-extract-patch: rewrite:
+ - Split into notmuch-extract-patch(1) and mbox-extract-patch(1).
+ - Don't require -v when only one series in thread (Closes: #951218).
+ + When there is no -v, extract the patch series with the highest
+ reroll count that we see.
+ - New --trailers and --cover-letter-trailers features (Closes: #951211).
+ + --trailers is on by default; use --no-trailers to disable.
+ - Stop outputting message subjects on standard error.
+ * New dependencies on liblist-moreutils-perl, libmail-box-perl.
+ * mailscripts.el: instead of defaulting to passing --reroll-count=1 to
+ notmuch-extract-patch, don't pass any reroll count unless there is a
+ prefix arg.
+
+ -- Sean Whitton <spwhitton@spwhitton.name> Sat, 15 Feb 2020 15:10:56 -0700
+
+mailscripts (0.17-1) unstable; urgency=medium
+
+ * email-print-mime-structure: pass --disable-dirmngr to gpgsm and drop
+ <!nocheck> build-dep on dirmngr (Closes: #946111).
+ Thanks to Daniel Kahn Gillmor for a patch.
+ * New script: imap-dl (Closes: #940461).
+ Thanks to Daniel Kahn Gillmor and Jameson Rollins for the patch, and
+ others for testing out the new tool.
+
+ -- Sean Whitton <spwhitton@spwhitton.name> Fri, 14 Feb 2020 10:37:02 -0700
+
mailscripts (0.16-1~bpo10+1) buster-backports; urgency=medium
* Rebuild for buster-backports.