Commit 0882b06c authored by Jim Fulton's avatar Jim Fulton

Updated release info.

parent 2ee1e4e1
......@@ -20,8 +20,8 @@ priorities include:
Change History
**************
Next Release
============
1.0.0b10 (2006-10-16)
=====================
Feature Changes
---------------
......@@ -38,6 +38,8 @@ Feature Changes
implicit dependency. We generate a warning if the distribution
is a develop egg.
- You can now create develop eggs for setup scripts that don't use setuptools.
Bugs Fixed
----------
......@@ -49,6 +51,8 @@ Bugs Fixed
setuptools were available. Now we issue a warning and don't
upgrade.
- When installing zip-safe eggs from local directories, the eggs were
moved, rather than copied, removing them from the source directory.
1.0.0b9 (2006-10-02)
====================
......
......@@ -24,12 +24,6 @@ the `Buildout examples`_.
To lean more about using buildouts, see `Detailed Documentation`_.
Download
********
You can download zc.buildout and many buildout recipes from the
`Python Package Index <http://www.python.org/pypi>`_.
Recipes
*******
......
......@@ -7,7 +7,7 @@ def read(*rnames):
name = "zc.buildout"
setup(
name = name,
version = "1.0.0b9",
version = "1.0.0b10",
author = "Jim Fulton",
author_email = "jim@zope.com",
description = "System for managing development buildouts",
......
......@@ -8,7 +8,10 @@ To do
Change History
**************
Updated to work with zc.buildout 1.0.0b10.
1.0.0b2 (2006-10-16)
====================
Updated to work with (not get a warning from) zc.buildout 1.0.0b10.
1.0.0b1
=======
......
......@@ -7,7 +7,7 @@ def read(*rnames):
name = "zc.recipe.egg"
setup(
name = name,
version = "1.0.0b1",
version = "1.0.0b2",
author = "Jim Fulton",
author_email = "jim@zope.com",
description = "Recipe for installing Python package distributions as eggs",
......
......@@ -2,7 +2,10 @@
Change History
**************
Updated to work with zc.buildout 1.0.0b10.
1.0.0b3 (2006-10-16)
====================
Updated to work with (not get a warning from) zc.buildout 1.0.0b10.
1.0.0b2
=======
......
......@@ -7,7 +7,7 @@ def read(*rnames):
name = "zc.recipe.testrunner"
setup(
name = name,
version = "1.0.0b2",
version = "1.0.0b3",
author = "Jim Fulton",
author_email = "jim@zope.com",
description = "ZC Buildout recipe for creating test runners",
......
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