Mercurial > p > roundup > code
diff CHANGES.txt @ 1236:dd52bf10f934
Bug fixes.
- fixed bug in login if the username wasn't known
- handle close/rollback of already-closed sqlite database
- added example for external passwd-style user password verification
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Fri, 27 Sep 2002 01:04:38 +0000 |
| parents | 7441653e5330 |
| children | 50d2dc667418 |
line wrap: on
line diff
--- a/CHANGES.txt Thu Sep 26 23:59:08 2002 +0000 +++ b/CHANGES.txt Fri Sep 27 01:04:38 2002 +0000 @@ -46,6 +46,7 @@ - fixed the mailgw so that anonymous users may still access it - add hook to allow external password verification, overridable in the tracker interfaces module +- fixed login attempt by user that doesn't exist 2002-09-13 0.5.0 beta2 - all backends now have a .close() method, and it's used everywhere
