- Added support and tests for relative paths buildout option. - Changed the dependency requirements to >=1.2.0 for zc.buildout and zc.recipe.egg because relative paths are added in these releases. - Added missing release date for the previous release (0.10.0).
0.10.0
===================
Removed support for creating a logrotate script for the access.log because it is not possible to reopen the log with ZDaemons ``reopen_transacript``. Note however that is is possible to declare ``when`` and ``interval`` in a logfile section to rotate logfiles internally.
0.9.0
==================
Updated tests to work with latest package versions.
0.8.0
==================
Added the "newest=false" option in the SetUp to prevent upgrade during tests
Added support for creating logrotate scripts when using a deployment recipe.
0.7.0
==================
Use the deployment name option (as provided by zc.recipe.deployment 0.6.0 and later) if present when generating instance file names.
You can now specify an instance name option that overrides the part name for generated files.
0.6.1
==================
Fixed bug: The zope.conf site-definition option could not be overridden.