[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/ Zope 2.8.3
Andreas Jung
andreas at andreas-jung.com
Tue Oct 18 12:43:20 EDT 2005
Log message for revision 39500:
Zope 2.8.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
-=-
Modified: Zope/branches/Zope-2_8-branch/doc/CHANGES.txt
===================================================================
--- Zope/branches/Zope-2_8-branch/doc/CHANGES.txt 2005-10-18 16:36:18 UTC (rev 39499)
+++ Zope/branches/Zope-2_8-branch/doc/CHANGES.txt 2005-10-18 16:43:20 UTC (rev 39500)
@@ -22,7 +22,7 @@
- Collector #1233: port ZOPE_CONFIG patch from Zope 2.7 to Zope 2.8
- After Zope 2.8.2
+ After Zope 2.8.3
Other
@@ -30,6 +30,8 @@
non-existing or closed database connection next to the Connection ID
dropdown and present it using red to increase its visibility.
+ - Update to Docutils 0.3.9 (forgotten in Zope 2.8.2)
+
Zope 2.8.2 (2005/10/13)
Features added
Modified: Zope/branches/Zope-2_8-branch/inst/WinBuilders/mk/zope.mk
===================================================================
--- Zope/branches/Zope-2_8-branch/inst/WinBuilders/mk/zope.mk 2005-10-18 16:36:18 UTC (rev 39499)
+++ Zope/branches/Zope-2_8-branch/inst/WinBuilders/mk/zope.mk 2005-10-18 16:43:20 UTC (rev 39500)
@@ -3,7 +3,7 @@
REQUIRED_FILES=$(PYTHON_REQUIRED_FILES)\
$(ZOPE_REQUIRED_FILES)
-ZOPEVERSION=2.8.2-final
+ZOPEVERSION=2.8.3-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 2005-10-18 16:36:18 UTC (rev 39499)
+++ Zope/branches/Zope-2_8-branch/inst/versions.py 2005-10-18 16:43:20 UTC (rev 39500)
@@ -1,5 +1,5 @@
ZOPE_MAJOR_VERSION = '2.8'
-ZOPE_MINOR_VERSION = '2'
+ZOPE_MINOR_VERSION = '3'
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