Mercurial > p > roundup > code
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 718:e10c37f53efd | 719:fed4c363a7f3 |
|---|---|
| 40 . file upload broke if you didn't supply a change note | 40 . file upload broke if you didn't supply a change note |
| 41 . fixed SCRIPT_NAME in ZRoundup for instances not at top level of Zope | 41 . fixed SCRIPT_NAME in ZRoundup for instances not at top level of Zope |
| 42 (thanks dman) | 42 (thanks dman) |
| 43 . fixed some sorting issues that were breaking some unit tests under py2.2 | 43 . fixed some sorting issues that were breaking some unit tests under py2.2 |
| 44 . mailgw test output dir was confusing the init test (but only on 2.2 *shrug*) | 44 . mailgw test output dir was confusing the init test (but only on 2.2 *shrug*) |
| 45 . node caching now works, and gives a small boost in performance | |
| 45 | 46 |
| 46 | 47 |
| 47 2002-03-25 - 0.4.1 | 48 2002-03-25 - 0.4.1 |
| 48 Feature: | 49 Feature: |
| 49 . use blobfiles in back_anydbm which is used in back_bsddb. | 50 . use blobfiles in back_anydbm which is used in back_bsddb. |
