summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2019-03-04 19:42:04 -0700
committerSean Whitton <spwhitton@spwhitton.name>2019-03-04 19:45:52 -0700
commit0fe76a1980dfcbfe176573ec5ab1d6b360f75b17 (patch)
treedb67984553e37b809e6ca042ca72891ef83c9b4b /debian/changelog
parentcff0e39b9dbf35970ce154efb0621f5abbfd2387 (diff)
downloadmailscripts-0fe76a1980dfcbfe176573ec5ab1d6b360f75b17.tar.gz
notmuch-slurp-debbug: avoid invoking superfluous shells
Reported-by: Paul Wise <pabs@debian.org> Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog8
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 4d66144..f6df532 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+mailscripts (0.5-1) UNRELEASED; urgency=medium
+
+ * notmuch-slurp-debbug: Avoid invoking entirely superfluous shells when
+ calling other tools.
+ Thanks to Paul Wise for reporting that the code was doing that.
+
+ -- Sean Whitton <spwhitton@spwhitton.name> Mon, 04 Mar 2019 19:40:38 -0700
+
mailscripts (0.4-1) unstable; urgency=medium
* Do not import messages without a Message-Id header (Closes: #909835).