LWN.net Logo

Advertisement

E-Commerce & credit card processing - the Open Source way!

Advertise here

ZODB 3.3 release candidate 1 released

From:  "Tim Peters" <tim-AT-zope.com>
To:  <zodb-dev-AT-zope.org>, <zope-announce-AT-zope.org>
Subject:  ZODB 3.3 release candidate 1 released
Date:  Tue, 14 Sep 2004 21:11:33 -0400
Cc:  python-announce-list-AT-python.org

I'm pleased to announce the release of ZODB 3.3c1.  This corresponds to the
ZODB (and ZEO) that we intend to ship with ZopeX3-3.0.0 release candidate 1.

You can download a source tarball or Windows installer from:

    http://zope.org/Products/ZODB3.3

3.3c1 incorporates a slew of small fixes, and one major incompatibility:
when a transaction commit fails, all previous versions of ZODB aborted the
transaction and implicitly began a new transaction.  As discussed on the
zope-dev and zodb-dev mailing lists, that can be damaging if one in a
sequence of subtransaction commits mistakenly suppresses a commit exception.
Starting with ZODB 3.3c1, after a commit fails subsequent attempts to
commit, join or register with the transaction will also fail.  The failing
transaction must instead be explicitly discarded.  See the news file for
details:

    http://zope.org/Products/ZODB3.3/NEWS.html

The intent is that 3.3c1 will be released again as ZODB 3.3 (final) shortly
before the ZopeX3-3.0.0 final release.

Note that ZODB 3.3 does not support any version of Zope 2.6 or 2.7.

-- 
http://mail.python.org/mailman/listinfo/python-announce-list

        Support the Python Software Foundation:
        http://www.python.org/psf/donations.html


(Log in to post comments)

Copyright © 2004, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds