---
- Added the boolean `shared-blob` option, defaulting to `no`. If all of
`zeo-client`, `blob-storage` and `shared-blob` options are set,
the instance will assume the blob directory set by `blob-storage` is shared
with the server instead of streaming 'blob' files through the ZEO connection.
[rochael]
- Changed `ctl.do_foreground()` (which is invoked by the `fg` command
line argument) start Zope in debug mode to emulate the behavior of
`zopectl fg`. This required a little special WIN32 code to make
sure it would work in both `*nix` and Windows.
[smcmahon]
- Added `var` option, which is used to configure the base directory for all
the things going into var.
[hannosch]
- Added `zeo-var` option, which is used in the zeo storage snippets to
configure the zeo var folder.
[hannosch]
- Merged rochael-blobsupport branch. Added support for ZODB 3.8 blob storage
configuration for ZEO clients. This references
https://bugs.launchpad.net/collective.buildout/+bug/179113.
[rochael, hannosch]
- Added `zeo-client-name` option. Defaults to the name of the ZEO client.
[hannosch]