[Checkins] SVN: zc.buildout/trunk/ prep for release

Gary Poster gary.poster at canonical.com
Sun Aug 29 16:51:24 EDT 2010


Log message for revision 116010:
  prep for release

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

-=-
Modified: zc.buildout/trunk/CHANGES.txt
===================================================================
--- zc.buildout/trunk/CHANGES.txt	2010-08-29 20:46:38 UTC (rev 116009)
+++ zc.buildout/trunk/CHANGES.txt	2010-08-29 20:51:23 UTC (rev 116010)
@@ -1,15 +1,15 @@
 Change History
 **************
 
-1.5.1 (unreleased)
+1.5.1 (2010-08-29)
 ==================
 
 New features:
 
 - Scripts store the old PYTHONPATH in BUILDOUT_ORIGINAL_PYTHONPATH if it
   existed, and store nothing in the value if it did not exist.  This allows
-  recipes that do not want subprocesses to have the system-Python-protected
-  site.py to set the environment of the subprocess appropriately.
+  code that does not want subprocesses to have the system-Python-protected
+  site.py to set the environment of the subprocess as it was originally.
 
 Bugs fixed:
 

Modified: zc.buildout/trunk/setup.py
===================================================================
--- zc.buildout/trunk/setup.py	2010-08-29 20:46:38 UTC (rev 116009)
+++ zc.buildout/trunk/setup.py	2010-08-29 20:51:23 UTC (rev 116010)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 name = "zc.buildout"
-version = "1.5.1dev"
+version = "1.5.1"
 
 import os
 from setuptools import setup



More information about the checkins mailing list