ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> zodb-dev
zodb-dev
[ZODB-Dev] ZODB 3.1 / ZEO 2.0 released
by Jeremy Hylton other posts by this author
Oct 28 2002 6:33PM messages near this date
RE: [ZODB-Dev] ZODB 3.1 | [ZODB-Dev] ZEO error
I am pleased to announce the final releases of ZODB3 3.1 and ZEO 2.0!

ZODB is an object database for Python that provides transactional
persistence while requiring few, if any, changes to application logic.
ZEO is a client-server storage system for ZODB.  The ZEO package is
released on its own and as part of ZODB3.  The separate release is for
Zope users, who already have ZODB.

Source releases are available from:
    http://www.zope.org/Products/StandaloneZODB 
    http://www.zope.org/Products/ZEO
    http://sourceforge.net/projects/zodb

The ZODB3 release requires a C compiler, while the ZEO2 release is
pure Python.

Windows users can download a binary installer for Python 2.2.2 from:
    http://www.zope.org/Products/StandaloneZODB 

The components you get with the ZODB3 release are:

- Core ZODB, including the persistence machinery
- Standard storages such as FileStorage
- Supporting modules such as ExtensionClass
- The persistent BTrees modules
- ZEO (versions 1 and 2)
- Experimental Berkeley storages
- Updated documentation

The final release contains roughly the same version of ZODB that is
available with Zope 2.6.  The two releases are not directly
coordinated, so there may be some minor differences.

Many people have contributed to ZODB3.  Special thanks to Toby
Dickenson for the new ZODB Connection cache.  Many people at Zope
Corp. have contributed code and tested unreleased versions.

There was only one change since the last beta release.  A problem with
unexpected exceptions in conflict resolution was fixed to allow
transactions to fail more gracefully.  (This change actually restored
the pre-ZODB3 behavior.)

Jeremy


_______________________________________________
For more information about ZODB, see the ZODB Wiki:
http://www.zope.org/Wikis/ZODB/

ZODB-Dev mailing list  -  ZODB-Dev@[...].org
http://lists.zope.org/mailman/listinfo/zodb-dev

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved