diff options
author | Mark Sapiro <mark@msapiro.net> | 2009-08-01 12:01:28 -0700 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2009-08-01 12:01:28 -0700 |
commit | 510daed5ea265ba076c8850a670ec8de8ad50c56 (patch) | |
tree | fab06ca3dc3c5f049fe4d14fb5e7e8facbac0a34 /NEWS | |
parent | b6c23cf85d664236b4ad4d9252188eff6aa21875 (diff) | |
download | mailman2-510daed5ea265ba076c8850a670ec8de8ad50c56.tar.gz mailman2-510daed5ea265ba076c8850a670ec8de8ad50c56.tar.xz mailman2-510daed5ea265ba076c8850a670ec8de8ad50c56.zip |
Fixed a bug that could cause incorrect threading of replies to archived
messages that arrive with timestamps in the same second.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -8,6 +8,9 @@ Here is a history of user visible changes to Mailman. Bug Fixes and other patches + - Fixed a bug that could cause incorrect threading of replies to archived + messages that arrive with timestamps in the same second. + - Scrubbed HTML attachments containing tab characters would get the tabs replaced by a string of ' ' without a semicolon. Fixed. |