[Zope-Checkins] SVN: Zope/branches/2.9/ 2.9.11

Andreas Jung andreas at andreas-jung.com
Thu Aug 6 08:08:05 EDT 2009


Log message for revision 102507:
  2.9.11

Changed:
  U   Zope/branches/2.9/doc/CHANGES.txt
  U   Zope/branches/2.9/inst/WinBuilders/mk/zope.mk
  U   Zope/branches/2.9/inst/versions.py

-=-
Modified: Zope/branches/2.9/doc/CHANGES.txt
===================================================================
--- Zope/branches/2.9/doc/CHANGES.txt	2009-08-06 12:07:35 UTC (rev 102506)
+++ Zope/branches/2.9/doc/CHANGES.txt	2009-08-06 12:08:05 UTC (rev 102507)
@@ -4,7 +4,7 @@
   Change information for previous versions of Zope can be found in the
   file HISTORY.txt.
 
-  Zope 2.9.11 (unreleased)
+  Zope 2.9.11 (2009/08/06)
 
    Bugs fixed
 
@@ -13,6 +13,9 @@
       - Launchpad ##332168: Connection.py: do not expose DB connection strings
         through exceptions
 
+      - Fixed vulnerabilities in the ZEO network protocol 
+        affecting ZEO storage servers.
+
   Zope 2.9.10 (2008/10/24)
 
    Bugs fixed

Modified: Zope/branches/2.9/inst/WinBuilders/mk/zope.mk
===================================================================
--- Zope/branches/2.9/inst/WinBuilders/mk/zope.mk	2009-08-06 12:07:35 UTC (rev 102506)
+++ Zope/branches/2.9/inst/WinBuilders/mk/zope.mk	2009-08-06 12:08:05 UTC (rev 102507)
@@ -1,4 +1,4 @@
-ZOPEVERSION = 2.9.10
+ZOPEVERSION = 2.9.11
 ZOPEDIRNAME := Zope-$(ZOPEVERSION)
 
 ZOPE_REQUIRED_FILES=tmp/$(ZOPEDIRNAME).tgz

Modified: Zope/branches/2.9/inst/versions.py
===================================================================
--- Zope/branches/2.9/inst/versions.py	2009-08-06 12:07:35 UTC (rev 102506)
+++ Zope/branches/2.9/inst/versions.py	2009-08-06 12:08:05 UTC (rev 102507)
@@ -1,5 +1,5 @@
 ZOPE_MAJOR_VERSION  = '2.9'
-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