Mercurial > p > roundup > code
diff CHANGES.txt @ 2191:f7f6b6981a13
sqlite backend uses the global lock again
roundup-server uses ForkingMixIn (yay, simultaneous accesses with mysql
and postgresql)
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 07 Apr 2004 01:12:26 +0000 |
| parents | 3b92a1b7a056 |
| children | b1a29edd6214 |
line wrap: on
line diff
--- a/CHANGES.txt Wed Apr 07 00:09:04 2004 +0000 +++ b/CHANGES.txt Wed Apr 07 01:12:26 2004 +0000 @@ -8,6 +8,7 @@ - added isset method to HTMLProperty - database export now exports full journals too - tracker name at end of page title (sf rfe 926840) +- roundup-server now uses the ForkingMixin Fixed: - web CSV export was busted (as was any action returning a result) @@ -22,6 +23,7 @@ - roundup-admin install checks for existing tracker in target home - grouping (and sorting) by multilink in RDBMS backends (sf bug 655702) - roundup scripts may now be asked for their version (sf rfe 798657) +- sqlite backend had stopped using the global lock 2004-03-27 0.7.0b2
