Code

Add 'return' after failed permission checks in search/editCSV actions.
[roundup.git] / CHANGES.txt
index 0f35bd00154d315b7046ee655c34edc5076d3b72..c43df08f9a96139493fa08472aa9047bbd8a712b 100644 (file)
@@ -15,6 +15,8 @@ Feature:
 - Existing trackers (ie. live ones) may be used as templates for new
   trackers - the TEMPLATE-INFO.txt name entry has the tracker's dir name
   appended (so the demo tracker's template name is "classic-demo")
+- Always sort MultilinkHTMLProperty in the correct order, usually
+  alphabetically (sf feature 790512).
 
 Fixed:
 - mysql documentation fixed to note requirement of 4.0+ and InnoDB
@@ -49,18 +51,25 @@ Cleanup:
 - Use FormError in client.py, moving the handling up to inner_main().
 - Implemented semantic comparison of Message objects in test_mailgw. 
 
-2003-10-?? 0.6.3
+2003-??-?? 0.6.4
+Fixed:
+- Fixed activity displaying as future because of Date arithmetic fix in 0.6.3
+(sf bug 842027).
+
+2003-11-14 0.6.3
 Fixed:
 - Fixed detectors fix incorrectly fixed in bugfix release 0.6.2
 - 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)
+- Added flush() to DevNull (sf bug 835365)
 - Fixed javascript for help window for only one checkbox case
 - Date arithmetic was utterly broken, and has been for a long time.
   Date +/- Interval now works, and Date - Date also works (produces
   an Interval.
 - Handle socket timeout exception (thanks Marcus Priesch)
+- Fixed retirement of items in rdbms imports (sf bug 841355)
+- Fixed bug in looking up journal of newly-created items in *dbm backends
 
 
 2003-09-29 0.6.2