[Checkins] SVN: zc.buildout/trunk/ added reference to the changeset which fixes 1.0.5 release breakage.

Stefan Eletzhofer stefan.eletzhofer at inquant.de
Thu Jun 12 05:34:37 EDT 2008


Log message for revision 87324:
  added reference to the changeset which fixes 1.0.5 release breakage.

Changed:
  U   zc.buildout/trunk/CHANGES.txt
  U   zc.buildout/trunk/src/zc/buildout/allowhosts.txt

-=-
Modified: zc.buildout/trunk/CHANGES.txt
===================================================================
--- zc.buildout/trunk/CHANGES.txt	2008-06-12 09:14:03 UTC (rev 87323)
+++ zc.buildout/trunk/CHANGES.txt	2008-06-12 09:34:36 UTC (rev 87324)
@@ -7,6 +7,12 @@
 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

Modified: zc.buildout/trunk/src/zc/buildout/allowhosts.txt
===================================================================
--- zc.buildout/trunk/src/zc/buildout/allowhosts.txt	2008-06-12 09:14:03 UTC (rev 87323)
+++ zc.buildout/trunk/src/zc/buildout/allowhosts.txt	2008-06-12 09:34:36 UTC (rev 87324)
@@ -135,3 +135,5 @@
     <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



More information about the Checkins mailing list