Commit f6830116 authored by jim's avatar jim

Updated release info.


git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@70901 62d5b8a3-27da-0310-9561-8e5933582275
parent a54f140c
......@@ -20,6 +20,25 @@ priorities include:
Change History
**************
1.0.0b11 (2006-10-24)
=====================
Bugs Fixed
----------
`67737 <https://launchpad.net/products/zc.buildout/+bug/67737>`_
Verbose and quite output options caused errors when the
develop buildout option was used to create develop eggs.
`67871 <https://launchpad.net/products/zc.buildout/+bug/67871>`_
Installation failed if the source was a (local) unzipped
egg.
`67873 <https://launchpad.net/products/zc.buildout/+bug/67873>`_
There was an error in producing an error message when part names
passed to the install command weren't included in the
configuration.
1.0.0b10 (2006-10-16)
=====================
......
......@@ -7,7 +7,7 @@ def read(*rnames):
name = "zc.buildout"
setup(
name = name,
version = "1.0.0b10",
version = "1.0.0b11",
author = "Jim Fulton",
author_email = "jim@zope.com",
description = "System for managing development buildouts",
......
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