summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2019-05-03 21:08:09 -0700
committerSean Whitton <spwhitton@spwhitton.name>2019-05-03 21:51:41 -0700
commitb0aa9fc4b5d6fffda94e68a8e21b337789d117fa (patch)
tree1949b5034cd5a5d38d2225ae8ba86a5f8987fbdb /debian/changelog
parenteb46ea661857465629e06e4ca3527a38de3aeea7 (diff)
downloadmailscripts-b0aa9fc4b5d6fffda94e68a8e21b337789d117fa.tar.gz
mbox2maildir: acquire a lock, and flush after copying all messages
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 41d4180..067f965 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+mailscripts (0.8-1) UNRELEASED; urgency=medium
+
+ * mbox2maildir: acquire a lock before touching the Maildir, and be sure
+ to flush after copying messages.
+ Per the docs for Python's mailbox module.
+
+ -- Sean Whitton <spwhitton@spwhitton.name> Fri, 03 May 2019 21:08:09 -0700
+
mailscripts (0.7-1) unstable; urgency=high
* notmuch-slurp-debbug: Fix the --bts-server argument.