ZODB 3.2.6 final released
I'm pleased to announce the release of ZODB 3.2.6 final. This corresponds to the ZODB released in Zope 2.7.5 earlier today. You can download a source tarball or Windows installer from: http://zope.org/Products/ZODB3.2 Only documentation changes were made since the 3.2.6b1 release. There are several critical bugfixes in this release, addressing rare problems in two major areas: - Thread and asyncore races while ZEO is attempting to make a connection, leading to connection failure and/or missed messages. - Rare cases in which FileStorage could reuse object identifiers, assigning the same oid to two distinct objects. See the news file for details: http://zope.org/Products/ZODB3.2/NEWS ZODB 3.2.6 can be used with Zopes in the 2.7 line, at or after Zope 2.7.3. Note that ZODB 3.2.6 does not support development on Zope 2.8, Zope X3 or Zope 3 (they require a ZODB in the 3.3 or 3.4 lines).
participants (1)
-
Tim Peters