diff --git a/CHANGES.txt b/CHANGES.txt index fc5ce6e809b2186540390a0d69583176be6865a7..21b1cab15af449c9ee2d960e9735669eb89483b6 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -7,6 +7,12 @@ Change History 1.0.6 (unreleased) ================== +- Manually reverted the changeset for the fix for + https://bugs.launchpad.net/zc.buildout/+bug/239212 to verify thet the test + actually fails with the changeset: + http://svn.zope.org/zc.buildout/trunk/src/zc/buildout/buildout.py?rev=87309&r1=87277&r2=87309 + Thanks tarek for pointing this out. (seletz) + - fixed the test for the += -= syntax in buildout.txt as the test was actually wronng. The original implementation did a split/join on whitespace, and later on that was corrected to respect the original diff --git a/src/zc/buildout/allowhosts.txt b/src/zc/buildout/allowhosts.txt index 56d604760bca53c6b669488b00d61e6e39097031..2b33002ce5295a734c6f8bed2d9d483afe939ffb 100644 --- a/src/zc/buildout/allowhosts.txt +++ b/src/zc/buildout/allowhosts.txt @@ -135,3 +135,5 @@ Test for 1.0.5 breakage as in https://bugs.launchpad.net/zc.buildout/+bug/239212 <BLANKLINE> The bug 239212 above would have got us an *AttrubuteError* on *buildout._allow_hosts*. +This was fixed in thhis changeset: +http://svn.zope.org/zc.buildout/trunk/src/zc/buildout/buildout.py?rev=87309&r1=87277&r2=87309