[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/ Prep for 2.8.8
release: Update to ZODB 3.4.4, ZopeX3 3.0.2.
Tres Seaver
tseaver at palladion.com
Fri Jul 14 17:39:24 EDT 2006
Log message for revision 69131:
Prep for 2.8.8 release: Update to ZODB 3.4.4, ZopeX3 3.0.2.
Changed:
U Zope/branches/Zope-2_8-branch/doc/CHANGES.txt
U Zope/branches/Zope-2_8-branch/inst/versions.py
_U Zope/branches/Zope-2_8-branch/lib/python/
-=-
Modified: Zope/branches/Zope-2_8-branch/doc/CHANGES.txt
===================================================================
--- Zope/branches/Zope-2_8-branch/doc/CHANGES.txt 2006-07-14 20:51:26 UTC (rev 69130)
+++ Zope/branches/Zope-2_8-branch/doc/CHANGES.txt 2006-07-14 21:39:24 UTC (rev 69131)
@@ -4,32 +4,19 @@
Change information for previous versions of Zope can be found in the
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
- - reStructuredText/ZReST: setting raw_enabled to 0 for security
- reasons
-
- OFS Application: Removed deprecation warnings added in Zope 2.8.5.
The warning period starts in Zope 2.9.0.
- Collector #2136: Map ResourceLockedError to the correct response code.
- 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
- Collector 2077: fixed problem with ACTUAL_URL and SiteRoot
@@ -42,15 +29,15 @@
Other Changes
- - Disabled docutils file inclusion completely, rather than trying
- to jigger it via configuration settings.
+ - Updated to ZopeX3 3.0.2.
- Zope 2.8.7 (2007/05/29)
+ - Updated to ZODB 3.4.4.
- Features added:
-
- - ZODB 3.4.3
+ - Disabled docutils / ReST file inclusion completely, rather than
+ trying to jigger it via configuration settings.
+ Zope 2.8.7 (2006/05/29)
+
Bugs fixed
- Collector #1429: Fix name/value traversal of ZSQL methods (backport
@@ -80,7 +67,10 @@
- OFS.PropertyManager: Provided missing security declarations.
+ Other Changes
+ - Updated to ZODB 3.4.3.
+
Zope 2.8.6 (2006/02/25)
Bugs Fixed
Modified: Zope/branches/Zope-2_8-branch/inst/versions.py
===================================================================
--- Zope/branches/Zope-2_8-branch/inst/versions.py 2006-07-14 20:51:26 UTC (rev 69130)
+++ Zope/branches/Zope-2_8-branch/inst/versions.py 2006-07-14 21:39:24 UTC (rev 69131)
@@ -1,5 +1,5 @@
ZOPE_MAJOR_VERSION = '2.8'
-ZOPE_MINOR_VERSION = '7'
+ZOPE_MINOR_VERSION = '8'
ZOPE_BRANCH_NAME = '$Name$'[6:] or 'no-branch'
# always start prerelease branches with '0' to avoid upgrade
Property changes on: Zope/branches/Zope-2_8-branch/lib/python
___________________________________________________________________
Name: svn:externals
- zope svn://svn.zope.org/repos/main/Zope3/tags/ZopeX3-3.0.1-Zope-2.8/src/zope
ZConfig svn://svn.zope.org/repos/main/ZConfig/tags/ZConfig-2.3
BTrees -r 68674 svn://svn.zope.org/repos/main/ZODB/branches/3.4/src/BTrees
Persistence -r 68674 svn://svn.zope.org/repos/main/ZODB/branches/3.4/src/Persistence
persistent -r 68674 svn://svn.zope.org/repos/main/ZODB/branches/3.4/src/persistent
ThreadedAsync -r 68674 svn://svn.zope.org/repos/main/ZODB/branches/3.4/src/ThreadedAsync
transaction -r 68674 svn://svn.zope.org/repos/main/ZODB/branches/3.4/src/transaction
ZEO -r 68674 svn://svn.zope.org/repos/main/ZODB/branches/3.4/src/ZEO
ZODB -r 68674 svn://svn.zope.org/repos/main/ZODB/branches/3.4/src/ZODB
ZopeUndo -r 68674 svn://svn.zope.org/repos/main/ZODB/branches/3.4/src/ZopeUndo
zdaemon svn://svn.zope.org/repos/main/zdaemon/tags/zdaemon-1.1
+ zope svn://svn.zope.org/repos/main/Zope3/tags/ZopeX3-3.0.2-Zope-2.8/src/zope
ZConfig svn://svn.zope.org/repos/main/ZConfig/tags/ZConfig-2.3
BTrees svn://svn.zope.org/repos/main/ZODB/tags/3.4.4/src/BTrees
Persistence svn://svn.zope.org/repos/main/ZODB/tags/3.4.4/src/Persistence
persistent svn://svn.zope.org/repos/main/ZODB/tags/3.4.4/src/persistent
ThreadedAsync svn://svn.zope.org/repos/main/ZODB/tags/3.4.4/src/ThreadedAsync
transaction svn://svn.zope.org/repos/main/ZODB/tags/3.4.4/src/transaction
ZEO svn://svn.zope.org/repos/main/ZODB/tags/3.4.4/src/ZEO
ZODB svn://svn.zope.org/repos/main/ZODB/tags/3.4.4/src/ZODB
ZopeUndo svn://svn.zope.org/repos/main/ZODB/tags/3.4.4/src/ZopeUndo
zdaemon svn://svn.zope.org/repos/main/zdaemon/tags/zdaemon-1.1
More information about the Zope-Checkins
mailing list