summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-05-11 15:25:35 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-05-11 15:25:35 -0700
commit75df035544868a65e2a3d5603e65fc6f578e1550 (patch)
treeb8b0cfde404dcb0dd84e5b986f5107ae560b7b9c /debian/changelog
parentc92a2b7d7aa9467e9ff69643ee46874dfb9eb829 (diff)
parentab4acbc313dc1a20e166045e61c603053c4f00dc (diff)
downloadmailscripts-75df035544868a65e2a3d5603e65fc6f578e1550.tar.gz
Merge tag 'debian/0.20-1' into buster-bpo
mailscripts release 0.20-1 for unstable (sid) [dgit] [dgit distro=debian no-split --quilt=linear] # gpg: Signature made Tue 05 May 2020 10:57:07 AM MST # gpg: using RSA key 9B917007AE030E36E4FC248B695B7AE4BF066240 # 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 1adf758..65f69a9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,31 @@
+mailscripts (0.20-1) unstable; urgency=medium
+
+ * imap-dl: Fix failure when python3-gssapi isn't installed (Closes: #955011).
+ Thanks to Robbie Harwood for the patch.
+ * imap-dl: Update for imaplib type changes (Closes: #959607).
+ Thanks to Robbie Harwood for the patch and David Bremner for testing.
+ * notmuch-slurp-debbug: Fix reading configuration file (Closes: #958391).
+ Thanks to intrigeri for the patch.
+ * mailscripts.el:
+ - Change prompt "branch name" -> "new branch name".
+ When the user inputs a branch name, it is used only to attempt the
+ creation of a new branch, but the old prompt suggests that inputting
+ an existing branch name would cause that branch to be checked out.
+ - Add mailscripts-detach-head-from-existing-branch defcustom.
+ - notmuch-extract-message-patches: set NO-STRICT-MIME argument of
+ `mm-dissect-buffer' to enable extracting patches from more messages.
+ - notmuch-extract-message-patches: attempt to improve regexp to
+ extract more wanted patches.
+ * maildir-import-patch: Prepend "[PATCH fooproject imported]" to the
+ subject lines of patches, unless the user supplies a --subject-prefix
+ option to be passed on to git-format-patch(1).
+ This makes patches generated by this script more easily
+ distinguishable from patches really received by e-mail.
+ - Add libgit-wrapper-perl to Recommends.
+ * Add mailing list & IRC channel info to CONTRIBUTING.rst.
+
+ -- Sean Whitton <spwhitton@spwhitton.name> Tue, 05 May 2020 10:53:38 -0700
+
mailscripts (0.19-1~bpo10+1) buster-backports; urgency=medium
* Rebuild for buster-backports.