Zope is een webapplicatieserver geschreven in de ontwikkeltaal Python en wordt uitgegeven onder de Zope Public License. Het beschikt onder andere over een transactional object database, dynamische HTML-templates, scripts, search engine en connecties naar relational databases. Het programma kan geheel zelfstandig gebruikt worden maar het is ook mogelijk om het aan andere programma's te koppelen, zoals Apache. De ontwikkelaars hebben de versie 2.9.4 vrijgegeven van Zope met de volgende veranderingen:
Version 2.9.4:Bugs fixed
Version 2.9.3:Other Changes
- reStructuredText/ZReST: setting raw_enabled to 0 for security reasons
- Collector #2113: zopectl test often masked Ctrl-C.
- OFS Application: Updated deprecation warnings. Support for __ac_permissions__ and meta_types will be removed in Zope 2.11, methods support might remain longer.
- Collector #2136: Map ResourceLockedError to the correct response code.
- Collector #2109: XML-RPC did not handle DateTime.DateTime objects.
- Collector #2016: DemoStorage couldn't wrap base storages without an _oid attribute.
- Collector #2133: standard_error_messages are out of sync.
- Updated Five to bugfix release 1.3.6.
- Collector #2116: sequence.sort() did not work properly locale related comparison methods
- Collector 2077: fixed problem with ACTUAL_URL and SiteRoot
- Collector #2073: fixed misbehaviour of OFS.Owned.changeOwnership
- Collector #2063: cleaned up some mess in MailHost.sendTemplate()
- Disabled docutils file inclusion completely, rather than trying to jigger it via configuration settings.
- Returned to the "classic" ./configure && make && make install recipe, dropping the use of zpkg for building Zope2 releases.
- Updated to ZODB 3.6.2
Bugs fixed
- Collector #2083: make clean leaves turds.
- Collector #2082: make install broken.
- Collector #2081: make instance forced inappropriate dir, credentials.
- Collector #1447: When editing content on a virtual-hosted zope, AcceleratedHTTPCacheManager now purges the correct URL.
- Collector #2062: Fix manage_historyCopy, which was broken, and write tests for it.
- Collector #2061: Fix problems where windows line endings are passed to restricted code compilers.
- Collector #2072: Applied patch to fix problem with overly restrictive __bobo_traverse__ security and tests.
- Added missing Zope 3 packages: zope.app.intid, zope.app.keyreference, zope.app.session, zope.contentprovider, zope.viewlet
- Updated Five to bugfix release 1.3.5.
- OFS.PropertyManager: Provided missing security declarations.
- Products.SiteErrorLog: SiteErrorLog only copied the unformatted traceback to the event.log, missing out on __traceback_supplement__.