summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0627c3d)
raw | patch | inline | side by side (parent: 0627c3d)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Wed, 24 Mar 2004 03:11:46 +0000 (03:11 +0000) | ||
committer | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Wed, 24 Mar 2004 03:11:46 +0000 (03:11 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@2169 57a73879-2fb5-44c3-a270-3262357dd7e2
CHANGES.txt | patch | blob | history | |
TODO.txt | patch | blob | history |
diff --git a/CHANGES.txt b/CHANGES.txt
index 0f0a487d148168f84ba10badc27615324db5cda3..120b4c91242f9794feebe8d7a2ee4f1181a55c78 100644 (file)
--- a/CHANGES.txt
+++ b/CHANGES.txt
- 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
diff --git a/TODO.txt b/TODO.txt
index 218f88ed28a7aca571aa25bea07a40fc7fae5996..47a810ccbe974a1cd48113293068dda2c59110a4 100644 (file)
--- a/TODO.txt
+++ b/TODO.txt
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)