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

Updated release info.

parent 2ee1e4e1
...@@ -20,8 +20,8 @@ priorities include: ...@@ -20,8 +20,8 @@ priorities include:
Change History Change History
************** **************
Next Release 1.0.0b10 (2006-10-16)
============ =====================
Feature Changes Feature Changes
--------------- ---------------
...@@ -38,6 +38,8 @@ Feature Changes ...@@ -38,6 +38,8 @@ Feature Changes
implicit dependency. We generate a warning if the distribution implicit dependency. We generate a warning if the distribution
is a develop egg. is a develop egg.
- You can now create develop eggs for setup scripts that don't use setuptools.
Bugs Fixed Bugs Fixed
---------- ----------
...@@ -49,6 +51,8 @@ Bugs Fixed ...@@ -49,6 +51,8 @@ Bugs Fixed
setuptools were available. Now we issue a warning and don't setuptools were available. Now we issue a warning and don't
upgrade. 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) 1.0.0b9 (2006-10-02)
==================== ====================
......
...@@ -24,12 +24,6 @@ the `Buildout examples`_. ...@@ -24,12 +24,6 @@ the `Buildout examples`_.
To lean more about using buildouts, see `Detailed Documentation`_. 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 Recipes
******* *******
......
...@@ -7,7 +7,7 @@ def read(*rnames): ...@@ -7,7 +7,7 @@ def read(*rnames):
name = "zc.buildout" name = "zc.buildout"
setup( setup(
name = name, name = name,
version = "1.0.0b9", version = "1.0.0b10",
author = "Jim Fulton", author = "Jim Fulton",
author_email = "jim@zope.com", author_email = "jim@zope.com",
description = "System for managing development buildouts", description = "System for managing development buildouts",
......
...@@ -8,7 +8,10 @@ To do ...@@ -8,7 +8,10 @@ To do
Change History 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 1.0.0b1
======= =======
......
...@@ -7,7 +7,7 @@ def read(*rnames): ...@@ -7,7 +7,7 @@ def read(*rnames):
name = "zc.recipe.egg" name = "zc.recipe.egg"
setup( setup(
name = name, name = name,
version = "1.0.0b1", version = "1.0.0b2",
author = "Jim Fulton", author = "Jim Fulton",
author_email = "jim@zope.com", author_email = "jim@zope.com",
description = "Recipe for installing Python package distributions as eggs", description = "Recipe for installing Python package distributions as eggs",
......
...@@ -2,7 +2,10 @@ ...@@ -2,7 +2,10 @@
Change History 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 1.0.0b2
======= =======
......
...@@ -7,7 +7,7 @@ def read(*rnames): ...@@ -7,7 +7,7 @@ def read(*rnames):
name = "zc.recipe.testrunner" name = "zc.recipe.testrunner"
setup( setup(
name = name, name = name,
version = "1.0.0b2", version = "1.0.0b3",
author = "Jim Fulton", author = "Jim Fulton",
author_email = "jim@zope.com", author_email = "jim@zope.com",
description = "ZC Buildout recipe for creating test runners", 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