[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/ 2.8.11
Andreas Jung
andreas at andreas-jung.com
Thu Aug 6 08:07:36 EDT 2009
Log message for revision 102506:
2.8.11
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 2009-08-06 09:18:18 UTC (rev 102505)
+++ Zope/branches/Zope-2_8-branch/doc/CHANGES.txt 2009-08-06 12:07:35 UTC (rev 102506)
@@ -4,14 +4,17 @@
Change information for previous versions of Zope can be found in the
file HISTORY.txt.
- Zope 2.8.11 (unreleased)
+ Zope 2.8.11 (2009/08/06)
Bugs fixed
- Launchpad #373299: Removed bogus string exception in OFS.CopySupport.
- Zope 2.8.10 (2008/10/24)
+ - Fixed vulnerabilities in the ZEO network protocol
+ affecting ZEO storage servers.
+ Zopee2.8.10 (2008/10/24)
+
Bugs fixed
- Ensure that response header values cannot embed CRLF pairs, which
Modified: Zope/branches/Zope-2_8-branch/inst/WinBuilders/mk/zope.mk
===================================================================
--- Zope/branches/Zope-2_8-branch/inst/WinBuilders/mk/zope.mk 2009-08-06 09:18:18 UTC (rev 102505)
+++ Zope/branches/Zope-2_8-branch/inst/WinBuilders/mk/zope.mk 2009-08-06 12:07:35 UTC (rev 102506)
@@ -3,7 +3,7 @@
REQUIRED_FILES=$(PYTHON_REQUIRED_FILES)\
$(ZOPE_REQUIRED_FILES)
-ZOPEVERSION=2.8.10-final
+ZOPEVERSION=2.8.11-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 2009-08-06 09:18:18 UTC (rev 102505)
+++ Zope/branches/Zope-2_8-branch/inst/versions.py 2009-08-06 12:07:35 UTC (rev 102506)
@@ -1,5 +1,5 @@
ZOPE_MAJOR_VERSION = '2.8'
-ZOPE_MINOR_VERSION = '10'
+ZOPE_MINOR_VERSION = '11'
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