Code

Fix for sqlite backend migration.
[roundup.git] / CHANGES.txt
index 952d337e62e659167e1fd89131ed8f1303c613c2..d7b3d19e6ae2eaa924fe3e13020791dc8a51e465 100644 (file)
@@ -4,8 +4,8 @@ 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 emailauditor.py which works around a bug in IE. See
+  "detectors/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
@@ -15,9 +15,11 @@ Feature:
 Fixed:
 - Boolean HTML templating was broken
 - Link HTML templating field() was broken
-- Fix reporting of test inclusion in postgresql test
+- fix reporting of test inclusion in postgresql test
 - EditAction was confused about who "self" was
-- Edit collision detection was broken for index-page edits
+- edit collision detection was broken for index-page edits
+- sqlite backend wasn't migrating multilink tables correctly
+- use SimpleCookie instead of Cookie (is an alias for the evil SmartCookie)
 
 
 2004-03-24 0.7.0b1