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

Jim Fulton jim at zope.com
Wed Dec 6 11:45:09 EST 2006


Log message for revision 71457:
  Updated release info.
  

Changed:
  U   zc.buildout/branches/debug/CHANGES.txt
  U   zc.buildout/branches/debug/setup.py

-=-
Modified: zc.buildout/branches/debug/CHANGES.txt
===================================================================
--- zc.buildout/branches/debug/CHANGES.txt	2006-12-06 16:45:04 UTC (rev 71456)
+++ zc.buildout/branches/debug/CHANGES.txt	2006-12-06 16:45:08 UTC (rev 71457)
@@ -20,6 +20,16 @@
 Change History
 **************
 
+1.0.0b15 (2006-12-06)
+=====================
+
+Bugs Fixed
+----------
+
+- Uninstall recipes weren't loaded correctly in cases where
+  no parts in the (new) configuration used the recipe egg.
+
+
 1.0.0b14 (2006-12-05)
 =====================
 

Modified: zc.buildout/branches/debug/setup.py
===================================================================
--- zc.buildout/branches/debug/setup.py	2006-12-06 16:45:04 UTC (rev 71456)
+++ zc.buildout/branches/debug/setup.py	2006-12-06 16:45:08 UTC (rev 71457)
@@ -7,7 +7,7 @@
 name = "zc.buildout"
 setup(
     name = name,
-    version = "1.0.0b14",
+    version = "1.0.0b15",
     author = "Jim Fulton",
     author_email = "jim at zope.com",
     description = "System for managing development buildouts",



More information about the Checkins mailing list