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

Jim Fulton jim at zope.com
Fri Feb 1 09:46:53 EST 2008


Log message for revision 83378:
  Updated release info.
  

Changed:
  U   zc.recipe.deployment/trunk/README.txt
  U   zc.recipe.deployment/trunk/setup.py

-=-
Modified: zc.recipe.deployment/trunk/README.txt
===================================================================
--- zc.recipe.deployment/trunk/README.txt	2008-02-01 14:46:46 UTC (rev 83377)
+++ zc.recipe.deployment/trunk/README.txt	2008-02-01 14:46:53 UTC (rev 83378)
@@ -46,6 +46,19 @@
 Changes
 *******
 
+0.6 (2008-02-01)
+================
+
+Features Added
+--------------
+
+Added the ability to specify a name independent of the section name.
+Also, provide a name option for use by recipes.
+
+Important note to recipe authors: Recipes should use the deployment
+name option rather than the deployment name when computing names of
+generated files.
+
 0.5 (Mar 23, 2007)
 ==================
 

Modified: zc.recipe.deployment/trunk/setup.py
===================================================================
--- zc.recipe.deployment/trunk/setup.py	2008-02-01 14:46:46 UTC (rev 83377)
+++ zc.recipe.deployment/trunk/setup.py	2008-02-01 14:46:53 UTC (rev 83378)
@@ -20,7 +20,7 @@
 
 setup(
     name = name,
-    version = '0.5',
+    version = '0.6',
     author = 'Jim Fulton',
     author_email = 'jim at zope.com',
     description = 'ZC Buildout recipe for Unix deployments',



More information about the Checkins mailing list