Commit ce1fe6ee authored by Tres Seaver's avatar Tres Seaver

Fix race condition in changelog. ;)

parent 3194db35
...@@ -4,6 +4,13 @@ Zope Changes ...@@ -4,6 +4,13 @@ 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.
After Zope 2.11.0
Bugs Fixed
- Launchpad #239636: Ensure that HEAD requests lock an empty body
for NotFound errors.
Zope 2.11.0 (2008/06/15) Zope 2.11.0 (2008/06/15)
Restructuring Restructuring
...@@ -14,9 +21,6 @@ Zope Changes ...@@ -14,9 +21,6 @@ Zope Changes
Bugs Fixed Bugs Fixed
- Launchpad #239636: Ensure that HEAD requests lock an empty body
for NotFound errors.
- Launchpad #229549: Don't ignore 'debug' flag when rendering - Launchpad #229549: Don't ignore 'debug' flag when rendering
page templates (thanks to Eric Steele for the patch). page templates (thanks to Eric Steele for the patch).
......
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