---
- Increased 'zodb_cache_size' default value to 5000, which is more likely a
better default these days.
[hannosch]
- Added support for 'extra-paths' as in 'zc.recipe.egg'; this is useful when
using regular python packages for which no eggs are available (yet), i.e.
with 'plone.recipe.distros'.
[witsch]
- Added zeo-storage option (merge branch ree-add-zeo-storage-option).
[ree]
- Avoid doubled entries to eggs specified in the buildout in 'sys.path':
the working set ('ws') gets passed again when installing the script
('bin/instance'), but it is not also added to 'extra_paths'.
[witsch]
- Patching 'PYTHONPATH' in the Zope startup skripts should insert all
additional paths (to eggs) __before__ 'SOFTWARE_HOME', because otherwise
(newer) egg versions of components from the standard Zope distribution
(i.e. stuff that lives in 'lib/python') cannot be used.
[witsch]
- Changed the option to suppress deprecation warnings to "--nowarn" or
'--nowarning" to be consistent with "zopectl test".
[witsch]
- Added option "-w" to allow the test runner to suppress deprecation warnings,
so it's easier to spot failing tests...
[witsch]
- Updated import for Zope 2.7 (and below) compatibility.
[duffyd]
- Merging -r51966:52659 claytron-zopeconfoptions branch to trunk.
[claytron]
- Made the config snippet prettier while still getting the resulting
indentation right.
[witsch]