Mercurial > p > roundup > code
diff CHANGES.txt @ 2906:a8808157f892
fix some bugs introduced in refactoring of blobfiles filename()
unless in debug mode, keep a single persistent connection through a
single web or mailgw request
fix enabling of DEBUG logging in db_test_case (no cmdline switch yet)
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Fri, 12 Nov 2004 04:07:05 +0000 |
| parents | 2681cfbd0fcb |
| children | 98e6219ddb83 |
line wrap: on
line diff
--- a/CHANGES.txt Thu Nov 11 21:36:07 2004 +0000 +++ b/CHANGES.txt Fri Nov 12 04:07:05 2004 +0000 @@ -34,6 +34,8 @@ Use this to specify server configuration file for the service. - added experimental multi-thread server - don't try to import all backends in backends.__init__ unless we *want* to +- unless in debug mode, keep a single persistent connection through a + single web or mailgw request. Fixed: - postgres backend open doesn't hide corruption in schema (sf bug 956375)
