Commit 13718f3e authored by jim's avatar jim

updated release info

git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@70198 62d5b8a3-27da-0310-9561-8e5933582275
parent aecb2de2
......@@ -8,7 +8,8 @@ priorities include:
- Making it easier to implement recipes by separating install and update.
- Making buildouts more
`repeatable <https://features.launchpad.net/products/zc.buildout/+spec/repeatable>`_
`repeatable
<https://features.launchpad.net/products/zc.buildout/+spec/repeatable>`_
- Adding support for making distributions from buildouts
......@@ -22,6 +23,15 @@ priorities include:
Change History
**************
1.0.0b6
=======
Fixed https://launchpad.net/products/zc.buildout/+bug/60582
Use of extension options caused bootstrapping to fail if the eggs
directory didn't already exist. We no longer use extensions for
bootstrapping. There really isn't any reason to anyway.
1.0.0b5
=======
......
......@@ -4,7 +4,7 @@ from setuptools import setup, find_packages
name = "zc.buildout"
setup(
name = name,
version = "1.0.0b5",
version = "1.0.0b6",
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