Mercurial > p > roundup > code
diff CHANGES.txt @ 2129:3fd672293712
add and use Reject exception [SF#700265]
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Fri, 26 Mar 2004 00:44:11 +0000 |
| parents | 39bc05a8913b |
| children | ee3cf6a44f29 |
line wrap: on
line diff
--- a/CHANGES.txt Thu Mar 25 23:14:52 2004 +0000 +++ b/CHANGES.txt Fri Mar 26 00:44:11 2004 +0000 @@ -7,12 +7,16 @@ - added new auditor, emailauditor.py, that works around a bug in IE. See emailauditor.py for more info. - added dispatcher functionality - see upgrading.txt for more info +- added Reject exception which may be raised by auditors. This is trapped + by mailgw and may be used to veto creation of file attachments or + messages. (sf bug 700265) Fixed: - Boolean HTML templating was broken - Link HTML templating field() was broken - Fix reporting of test inclusion in postgresql test + 2004-03-24 0.7.0b1 Major new features: - added postgresql backend (originally from sf patch 761740, many changes
