Release History
===============

0.3.1 (2009-09-25)
------------------

Fixed a latent bug that was exposed by recent changes to zc.buildout.

The bug causes installation scripts included in source releases to fail.

0.3.0 (2008-11-21)
------------------

New Features
++++++++++++

You can now use a --name (or -n) option to specify the name for a
generated release.

Bugs Fixed
++++++++++

Having an absolute eggs-directory in buildout.cfg will now give an
error instead of running forever trying to find a relative path. 

0.2 (2007-10-25)
----------------

New Features
++++++++++++

Added support for passing buildout option settings as command-line
options when building sources to supply values normally provided by
~/.buildout/default.cfg.

Bugs Fixed
++++++++++

Non-standard eggs-directory settings weren't handled correctly.

0.1 (2007-10-24)
----------------

Initial release
