diff options
| author | Barry Warsaw | 2007-06-27 23:01:56 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2007-06-27 23:01:56 -0400 |
| commit | 4053185269d20fff1e4cef20017eeef2d343be92 (patch) | |
| tree | 6c7933f933b5f315217a249e182645e570f964c3 /docs | |
| parent | 9344d94ef8e0a92a27517b5bd5b34f57c9b7bfaa (diff) | |
| download | mailman-4053185269d20fff1e4cef20017eeef2d343be92.tar.gz mailman-4053185269d20fff1e4cef20017eeef2d343be92.tar.zst mailman-4053185269d20fff1e4cef20017eeef2d343be92.zip | |
Repair docfiles broken with the new ISwitchboard interface. Mostly these were
due to the change from the method Switchboard.files() to the generator
property Switchboard.files.
Add support in cleaning_teardown() for the doctests for removing all queue
files leftover after a test is complete. This way, failures in one test that
queues files won't break all subsequent such tests.
Update the 2.1.9 section of the NEWS.txt file from the Mailman 2.1 branch.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/NEWS.txt | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/docs/NEWS.txt b/docs/NEWS.txt index 10b018817..2cc28963e 100644 --- a/docs/NEWS.txt +++ b/docs/NEWS.txt @@ -148,7 +148,7 @@ Here is a history of user visible changes to Mailman. incorrectly suppressed in messages that Mailman sends directly to users. -2.1.9 (xx-xxx-xxxx) +2.1.9 (12-Sep-2006) Security @@ -157,6 +157,16 @@ Here is a history of user visible changes to Mailman. unsuspecting administrator to visit a phishing site. This has been blocked. Thanks to Moritz Naumann for its discovery. + - Fixed denial of service attack which can be caused by some + standards-breaking RFC 2231 formatted headers. CVE-2006-2941. + + - Several cross-site scripting issues have been fixed. Thanks to Moritz + Naumann for their discovery. CVE-2006-3636 + + - Fixed an unexploitable format string vulnerability. Discovery and fix + by Karl Chen. Analysis of non-exploitability by Martin 'Joey' Schulze. + Also thanks go to Lionel Elie Mamane. CVE-2006-2191. + Internationalization - New languages: Arabic, Vietnamese. |
