Commit 98b35d04 authored by jim's avatar jim

Updated release info


git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@73125 62d5b8a3-27da-0310-9561-8e5933582275
parent 5bd0f585
......@@ -17,6 +17,19 @@ priorities include:
Change History
**************
1.0.0b22 (2007-03-09)
=====================
Feature Changes
---------------
- Added "logical tracebacks" that show functionally what the buildout
was doing when an error occurs. Don't show a Python traceback
unless the -D option is used.
- Added a -D option that causes the buildout to print a traceback and
start the pdb post-mortem debugger when an error occurs.
1.0.0b21 (2007-03-06)
=====================
......
......@@ -31,7 +31,7 @@ long_description=(
name = "zc.buildout"
setup(
name = name,
version = "1.0.0b21",
version = "1.0.0b22",
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