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

Jim Fulton jim at zope.com
Tue Dec 5 17:30:55 EST 2006


Log message for revision 71425:
  added 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-12-05 22:22:16 UTC (rev 71424)
+++ zc.buildout/trunk/CHANGES.txt	2006-12-05 22:30:55 UTC (rev 71425)
@@ -20,8 +20,8 @@
 Change History
 **************
 
-Unreleased version
-==================
+1.0.0b15 (2006-12-05)
+=====================
 
 Feature Changes
 ---------------
@@ -29,6 +29,15 @@
 - Added uninstall recipes for dealing with complex uninstallation
   scenarios.
 
+Bugs Fixed
+----------
+
+- Automatic upgrades weren't performed on Windows due to a bug that
+  caused buildout to incorrectly determine that it wasn't running
+  locally in a buildout.
+
+- Fixed some spurious test failures on Windows.
+
 1.0.0b13 (2006-12-04)
 =====================
 

Modified: zc.buildout/trunk/setup.py
===================================================================
--- zc.buildout/trunk/setup.py	2006-12-05 22:22:16 UTC (rev 71424)
+++ zc.buildout/trunk/setup.py	2006-12-05 22:30:55 UTC (rev 71425)
@@ -7,7 +7,7 @@
 name = "zc.buildout"
 setup(
     name = name,
-    version = "1.0.0b13",
+    version = "1.0.0b14",
     author = "Jim Fulton",
     author_email = "jim at zope.com",
     description = "System for managing development buildouts",



More information about the Checkins mailing list