summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog24
1 files changed, 24 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index cd1a2f0..f69a0b9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,27 @@
+mailscripts (0.7-1) unstable; urgency=high
+
+ * notmuch-slurp-debbug: Fix the --bts-server argument.
+ The 0.6 release broke use of this argument.
+
+ -- Sean Whitton <spwhitton@spwhitton.name> Wed, 06 Mar 2019 11:37:42 -0700
+
+mailscripts (0.6-1) unstable; urgency=high
+
+ * notmuch-slurp-debbug: Further ensure that superfluous shells are not
+ invoked by switching from system() and backticks to functions from
+ IPC::System::Simple.
+ - d/control: add runtime dependency on libipc-system-simple-perl.
+
+ -- Sean Whitton <spwhitton@spwhitton.name> Wed, 06 Mar 2019 11:14:30 -0700
+
+mailscripts (0.5-1) unstable; urgency=high
+
+ * notmuch-slurp-debbug: Avoid invoking entirely superfluous shells when
+ calling other tools. This is a security risk.
+ Thanks to Paul Wise for reporting that the code was doing that.
+
+ -- Sean Whitton <spwhitton@spwhitton.name> Tue, 05 Mar 2019 09:38:56 -0700
+
mailscripts (0.4-1~bpo9+1) stretch-backports; urgency=medium
* Rebuild for stretch-backports.