aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMark Sapiro <msapiro@value.net>2011-12-12 17:31:32 -0800
committerMark Sapiro <msapiro@value.net>2011-12-12 17:31:32 -0800
commit5326d6b9d132f23acfe1d79cfbd9793e9aa4a3a4 (patch)
treefb59bea3aaf135fa6f707f5329c925cc88750cf3 /NEWS
parentbc15f242a5910584d5f5e6c4667b9a72891b9548 (diff)
downloadmailman2-5326d6b9d132f23acfe1d79cfbd9793e9aa4a3a4.tar.gz
mailman2-5326d6b9d132f23acfe1d79cfbd9793e9aa4a3a4.tar.xz
mailman2-5326d6b9d132f23acfe1d79cfbd9793e9aa4a3a4.zip
Fixed an erroneous seek in the Mailman.Mailbox.Mailbox.AppendMessage
method that could cause a corrupt mailbox for files opened 'w+'. Bug #901957.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ba957c4a..3b07145c 100644
--- a/NEWS
+++ b/NEWS
@@ -73,6 +73,10 @@ Here is a history of user visible changes to Mailman.
Bug Fixes and other patches
+ - Fixed an erroneous seek in the Mailman.Mailbox.Mailbox.AppendMessage
+ method that could cause a corrupt mailbox for files opened 'w+'.
+ Bug #901957.
+
- A held message with a null sender caused a crash in the admindb
interface. This is fixed by changing the sender to <missing>.
Bug #897103.