Commit 2ea3d246 authored by Tres Seaver's avatar Tres Seaver

Prep for 2.8.8 release: Update to ZODB 3.4.4, ZopeX3 3.0.2.

parent 2076c657
...@@ -4,32 +4,19 @@ Zope Changes ...@@ -4,32 +4,19 @@ Zope Changes
Change information for previous versions of Zope can be found in the Change information for previous versions of Zope can be found in the
file HISTORY.txt. file HISTORY.txt.
To-do Zope 2.8.8 (2006/07/14)
- Add cyclic-garbage collection support to C extension classes,
especially to acquisition wrappers.
N.B: ExtensionClassType already declares that it supports GC
(via the Py_TPFLAGS_HAVE_GC flag), but does not appear to conform
to the rules for such a type laid out in the Python docs:
http://docs.python.org/api/supporting-cycle-detection.html
after Zope 2.8.7 (unreleased)
Bugs fixed Bugs fixed
- reStructuredText/ZReST: setting raw_enabled to 0 for security
reasons
- OFS Application: Removed deprecation warnings added in Zope 2.8.5. - OFS Application: Removed deprecation warnings added in Zope 2.8.5.
The warning period starts in Zope 2.9.0. The warning period starts in Zope 2.9.0.
- Collector #2136: Map ResourceLockedError to the correct response code. - Collector #2136: Map ResourceLockedError to the correct response code.
- Collector #2016: DemoStorage couldn't wrap base storages without - Collector #2016: DemoStorage couldn't wrap base storages without
an '_oid' attribute. an '_oid' attribute (fixed in ZODB 3.4.4).
- Collector #2116: sequence.sort() did not work properly - Collector #2116: sequence.sort() did not work properly for
locale related comparison methods locale related comparison methods
- Collector 2077: fixed problem with ACTUAL_URL and SiteRoot - Collector 2077: fixed problem with ACTUAL_URL and SiteRoot
...@@ -42,14 +29,14 @@ Zope Changes ...@@ -42,14 +29,14 @@ Zope Changes
Other Changes Other Changes
- Disabled docutils file inclusion completely, rather than trying - Updated to ZopeX3 3.0.2.
to jigger it via configuration settings.
Zope 2.8.7 (2007/05/29) - Updated to ZODB 3.4.4.
Features added: - Disabled docutils / ReST file inclusion completely, rather than
trying to jigger it via configuration settings.
- ZODB 3.4.3 Zope 2.8.7 (2006/05/29)
Bugs fixed Bugs fixed
...@@ -80,6 +67,9 @@ Zope Changes ...@@ -80,6 +67,9 @@ Zope Changes
- OFS.PropertyManager: Provided missing security declarations. - OFS.PropertyManager: Provided missing security declarations.
Other Changes
- Updated to ZODB 3.4.3.
Zope 2.8.6 (2006/02/25) Zope 2.8.6 (2006/02/25)
......
ZOPE_MAJOR_VERSION = '2.8' ZOPE_MAJOR_VERSION = '2.8'
ZOPE_MINOR_VERSION = '7' ZOPE_MINOR_VERSION = '8'
ZOPE_BRANCH_NAME = '$Name$'[6:] or 'no-branch' ZOPE_BRANCH_NAME = '$Name$'[6:] or 'no-branch'
# always start prerelease branches with '0' to avoid upgrade # always start prerelease branches with '0' to avoid upgrade
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment