[Zope-Checkins] SVN: Zope/branches/2.10/ 2.10.9
Andreas Jung
andreas at andreas-jung.com
Thu Aug 6 08:08:20 EDT 2009
Log message for revision 102508:
2.10.9
Changed:
U Zope/branches/2.10/doc/CHANGES.txt
U Zope/branches/2.10/inst/WinBuilders/mk/zope.mk
U Zope/branches/2.10/inst/versions.py
-=-
Modified: Zope/branches/2.10/doc/CHANGES.txt
===================================================================
--- Zope/branches/2.10/doc/CHANGES.txt 2009-08-06 12:08:05 UTC (rev 102507)
+++ Zope/branches/2.10/doc/CHANGES.txt 2009-08-06 12:08:20 UTC (rev 102508)
@@ -4,7 +4,7 @@
Change information for previous versions of Zope can be found in the
file HISTORY.txt.
- After Zope 2.10.8
+ Zope 2.10.9 (2009/08/06)
Restructuring
@@ -18,6 +18,11 @@
- Removed spurious import-time dependencies from
Products/ZODBMountPoint/MountedObject.py.
+ Bugs fixed
+
+ - Fixed vulnerabilities in the ZEO network protocol
+ affecting ZEO storage servers.
+
Zope 2.10.8 (2009/05/04)
Features added
Modified: Zope/branches/2.10/inst/WinBuilders/mk/zope.mk
===================================================================
--- Zope/branches/2.10/inst/WinBuilders/mk/zope.mk 2009-08-06 12:08:05 UTC (rev 102507)
+++ Zope/branches/2.10/inst/WinBuilders/mk/zope.mk 2009-08-06 12:08:20 UTC (rev 102508)
@@ -1,4 +1,4 @@
-ZOPEVERSION = 2.10.8-final
+ZOPEVERSION = 2.10.9-final
ZOPEDIRNAME := Zope-$(ZOPEVERSION)
ZOPE_REQUIRED_FILES=tmp/$(ZOPEDIRNAME).tgz
Modified: Zope/branches/2.10/inst/versions.py
===================================================================
--- Zope/branches/2.10/inst/versions.py 2009-08-06 12:08:05 UTC (rev 102507)
+++ Zope/branches/2.10/inst/versions.py 2009-08-06 12:08:20 UTC (rev 102508)
@@ -1,5 +1,5 @@
ZOPE_MAJOR_VERSION = '2.10'
-ZOPE_MINOR_VERSION = '8'
+ZOPE_MINOR_VERSION = '9'
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