Update of /project/elephant/cvsroot/elephant In directory clnet:/tmp/cvs-serv29083
Modified Files: TODO elephant.asd Log Message: Latest documentation changes
--- /project/elephant/cvsroot/elephant/TODO 2007/03/30 14:34:34 1.76 +++ /project/elephant/cvsroot/elephant/TODO 2007/04/01 14:33:23 1.77 @@ -18,7 +18,9 @@ - Verify db_deadlock for other lisps (launch and kill background program I/F)
Bugs: +- Fix awkward serializer API - Support for asdf-install? +- Edi's patches & suggestions for windows
Test coverage: - Clean up interface to tests @@ -26,14 +28,13 @@ - Multi-threading stress tests? Ensure that there are conflicts and lots of serialization happening concurrently to make sure that multi-threading is in good shape (Henrik's code) - Unicode tests - - Ensure that variable length UTF-8 reps are automatically stored as UTF-16 + - Ensure that variable length UTF-8 reps are automatically stored as UTF-16? - Class / DB sychronization tests
Documentation: ~ License and copyright file headers -- Redo tutorial -- Proper user guide - Update install, build and test procedures +- Proper user guide - Upgrade, migration and other system level issues - Performance and design issues - More notes about transaction performance @@ -42,7 +43,6 @@ - Add notes about optimize-storage - Add notes about deadlock-detect - Add notes about checkpoint (null in SQL?) -- Add document section about backend interface & developer decisions
0.6.1 - Features COMPLETED to date ---------------------------------- --- /project/elephant/cvsroot/elephant/elephant.asd 2007/03/30 23:36:52 1.40 +++ /project/elephant/cvsroot/elephant/elephant.asd 2007/04/01 14:33:23 1.41 @@ -304,6 +304,7 @@ (:file "serializer2") ;; 0.6.1 db's (:file "unicode2") (:file "migrate") + (:file "query") (:file "backend")) :serial t :depends-on (memutil utils)))))