Code

Don't let roundup_server.run() interpret the command-line arguments,
[roundup.git] / CHANGES.txt
index f1e46add3e0f552ea2c6ea32a77a49b1a285ebb1..4e1a4ae266895cec6e8a134909acea694e1e4d3e 100644 (file)
@@ -24,7 +24,9 @@ Fixed:
   (bug #798659).
 - Remove empty lines before sending strings off to the csv parser 
   (bug #821364).
-- added flush() to DevNull (sf bug #835365)
+- Date arithmetic was utterly broken, and has been for a long time.
+  Date +/- Interval now works, and Date - Date also works (produces
+  an Interval.
 
 Cleanup:
 - Replace curuserid attribute on Database with the extended getuid() method.
@@ -42,6 +44,8 @@ Fixed:
 - Added note to upgrading doc for detectors fix in 0.6.2
 - added script to help migrating queries from pre-0.6 trackers
 - Fixed "documentation" of getnodeids in roundup.hyperdb
+- added flush() to DevNull (sf bug #835365)
+- fixed javascript for help window for only one checkbox case
 
 
 2003-09-29 0.6.2