Commit b6efe7dd authored by Jim Fulton's avatar Jim Fulton

Updated release info

parent 3dcc234b
...@@ -17,6 +17,19 @@ priorities include: ...@@ -17,6 +17,19 @@ priorities include:
Change History 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) 1.0.0b21 (2007-03-06)
===================== =====================
......
...@@ -31,7 +31,7 @@ long_description=( ...@@ -31,7 +31,7 @@ long_description=(
name = "zc.buildout" name = "zc.buildout"
setup( setup(
name = name, name = name,
version = "1.0.0b21", version = "1.0.0b22",
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",
......
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