Mercurial > p > roundup > code
changeset 2101:e63ff40b097a
*** empty log message ***
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 24 Mar 2004 03:11:46 +0000 |
| parents | 62ed6505cbec |
| children | 666402433998 |
| files | CHANGES.txt TODO.txt |
| diffstat | 2 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/CHANGES.txt Wed Mar 24 03:07:52 2004 +0000 +++ b/CHANGES.txt Wed Mar 24 03:11:46 2004 +0000 @@ -37,6 +37,7 @@ - HTMLLinkProperty field() method renders as a field now (thanks darryl) - cgi Action handlers may now return the actual content to be sent back to the user (rather than using some template) +- date.Date now handles fractional seconds Fixed: - mysql documentation fixed to note requirement of 4.0+ and InnoDB
--- a/TODO.txt Wed Mar 24 03:07:52 2004 +0000 +++ b/TODO.txt Wed Mar 24 03:11:46 2004 +0000 @@ -1,7 +1,6 @@ This file has been re-purposed to contain specifically the items that need doing before the next release: -- finish mysql version 1 -> version 2 migration code - ensure index creation is triggered by the version 1->2 update (and other upgrade tests)
