Commit info for scoop: Modified Files: README CHANGES Log Message: Adding a Scoop::Session module, which removes the dependency on Apache::Session. This one doesn't use deadlock-prone locking as the previous one did, and seems to perform better (in a simple benchmark). It should also be compatible with most databases without any changes, as it uses simple queries. Also updated sessionreap cron to work with the new session table. There's no migration script; it's not worth the effort. Users will just have to log back in. Index: README =================================================================== RCS file: /cvs/scoop/scoop/README,v retrieving revision 1.24 retrieving revision 1.25 diff -r1.24 -r1.25 6,8c6,8 < $Revision: 1.24 $ < $Date: 2004/03/03 10:35:28 $ < $Author: hulver $ --- > $Revision: 1.25 $ > $Date: 2004/07/06 06:07:44 $ > $Author: panner $ 57d56 < Apache::Session Index: CHANGES =================================================================== RCS file: /cvs/scoop/scoop/CHANGES,v retrieving revision 1.52 retrieving revision 1.53 diff -r1.52 -r1.53 0a1,10 > Scoop 1.0 -> 1.1 > not yet released > ---------------- > Features: > * Polls optionally allow approval voting (users can make multiple selections) > * Scoop now integrates its own session module instead of requiring > Apache::Session > > Bug Fixes: > 3c13 < ---------------- --- > --------------------