Commit 122cf66c authored by Andreas Jung's avatar Andreas Jung

2.9.11

parent c98ca6b2
...@@ -4,7 +4,7 @@ Zope Changes ...@@ -4,7 +4,7 @@ Zope Changes
Change information for previous versions of Zope can be found in the Change information for previous versions of Zope can be found in the
file HISTORY.txt. file HISTORY.txt.
Zope 2.9.11 (unreleased) Zope 2.9.11 (2009/08/06)
Bugs fixed Bugs fixed
...@@ -13,6 +13,9 @@ Zope Changes ...@@ -13,6 +13,9 @@ Zope Changes
- Launchpad ##332168: Connection.py: do not expose DB connection strings - Launchpad ##332168: Connection.py: do not expose DB connection strings
through exceptions through exceptions
- Fixed vulnerabilities in the ZEO network protocol
affecting ZEO storage servers.
Zope 2.9.10 (2008/10/24) Zope 2.9.10 (2008/10/24)
Bugs fixed Bugs fixed
......
ZOPEVERSION = 2.9.10 ZOPEVERSION = 2.9.11
ZOPEDIRNAME := Zope-$(ZOPEVERSION) ZOPEDIRNAME := Zope-$(ZOPEVERSION)
ZOPE_REQUIRED_FILES=tmp/$(ZOPEDIRNAME).tgz ZOPE_REQUIRED_FILES=tmp/$(ZOPEDIRNAME).tgz
......
ZOPE_MAJOR_VERSION = '2.9' ZOPE_MAJOR_VERSION = '2.9'
ZOPE_MINOR_VERSION = '10' ZOPE_MINOR_VERSION = '11'
ZOPE_BRANCH_NAME = '$Name$'[6:] or 'no-branch' ZOPE_BRANCH_NAME = '$Name$'[6:] or 'no-branch'
# always start prerelease branches with '0' to avoid upgrade # always start prerelease branches with '0' to avoid upgrade
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment