Commit d3e2466f authored by Julien Muchembled's avatar Julien Muchembled

Fix Changelog rendering

parent 16f14591
......@@ -2,70 +2,70 @@ Changes
=======
3.10 (2017-03-15)
----------------
-----------------
* Drop zc.buildout version pinning to prevent loop in case of version
change.
* Drop zc.buildout version pinning to prevent loop in case of version
change.
3.9 (2017-03-15)
----------------
* Drop zc.buildout version pinning in reboot() to prevent loop in
case of version change.
* Drop zc.buildout version pinning in reboot() to prevent loop in
case of version change.
3.8 (2017-03-13)
----------------
* Use a dedicated rebootstrap directory only if
buildout:rebootstrap-directory is set.
* Use a dedicated rebootstrap directory only if
buildout:rebootstrap-directory is set.
3.7 (2016-08-18)
----------------
* Preserve bin-directory for generate bin/buildout on the
appropriate location.
* Preserve bin-directory for generate bin/buildout on the
appropriate location.
3.6 (2016-06-30)
----------------
* Add more parameters for the use case with slapos.package.
* Add more parameters for the use case with slapos.package.
3.5 (2016-06-10)
----------------
* Explicitly specify the python interpreter and the config file when
invoking a new buildout process to build rebootstrap directory.
* Explicitly specify the python interpreter and the config file when
invoking a new buildout process to build rebootstrap directory.
3.4 (2016-06-10)
----------------
* Use a dedicated buildout directory for building a rebootstrap
python. The change in 3.2 was wrong because it causes infinite loop
of rebootstrap and build for different version of python.
* Use a dedicated buildout directory for building a rebootstrap
python. The change in 3.2 was wrong because it causes infinite loop
of rebootstrap and build for different version of python.
3.3 (2016-01-20)
----------------
* Ignore MissingSection exception in _uninstall_part().
* Ignore MissingSection exception in _uninstall_part().
3.2 (2015-11-10)
----------------
* Support zc.buildout >= 2.0.0.
* Same parts directory as the normal buildout is used so that we can
build faster and also make the code simpler.
* Python part is now specified by `python` parameter in `buildout`
section.
* Restart automatically with the original python when running python
part is removed.
* Support zc.buildout >= 2.0.0.
* Same parts directory as the normal buildout is used so that we can
build faster and also make the code simpler.
* Python part is now specified by `python` parameter in `buildout`
section.
* Restart automatically with the original python when running python
part is removed.
3.1 (2011-06-24)
----------------
* Support eggs parameter in rebootstrap section in order to add additional
eggs for rebootstrapped buildout. [Łukasz Nowak]
* Support eggs parameter in rebootstrap section in order to add additional
eggs for rebootstrapped buildout.
3.0 (2011-05-27)
----------------
* Renamed from slapos.tool.rebootstrap 2.4 [Łukasz Nowak]
* Renamed from slapos.tool.rebootstrap 2.4
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