Commit 8e34419c authored by Andreas Jung's avatar Andreas Jung

- integrated Hotfix-2008-08-12

parent a45adebc
...@@ -14,6 +14,8 @@ Zope Changes ...@@ -14,6 +14,8 @@ Zope Changes
- LP #253362: better dealing with malformed HTTP_ACCEPT_CHARSET headers - LP #253362: better dealing with malformed HTTP_ACCEPT_CHARSET headers
- integrated Hotfix-2008-08-12
Zope 2.11.1 (2008/07/17) Zope 2.11.1 (2008/07/17)
......
...@@ -61,3 +61,5 @@ def recompile(self): ...@@ -61,3 +61,5 @@ def recompile(self):
if names: if names:
return 'The following Scripts were recompiled:\n' + '\n'.join(names) return 'The following Scripts were recompiled:\n' + '\n'.join(names)
return 'No Scripts were found that required recompilation.' return 'No Scripts were found that required recompilation.'
import patches
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