- Setuptools / Subversion ignores empty directories and doesn't include them into the source distribution. Added readme files to the `bin` and `var` directories inside the skeleton. This lets persistent ZEO caches work again, which want to put their files into the `var` directory. [hannosch]
4.0.2
------------------
- Rewritten major parts of commands specific for the Windows Service, inspired by "collective.buildout.cluster.base.ClusterBase" as used by the Windows installer. Closes http://dev.plone.org/plone/ticket/10860. [kleist]
4.0.1
------------------
- Use pid file to check for running application, instead of service status. [sidnei]
4.0.0
------------------
- "console" mode on Windows no longer returns immediately, thus makes it usable by the Windows Service. [kleist]
- Made tests compatible with Windows. [hannosch]
- Added support for specifying new RelStorage options cache-local-mb, cache-delta-size-limit, commit-lock-timeout and commit-lock-id. [hannosch]
4.0b2
------------------
- Added a new dependency on ``mailinglogger`` and expose it as a convenient new option. [hannosch]
- Removed testing dependency on ``zope.testing`` and refactored test setup. [hannosch]
4.0b1
------------------
- The recipe could sometimes fail to build twice if no zcml option was given. This closes http://dev.plone.org/plone/ticket/10296. [hannosch]