Mercurial > p > roundup > code
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 2905:6e46572a9f39 | 2906:a8808157f892 |
|---|---|
| 32 - roundup windows service may be installed with command line options | 32 - roundup windows service may be installed with command line options |
| 33 recognized by roundup-server (but not tracker specification arguments). | 33 recognized by roundup-server (but not tracker specification arguments). |
| 34 Use this to specify server configuration file for the service. | 34 Use this to specify server configuration file for the service. |
| 35 - added experimental multi-thread server | 35 - added experimental multi-thread server |
| 36 - don't try to import all backends in backends.__init__ unless we *want* to | 36 - don't try to import all backends in backends.__init__ unless we *want* to |
| 37 - unless in debug mode, keep a single persistent connection through a | |
| 38 single web or mailgw request. | |
| 37 | 39 |
| 38 Fixed: | 40 Fixed: |
| 39 - postgres backend open doesn't hide corruption in schema (sf bug 956375) | 41 - postgres backend open doesn't hide corruption in schema (sf bug 956375) |
| 40 - *dbm-style backends nuke() method now clear id counters | 42 - *dbm-style backends nuke() method now clear id counters |
| 41 - removed safeget() from the API (sf bug 994750) | 43 - removed safeget() from the API (sf bug 994750) |
