[Zope-Checkins] SVN: Zope/branches/2.11/ 2.11.4
Andreas Jung
andreas at andreas-jung.com
Thu Aug 6 08:08:35 EDT 2009
Log message for revision 102509:
2.11.4
Changed:
U Zope/branches/2.11/doc/CHANGES.txt
U Zope/branches/2.11/inst/WinBuilders/mk/zope.mk
U Zope/branches/2.11/inst/versions.py
-=-
Modified: Zope/branches/2.11/doc/CHANGES.txt
===================================================================
--- Zope/branches/2.11/doc/CHANGES.txt 2009-08-06 12:08:20 UTC (rev 102508)
+++ Zope/branches/2.11/doc/CHANGES.txt 2009-08-06 12:08:34 UTC (rev 102509)
@@ -4,7 +4,7 @@
Change information for previous versions of Zope can be found in the
file HISTORY.txt.
- After Zope 2.11.3
+ Zope 2.11.4 (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.11.3 (2009/05/04)
Features added
Modified: Zope/branches/2.11/inst/WinBuilders/mk/zope.mk
===================================================================
--- Zope/branches/2.11/inst/WinBuilders/mk/zope.mk 2009-08-06 12:08:20 UTC (rev 102508)
+++ Zope/branches/2.11/inst/WinBuilders/mk/zope.mk 2009-08-06 12:08:34 UTC (rev 102509)
@@ -1,4 +1,4 @@
-ZOPEVERSION = 2.11.3-final
+ZOPEVERSION = 2.11.4-final
ZOPEDIRNAME := Zope-$(ZOPEVERSION)
ZOPE_REQUIRED_FILES=tmp/$(ZOPEDIRNAME).tgz
Modified: Zope/branches/2.11/inst/versions.py
===================================================================
--- Zope/branches/2.11/inst/versions.py 2009-08-06 12:08:20 UTC (rev 102508)
+++ Zope/branches/2.11/inst/versions.py 2009-08-06 12:08:34 UTC (rev 102509)
@@ -1,5 +1,5 @@
ZOPE_MAJOR_VERSION = '2.11'
-ZOPE_MINOR_VERSION = '3'
+ZOPE_MINOR_VERSION = '4'
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