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

Jim Fulton jim at zope.com
Tue Jun 19 10:01:31 EDT 2007


Log message for revision 76787:
  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	2007-06-19 11:21:40 UTC (rev 76786)
+++ zc.buildout/trunk/CHANGES.txt	2007-06-19 14:01:30 UTC (rev 76787)
@@ -8,9 +8,28 @@
 
 - Adding support for making distributions from buildouts
 
+I recently broke buildout on Windows pretty badly.  My apologies!  I
+plan to get builout working on Windows again in 1.0.0b27. (Actually,
+I'm hoping to end this prolonged "beta" cycle and produce a 1.0.0
+final soon.) 
+
 Change History
 **************
 
+1.0.0b26 (2007-06-19)
+=====================
+
+Feature Changes
+---------------
+
+- Thanks to recent fixes in setuptools, I was able to change buildout
+  to use find-link and index information when searching extensions.
+
+  Sadly, this work, especially the timing, was motivated my the need
+  to use alternate indexes due to performance problems in the cheese
+  shop (http://www.python.org/pypi/).  I really home we can address
+  these performance problems soon.
+
 1.0.0b25 (2007-05-31)
 =====================
 

Modified: zc.buildout/trunk/setup.py
===================================================================
--- zc.buildout/trunk/setup.py	2007-06-19 11:21:40 UTC (rev 76786)
+++ zc.buildout/trunk/setup.py	2007-06-19 14:01:30 UTC (rev 76787)
@@ -35,7 +35,7 @@
 name = "zc.buildout"
 setup(
     name = name,
-    version = "1.0.0b25",
+    version = "1.0.0b26",
     author = "Jim Fulton",
     author_email = "jim at zope.com",
     description = "System for managing development buildouts",



More information about the Checkins mailing list