[Checkins] SVN: zc.buildout/branches/help-api/ added reference to the changeset which fixes 1.0.5 release breakage.

Godefroid Chapelle gotcha at bubblenet.be
Sun Mar 29 17:20:16 EDT 2009


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

Changed:
  U   zc.buildout/branches/help-api/CHANGES.txt
  U   zc.buildout/branches/help-api/src/zc/buildout/allowhosts.txt

-=-
Modified: zc.buildout/branches/help-api/CHANGES.txt
===================================================================
--- zc.buildout/branches/help-api/CHANGES.txt	2009-03-29 21:20:09 UTC (rev 98495)
+++ zc.buildout/branches/help-api/CHANGES.txt	2009-03-29 21:20:16 UTC (rev 98496)
@@ -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/branches/help-api/src/zc/buildout/allowhosts.txt
===================================================================
--- zc.buildout/branches/help-api/src/zc/buildout/allowhosts.txt	2009-03-29 21:20:09 UTC (rev 98495)
+++ zc.buildout/branches/help-api/src/zc/buildout/allowhosts.txt	2009-03-29 21:20:16 UTC (rev 98496)
@@ -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