Commit d7fb5c30 authored by Hanno Schlichting's avatar Hanno Schlichting

more doc updates / tweaks

parent bff934dc
...@@ -4,6 +4,8 @@ Change History ...@@ -4,6 +4,8 @@ Change History
1.4.5 (unreleased) 1.4.5 (unreleased)
================== ==================
- Switched development location to github.com/buildout.
- Avoid sorting the working set and requirements when it won't be - Avoid sorting the working set and requirements when it won't be
logged. When profiling a simple buildout with 10 parts with logged. When profiling a simple buildout with 10 parts with
identical and large working sets, this resulted in a decrease of run identical and large working sets, this resulted in a decrease of run
...@@ -26,7 +28,7 @@ Bugs fixed: ...@@ -26,7 +28,7 @@ Bugs fixed:
The 1.4.4 release is a release for people who encounter trouble The 1.4.4 release is a release for people who encounter trouble
with the 1.5 line. By switching to `the associated bootstrap script with the 1.5 line. By switching to `the associated bootstrap script
<http://svn.zope.org/repos/main/zc.buildout/branches/1.4/bootstrap/bootstrap.py>`_ <https://raw.github.com/buildout/buildout/master/bootstrap/bootstrap.py>`_
you can stay on 1.4.4 until you are ready to migrate. you can stay on 1.4.4 until you are ready to migrate.
1.4.3 (2009-12-10) 1.4.3 (2009-12-10)
......
...@@ -119,9 +119,9 @@ This is probably the most common type of buildout. ...@@ -119,9 +119,9 @@ This is probably the most common type of buildout.
If I need to run a previous version of zc.buildout, I use the If I need to run a previous version of zc.buildout, I use the
`--version` option of the bootstrap.py script:: `--version` option of the bootstrap.py script::
$ python bootstrap.py --version 1.1.3 $ python bootstrap.py --version 1.4.2
The `zc.buildout project <http://svn.zope.org/zc.buildout/trunk>`_ The `buildout project <https://github.com/buildout/buildout>`_
is a slightly more complex example of this type of buildout. is a slightly more complex example of this type of buildout.
Install egg-based scripts Install egg-based scripts
...@@ -184,6 +184,6 @@ Questions and Bug Reporting ...@@ -184,6 +184,6 @@ Questions and Bug Reporting
Please send questions and comments to the Please send questions and comments to the
`distutils SIG mailing list <mailto://distutils-sig@python.org>`_. `distutils SIG mailing list <mailto://distutils-sig@python.org>`_.
Report bugs using the `zc.buildout Launchpad Bug Tracker Report bugs using the `buildout Issues Tracker
<https://launchpad.net/products/zc.buildout/+bugs>`_. <https://github.com/buildout/buildout/issues>`_.
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