[Zodb-checkins] CVS: StandaloneZODB - TODO:1.1.2.1

Barry Warsaw barry@wooz.org
Mon, 17 Dec 2001 11:06:35 -0500


Update of /cvs-repository/StandaloneZODB
In directory cvs.zope.org:/tmp/cvs-serv7388

Added Files:
      Tag: StandaloneZODB-1_0-branch
	TODO 
Log Message:
A checklist of things that need to happen before StandaloneZODB 1.0
final can be released.


=== Added File StandaloneZODB/TODO ===
Check list for the StandaloneZODB 1.0 release:

- Fix unittest failures.  This is a must before 1.0beta1 can be released.

- Integrate Andrew's ZODB programming guide, and update it.  It's
  currently out of date in a few places, and needs to be geared toward
  the SAZ release instead of Andrew's release.  For 1.0beta2.

- Implement the Berkeley blob limitation workarounds and see if they
  improve performance of the migration test.  For 1.0beta2.

- Reduce memory footprint for Berkeley pack().  Perhaps use a
  pack-specific temporary Berkeley table instead of a Python
  dictionary. For 1.0beta2.

- Integrate Jim's fsIndex branch for FileStorage.  For 1.0beta2.