Code

pre-beta2 stuff
[roundup.git] / CHANGES.txt
index b6217a3f432db26eabfe32b773ad30de90ceecbe..343e51eb45e20b155df6be615c8cc801b9450da4 100644 (file)
@@ -1,19 +1,18 @@
 This file contains the changes to the Roundup system over time. The entries
 are given with the most recent entry first.
 
-2002-09-?? 0.5.0 beta2
-Fixed:
+2002-09-13 0.5.0 beta2
  . all backends now have a .close() method, and it's used everywhere
  . fixed bug in detectors __init__
  . switched the default issue item display to only show issue summary
-   (add instructions to doc to make it display entire content)
-
-Feature:
+   (added instructions to doc to make it display entire content)
+ . MANIFEST.in was missing a lot of template files
  . added generic item editing
  . much nicer layout of template rendering errors
  . added context/is_edit_ok and context/is_view_ok convenience methods and
    implemented use of them in the classic template
 
+
 2002-09-11 0.5.0 beta1
 Fixed:
  . #576086 ] dumb copying mistake (frontends/ZRoundup.py)