Release 1.6.0-dev-SlapOS-009

parent c7540f96
1.6.0-dev-SlapOS-009
--------------------
- Fix call to super() in AllowHostsPackageIndex (related to bug 1041249)
- unserialize values _after_ loading _data (so they are not
overwritten) (related to serialisation)
1.6.0-dev-SlapOS-008 1.6.0-dev-SlapOS-008
-------------------- --------------------
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
# #
############################################################################## ##############################################################################
name = "zc.buildout" name = "zc.buildout"
version = "1.6.0-dev-SlapOS-008" version = "1.6.0-dev-SlapOS-009"
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