[Checkins] SVN: zc.buildout/trunk/ updated release info

Jim Fulton jim at zope.com
Fri Sep 15 17:27:56 EDT 2006


Log message for revision 70198:
  updated release info

Changed:
  U   zc.buildout/trunk/CHANGES.txt
  U   zc.buildout/trunk/setup.py

-=-
Modified: zc.buildout/trunk/CHANGES.txt
===================================================================
--- zc.buildout/trunk/CHANGES.txt	2006-09-15 21:24:27 UTC (rev 70197)
+++ zc.buildout/trunk/CHANGES.txt	2006-09-15 21:27:56 UTC (rev 70198)
@@ -8,7 +8,8 @@
 - Making it easier to implement recipes by separating install and update.
 
 - Making buildouts more 
-  `repeatable <https://features.launchpad.net/products/zc.buildout/+spec/repeatable>`_
+  `repeatable
+  <https://features.launchpad.net/products/zc.buildout/+spec/repeatable>`_
 
 
 - Adding support for making distributions from buildouts
@@ -22,6 +23,15 @@
 Change History
 **************
 
+1.0.0b6
+=======
+
+Fixed https://launchpad.net/products/zc.buildout/+bug/60582
+Use of extension options caused bootstrapping to fail if the eggs
+directory didn't already exist.  We no longer use extensions for
+bootstrapping.  There really isn't any reason to anyway.
+
+
 1.0.0b5
 =======
 

Modified: zc.buildout/trunk/setup.py
===================================================================
--- zc.buildout/trunk/setup.py	2006-09-15 21:24:27 UTC (rev 70197)
+++ zc.buildout/trunk/setup.py	2006-09-15 21:27:56 UTC (rev 70198)
@@ -4,7 +4,7 @@
 name = "zc.buildout"
 setup(
     name = name,
-    version = "1.0.0b5",
+    version = "1.0.0b6",
     author = "Jim Fulton",
     author_email = "jim at zope.com",
     description = "System for managing development buildouts",



More information about the Checkins mailing list