Mercurial > p > roundup > code
diff CHANGES.txt @ 719:fed4c363a7f3
node caching now works, and gives a small boost in performance
As a part of this, I cleaned up the DEBUG output and implemented TRACE
output (HYPERDBTRACE='file to trace to') with checkpoints at the start of
CGI requests. Run roundup with python -O to skip all the DEBUG/TRACE stuff
(using if __debug__ which is compiled out with -O)
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 15 May 2002 06:21:21 +0000 |
| parents | e10c37f53efd |
| children | 5e0a75bfdd90 |
line wrap: on
line diff
--- a/CHANGES.txt Wed May 15 03:27:16 2002 +0000 +++ b/CHANGES.txt Wed May 15 06:21:21 2002 +0000 @@ -42,6 +42,7 @@ (thanks dman) . fixed some sorting issues that were breaking some unit tests under py2.2 . mailgw test output dir was confusing the init test (but only on 2.2 *shrug*) + . node caching now works, and gives a small boost in performance 2002-03-25 - 0.4.1
