Zope Changelog

What's new in Zope 2.11.4

Aug 6, 2009
  • Restructuring
  • Moved exception MountedStorageError from ZODB.POSExceptions to Products.TemporaryFolder.mount (now its only client).
  • LP #253362: Moved Zope2-specific module, ZODB/Mount.py, to Products/TemporaryFolder/mount.py (its only client is Products/TemporaryFolder/TemporaryFolder.py).
  • Removed spurious import-time dependencies from Products/ZODBMountPoint/MountedObject.py.
  • Bugs Fixed
  • Fixed vulnerabilities in the ZEO network protocol affecting ZEO storage servers.

New in Zope 2.11.1 (Oct 29, 2008)

  • Suppressed DeprecationWarning during import of ZPublisher.Iterators: that module needs to use Z2-style interfaces in 2.11, for BBB, but the Interface module itself issues the warning on import.
  • Launchpad #246748: added immediate option to sendXXX() methods for sending a mail immediately by-passing the zope.sendmail delivery mechanism
  • Launchpad #246290: fixed backward compatibility issue
  • zope.testing : updated to 3.5.3
  • Launchpad #245649: the Products package is now a proper "namespace package" under the rules specified by setuptools.
  • zope.viewlets: updated to 3.4.2
  • zope.sendmail: updated to 3.5.0 (fixing Launchpad #230831)
  • Launchpad #239636: Ensure that HEAD requests lock an empty body for NotFound errors.
  • fixed outdated transaction.commit(1) call in ZODBMountPoint.SimpleTrailblazer