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

Jim Fulton jim at zope.com
Mon Dec 4 16:10:18 EST 2006


Log message for revision 71397:
  Updated release info.
  

Changed:
  U   zc.buildout/branches/dev/CHANGES.txt
  U   zc.buildout/branches/dev/zc.recipe.egg_/CHANGES.txt

-=-
Modified: zc.buildout/branches/dev/CHANGES.txt
===================================================================
--- zc.buildout/branches/dev/CHANGES.txt	2006-12-04 21:08:56 UTC (rev 71396)
+++ zc.buildout/branches/dev/CHANGES.txt	2006-12-04 21:10:17 UTC (rev 71397)
@@ -20,7 +20,7 @@
 Change History
 **************
 
-1.0.0b13 (2006-11-28)
+1.0.0b13 (2006-12-04)
 =====================
 
 Feature Changes
@@ -28,10 +28,19 @@
 
 - Variable substitutions now reflect option data written by recipes.
 
-- A part referenced by a part in a part list is now added to the part
+- A part referenced by a part in a parts list is now added to the parts
   list before the referencing part.  This means that you can omit
   parts from the parts list if they are referenced by other parts.
 
+- Added a develop function to the easy_install module to aid in
+  creating develop eggs with custom build_ext options.
+
+- The build and develop functions in the easy_install module now
+  return the path of the egg or egg link created.
+
+- Removed the limitation that parts named in the install command can
+  only name configured parts.
+
 - Removed support ConfigParser-style variable substitutions
   (e.g. %(foo)s). Only the string-template style of variable
   (e.g. ${section:option}) substitutions will be supported.
@@ -39,9 +48,6 @@
 
 - Deprecated the buildout-section extendedBy option.
 
-- Removed the limitation that parts named in the install command can
-  only name configured parts.
-
 Bugs Fixed
 ----------
 

Modified: zc.buildout/branches/dev/zc.recipe.egg_/CHANGES.txt
===================================================================
--- zc.buildout/branches/dev/zc.recipe.egg_/CHANGES.txt	2006-12-04 21:08:56 UTC (rev 71396)
+++ zc.buildout/branches/dev/zc.recipe.egg_/CHANGES.txt	2006-12-04 21:10:17 UTC (rev 71397)
@@ -8,6 +8,27 @@
 Change History
 **************
 
+1.0.0b3 (2006-12-04)
+====================
+
+Feature Changes
+---------------
+
+- Added a develop recipe for creating develop eggs.
+
+  This is useful to:
+
+  - Specify custom extension building options,
+
+  - Specify a version of Python to use, and to
+
+  - Cause develop eggs to be created after other parts.
+
+- The develop and build recipes now return the paths created, so that 
+  created eggs or egg links are removed when a part is removed (or
+  changed).
+
+
 1.0.0b2 (2006-10-16)
 ====================
 



More information about the Checkins mailing list