Code

Split off implementation notes into separate file in doc directory. Added
[roundup.git] / CHANGES.txt
index 030a80050d835bcec20408b731db7b70d9f30a90..9549629c9029ba027e841235733ac76f8daae381 100644 (file)
@@ -72,6 +72,11 @@ Fixes:
 
 
 2001-07-28 - 0.2.1
+Features:
+ . Added docstring to roundup package so pydoc reports useful information.
+ . Added the roundup 1 software carpentry submission HTML to the doc
+   directory as "overview.html".
+
 Fixes:
  . Fixed bug in init command - templatebuilder was assuming existence of
    "html" directory in instance home.
@@ -81,3 +86,11 @@ Fixes:
  . Fixed some non-string node ids in cgi_client now that the hyperdb is
    strict about such things.
 
+
+2001-07-?? - 0.2.2
+Features:
+ . Added implementation.txt to the doc directory. Contains implementation
+   notes specific to this implementations of Roundup.
+ . Cleaned up mailgw some (subclass Message for getPart) and added some
+   tests for multipart splitting.
+