Commit d3e2466f authored by Julien Muchembled's avatar Julien Muchembled

Fix Changelog rendering

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