diff options
author | Mark Sapiro <mark@msapiro.net> | 2009-07-31 15:37:29 -0700 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2009-07-31 15:37:29 -0700 |
commit | f2396437f76d97fefedb55179390851c4fd05592 (patch) | |
tree | 3e30e9be19ef4cabb21b9bf08d541b82e70c7269 /NEWS | |
parent | 0f74db6fb0ae5a4fcdfaaf1976d196efc01ab0b0 (diff) | |
download | mailman2-f2396437f76d97fefedb55179390851c4fd05592.tar.gz mailman2-f2396437f76d97fefedb55179390851c4fd05592.tar.xz mailman2-f2396437f76d97fefedb55179390851c4fd05592.zip |
Backported several bug fixes from the 2.2 branch.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -8,6 +8,27 @@ Here is a history of user visible changes to Mailman. Bug Fixes and other patches + - Scrubbed HTML attachments containing tab characters would get the tabs + replaced by a string of ' ' without a semicolon. Fixed. + + - Caught a TypeError in content filtering, collapse alternatives that + occurred with a malformed message if a multipart/alternative part + wasn't multi-part. Reported in comments to bug #266230. + + - Fixed a few things in bin/update: + - Changed some old messages for more current meaning. + - Fixed qfiles update to not lose metadata from 2.1.5+ format entries. + - Fixed 2.0.x template migration to not die if the templates/ tree + contains subdirectories from a version control system. + + - Fixed a bug that would show a list on the admin and listinfo overview + pages if its web_page_url host contained the current host as a + substring. Bug #342162. + + - Fixed a bug in Utils.canonstr() that would throw a UnicodeDecodeError + if the string contained an HTML entity > 255 and also characters in the + 128-255 range. Bug #341594. + - Added recognition for more bounces. - Updated contrib/mmdsr to report preserved messages. |