Commit 11ab11d9 authored by jim's avatar jim

Updated release info

git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@76787 62d5b8a3-27da-0310-9561-8e5933582275
parent 461f480b
......@@ -8,9 +8,28 @@ priorities include:
- Adding support for making distributions from buildouts
I recently broke buildout on Windows pretty badly. My apologies! I
plan to get builout working on Windows again in 1.0.0b27. (Actually,
I'm hoping to end this prolonged "beta" cycle and produce a 1.0.0
final soon.)
Change History
**************
1.0.0b26 (2007-06-19)
=====================
Feature Changes
---------------
- Thanks to recent fixes in setuptools, I was able to change buildout
to use find-link and index information when searching extensions.
Sadly, this work, especially the timing, was motivated my the need
to use alternate indexes due to performance problems in the cheese
shop (http://www.python.org/pypi/). I really home we can address
these performance problems soon.
1.0.0b25 (2007-05-31)
=====================
......
......@@ -35,7 +35,7 @@ open('doc.txt', 'w').write(long_description)
name = "zc.buildout"
setup(
name = name,
version = "1.0.0b25",
version = "1.0.0b26",
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