[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/ - preparing Zope 2.8.7

Andreas Jung andreas at andreas-jung.com
Fri May 26 00:35:26 EDT 2006


Log message for revision 68300:
  - preparing Zope 2.8.7
  - upgraded to ZODB 3.4.3
  

Changed:
  U   Zope/branches/Zope-2_8-branch/doc/CHANGES.txt
  U   Zope/branches/Zope-2_8-branch/inst/WinBuilders/mk/zope.mk
  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-05-26 04:13:25 UTC (rev 68299)
+++ Zope/branches/Zope-2_8-branch/doc/CHANGES.txt	2006-05-26 04:35:25 UTC (rev 68300)
@@ -14,8 +14,12 @@
      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.6
+  Zope 2.8.7 (unreleased)
 
+    Features added:
+        
+      - ZODB 3.4.3
+
     Bugs fixed
 
       - Collector #1429: Fix name/value traversal of ZSQL methods (backport

Modified: Zope/branches/Zope-2_8-branch/inst/WinBuilders/mk/zope.mk
===================================================================
--- Zope/branches/Zope-2_8-branch/inst/WinBuilders/mk/zope.mk	2006-05-26 04:13:25 UTC (rev 68299)
+++ Zope/branches/Zope-2_8-branch/inst/WinBuilders/mk/zope.mk	2006-05-26 04:35:25 UTC (rev 68300)
@@ -3,7 +3,7 @@
 REQUIRED_FILES=$(PYTHON_REQUIRED_FILES)\
                $(ZOPE_REQUIRED_FILES)
 
-ZOPEVERSION=2.8.6-final
+ZOPEVERSION=2.8.7-final
 ZOPEDIRNAME=Zope-$(ZOPEVERSION)
 
 MAKEZOPE="$(MAKEFILEDIR)/bin/makezope.bat" "$(WIN_BUILD_DIR)"

Modified: Zope/branches/Zope-2_8-branch/inst/versions.py
===================================================================
--- Zope/branches/Zope-2_8-branch/inst/versions.py	2006-05-26 04:13:25 UTC (rev 68299)
+++ Zope/branches/Zope-2_8-branch/inst/versions.py	2006-05-26 04:35:25 UTC (rev 68300)
@@ -1,5 +1,5 @@
 ZOPE_MAJOR_VERSION  = '2.8'
-ZOPE_MINOR_VERSION  = '6'
+ZOPE_MINOR_VERSION  = '7'
 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         svn://svn.zope.org/repos/main/ZODB/tags/3.4.2/src/BTrees
Persistence    svn://svn.zope.org/repos/main/ZODB/tags/3.4.2/src/Persistence
persistent     svn://svn.zope.org/repos/main/ZODB/tags/3.4.2/src/persistent
ThreadedAsync  svn://svn.zope.org/repos/main/ZODB/tags/3.4.2/src/ThreadedAsync
transaction    svn://svn.zope.org/repos/main/ZODB/tags/3.4.2/src/transaction
ZEO            svn://svn.zope.org/repos/main/ZODB/tags/3.4.2/src/ZEO
ZODB           svn://svn.zope.org/repos/main/ZODB/tags/3.4.2/src/ZODB
ZopeUndo       svn://svn.zope.org/repos/main/ZODB/tags/3.4.2/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.1-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.3/src/BTrees
Persistence    svn://svn.zope.org/repos/main/ZODB/tags/3.4.3/src/Persistence
persistent     svn://svn.zope.org/repos/main/ZODB/tags/3.4.3/src/persistent
ThreadedAsync  svn://svn.zope.org/repos/main/ZODB/tags/3.4.3/src/ThreadedAsync
transaction    svn://svn.zope.org/repos/main/ZODB/tags/3.4.3/src/transaction
ZEO            svn://svn.zope.org/repos/main/ZODB/tags/3.4.3/src/ZEO
ZODB           svn://svn.zope.org/repos/main/ZODB/tags/3.4.3/src/ZODB
ZopeUndo       svn://svn.zope.org/repos/main/ZODB/tags/3.4.3/src/ZopeUndo
zdaemon        svn://svn.zope.org/repos/main/zdaemon/tags/zdaemon-1.1




More information about the Zope-Checkins mailing list