Commit 55295e94 authored by ichim-david's avatar ichim-david

Add changelog entry with fix for issue #43

parent b60449d8
......@@ -8,6 +8,8 @@ http://docs.zope.org/zope2/
2.13.24 (unreleased)
--------------------
- Issue #43: Fix Zope failing to start if a zoperunner is configured.
- Issue #34: Fix ``NameError`` exception for ``WindowsError`` which could
happen on non-windows systems.
......
......@@ -198,6 +198,17 @@
</description>
</key>
<key name="start-timeout" datatype="integer" required="no"
default="300">
<description>
When a start-test-program is supplied, a process won't be
considered to be started until the test program exits normally
or until start-timout seconds have passed.
This defaults to 300 seconds (5 minutes).
</description>
</key>
</sectiontype>
<sectiontype name="zodb_db" datatype=".ZopeDatabase"
......
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