Commit 050107c1 authored by Julien Muchembled's avatar Julien Muchembled

Release buildout-1.7.1.post10

parent 57f3dd73
1.7.1.post10
------------
- Fix severe performance issues since 1.7.1.post7 by writing .installed.cfg
only once, in safe way and only if there's any change.
- Updating a part does not put it anymore at the end of the list of
installed parts. It was breaking uninstall dependencies.
1.7.1.post9 1.7.1.post9
----------- -----------
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
# #
############################################################################## ##############################################################################
name = "zc.buildout" name = "zc.buildout"
version = "1.7.1.post9" version = "1.7.1.post10"
import os import os
from setuptools import setup from setuptools import setup
......
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