[ZODB-Dev] ZODB4 alpha 1 release

Jeremy Hylton jeremy@zope.com
31 Mar 2003 11:00:23 -0500


On Sat, 2003-03-22 at 18:56, Lalo Martins wrote:
> On Mon, Mar 17, 2003 at 06:34:04PM -0500, Jeremy Hylton wrote:
> > We've released ZODB4 alpha 1, the first official release of the ZODB
> > code from the Zope3 project.  You can get it at
> > http://www.zope.org/Products/ZODB4.
> 
> This code has a dependency on some BTree/intSet.h.  This file is
> in my Zope2 source tree but, AFAICS, it was removed from ZODB4
> and Zope3.

The code in ZODB4/src/zodb/btrees does not depend on the intSet.h code
unless some special preprocessor symbols are defined, right?  If so, I
agree that the code should eventually be removed, but it isn't a high
priority.

Jeremy