- Recipe would fail if eggs are stored in readonly cache. Don't copy permissions from the egg. [garbas]
4.2.9
------------------
- Add trove classifiers to note Python version compatibility. [hannosch]
4.2.8
------------------
- Pass python flags to Zope interpreter as well. This prevents the debug command from exiting directly. [wichert]
4.2.7
------------------
- Load PYTHONSTARTUP if defined when running the debug command. [mj]
4.2.6
------------------
- Use interpreter script instead of setting PYTHONPATH. Fixes Windows "the environment variable is longer than 32767 bytes" error. [rossp]
- Make the zope.conf http-server optional by setting http-address to an empty string. Useful for configurations used under an external server such as a WSGI deployment. [rossp]
4.2.5
------------------
- Added event and access log rotation capability. [sureshvv]