You are not logged in Log in Join
You are here: Home » Download Zope Products » Zope » 2.8.0a2 » Zope 2.8.0 alpha 2 released » View NewsItem

Log in
Name

Password

 

Zope 2.8.0 alpha 2 released

Hi all,

on behalf of Zope Corporation and the Zope community I am pleased to announce the release of Zope 2.8.0a2. You can download the sources and the Windows version from

http://www.zope.org/Products/Zope/2.8.0a2/

Some new features of Zope 2.8:

  • ZODB 3.4 with MVCC (multi version concurrency control) support. MVCC solves nearly every problem with ZODB read-conflict errors which is very important for high-traffic Zope sites.
  • Extension Classes were rewritten as Python new-style classes making all features of Python new-style classes available in Zope objects. This includes support for cyclic garbage collection.
  • Integration of Zope 3 technologies through Five (see http://codespeak.net/z3/five/)

For more information on what is new in this release, see the CHANGES.txt files for the release:

http://www.zope.org/Products/Zope/2.8.0a2/CHANGES.txt

WARNING: Use this version for development and evaluation only. Due to the major changes in Extension Classes and ZODB there is a risk that some things are broken or do not work as they should (ZClasses are currently broken). Backup your Data.fs before trying 2.8.0a2.

Please bring all the bugs you found to the Zope bugtracker:

http://collector.zope.org/Zope

For more information on the available Zope releases, guidance for selecting the right distribution and installation instructions, please see:

http://www.plope.com/Books/2_7Edition/InstallingZope.stx

-- Andreas Jung (andreas at zopyx dot com)

Comment

Discussion icon U mean ZODB 3.3 and not Zope 3.3

Posted by: jost at 2005-04-05

You mean ZODB 3.3 and not Zope 3.3 with MVCC?