- Add more tests for ZEO client with blob and demo storages. Still no test on 'shared-blob-dir' option. [encolpe]
- Always use 'r'-style strings for passing script and configuration filenames (eg: on 'instance run <script>'). [sidnei]
- Add a demo-storage option and tests. [encolpe]
- Add a first test for blob-storage. [encolpe]
2.7
----------------
- Added a `zope2-egg` option and an accompanying simple startup script for use with an eggified Zope2. [hannosch]
- Do not fail with a Zope2 egg checkout. [hannosch]
- Normalize first argument to os.spawnl. It can get really upset otherwise (dll import failure on a relocatable python install). [sidnei]
- Use same quoting as on 'do_foreground' for servicescript usage. Fixes problems with installing the buildout-based Plone installer for Windows on a path with spaces. [sidnei]
- Ensure that do_foreground leaves self.options.program arguments as it found them. This makes it possible to use 'fg' and 'debug' more than once within the same control session. [klm]
2.6
----------------
- Normalize, absolutize and lowercase-ize (is that a word?) paths before comparing, to avoid problems with relative filenames and different drive letter case on Windows. [sidnei]
2.5
----------------
- Add support for zodb-cache-size-bytes from ZODB 3.9 and later. [wichert]
2.4
----------------
- Introduced zope.conf variables "INSTANCEHOME" and "CLIENTHOME". Its very very helpful in cluster setups with zope-conf-additional sections (buildout lacks to reference the current section). [jensens]
- Made test command compatible with zope.testing 3.6. [hannosch]
2.3.1
------------------
- No code changes. Released to fix the 2.3 release which put .egg files in the wild. [hannosch]