[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/ 2.8.12
Andreas Jung
andreas at andreas-jung.com
Mon Jan 11 11:02:31 EST 2010
Log message for revision 108025:
2.8.12
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 2010-01-11 16:01:04 UTC (rev 108024)
+++ Zope/branches/Zope-2_8-branch/doc/CHANGES.txt 2010-01-11 16:02:31 UTC (rev 108025)
@@ -4,7 +4,7 @@
Change information for previous versions of Zope can be found in the
file HISTORY.txt.
- Zope 2.8.12 (unreleased)
+ Zope 2.8.12 (2010/01/12)
- LP #491224: proper escaping of rendered error message
Modified: Zope/branches/Zope-2_8-branch/inst/WinBuilders/mk/zope.mk
===================================================================
--- Zope/branches/Zope-2_8-branch/inst/WinBuilders/mk/zope.mk 2010-01-11 16:01:04 UTC (rev 108024)
+++ Zope/branches/Zope-2_8-branch/inst/WinBuilders/mk/zope.mk 2010-01-11 16:02:31 UTC (rev 108025)
@@ -3,7 +3,7 @@
REQUIRED_FILES=$(PYTHON_REQUIRED_FILES)\
$(ZOPE_REQUIRED_FILES)
-ZOPEVERSION=2.8.11-final
+ZOPEVERSION=2.8.12-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 2010-01-11 16:01:04 UTC (rev 108024)
+++ Zope/branches/Zope-2_8-branch/inst/versions.py 2010-01-11 16:02:31 UTC (rev 108025)
@@ -1,5 +1,5 @@
ZOPE_MAJOR_VERSION = '2.8'
-ZOPE_MINOR_VERSION = '11'
+ZOPE_MINOR_VERSION = '12'
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