[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/ 2.8.6
Andreas Jung
andreas at andreas-jung.com
Fri Feb 24 09:11:43 EST 2006
Log message for revision 41770:
2.8.6
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
-=-
Modified: Zope/branches/Zope-2_8-branch/doc/CHANGES.txt
===================================================================
--- Zope/branches/Zope-2_8-branch/doc/CHANGES.txt 2006-02-24 12:52:30 UTC (rev 41769)
+++ Zope/branches/Zope-2_8-branch/doc/CHANGES.txt 2006-02-24 14:11:42 UTC (rev 41770)
@@ -23,7 +23,7 @@
- Collector #1233: port ZOPE_CONFIG patch from Zope 2.7 to Zope 2.8
- after Zope 2.8.5
+ after Zope 2.8.6 (2006/02/25)
Bugs Fixed
Modified: Zope/branches/Zope-2_8-branch/inst/WinBuilders/mk/zope.mk
===================================================================
--- Zope/branches/Zope-2_8-branch/inst/WinBuilders/mk/zope.mk 2006-02-24 12:52:30 UTC (rev 41769)
+++ Zope/branches/Zope-2_8-branch/inst/WinBuilders/mk/zope.mk 2006-02-24 14:11:42 UTC (rev 41770)
@@ -3,7 +3,7 @@
REQUIRED_FILES=$(PYTHON_REQUIRED_FILES)\
$(ZOPE_REQUIRED_FILES)
-ZOPEVERSION=2.8.5-final
+ZOPEVERSION=2.8.6-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-02-24 12:52:30 UTC (rev 41769)
+++ Zope/branches/Zope-2_8-branch/inst/versions.py 2006-02-24 14:11:42 UTC (rev 41770)
@@ -1,5 +1,5 @@
ZOPE_MAJOR_VERSION = '2.8'
-ZOPE_MINOR_VERSION = '5'
+ZOPE_MINOR_VERSION = '6'
ZOPE_BRANCH_NAME = '$Name$'[6:] or 'no-branch'
# always start prerelease branches with '0' to avoid upgrade
More information about the Zope-Checkins
mailing list