Commit 083e469a authored by Reinout van Rees's avatar Reinout van Rees

Updated changelog

parent 93f94401
Change History
**************
2.0.0b2 (unreleased)
====================
- Integrated the `buildout-versions
<http://packages.python.org/buildout-versions/>`_ extension into buildout
itself. For this, a few options were added to buildout:
- If ``show-picked-versions`` is set to true, all picked versions are
printed at the end of the buildout run. This saves you from running
buildout in verbose mode and extracting the picked versions from the
output.
- If ``update-versions-file`` is set to a filename (relative to the buildout
directory), the ``show-picked-versions`` output is appended to that file.
- Also from buildout-versions: if a ``python`` version is given in the
versions, buildout now checks if it is running with that python
version. Handy if you know it the buildout only functions with a specific
python version.
2.0.0b1 (2013-01-21)
====================
- buildout options can be given on the command line using the form::
- Buildout options can be given on the command line using the form::
option_name=value
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment