Code

add and use Reject exception (sf bug 700265)
[roundup.git] / CHANGES.txt
index 2c9f6ef13a087d2bd55ad99ebedfa3f6dad1998c..b00dbb9c70dd08e556c0913377aee4acd9922a90 100644 (file)
@@ -1,6 +1,22 @@
 This file contains the changes to the Roundup system over time. The entries
 are given with the most recent entry first.
 
+2004-??-?? 0.7.0b2
+Feature:
+- added CSV export to index pages
+- 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