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

Jim Fulton jim at zope.com
Wed Nov 22 07:14:54 EST 2006


Log message for revision 71264:
  Updated release info.
  

Changed:
  U   zc.recipe.cmmi/trunk/CHANGES.txt
  U   zc.recipe.cmmi/trunk/README.txt
  U   zc.recipe.cmmi/trunk/zc/recipe/cmmi/README.txt

-=-
Modified: zc.recipe.cmmi/trunk/CHANGES.txt
===================================================================
--- zc.recipe.cmmi/trunk/CHANGES.txt	2006-11-22 11:49:45 UTC (rev 71263)
+++ zc.recipe.cmmi/trunk/CHANGES.txt	2006-11-22 12:14:54 UTC (rev 71264)
@@ -1,14 +1,15 @@
-======================
-zc.recipe.cmmi changes
-======================
+Release History
+***************
 
-unreleased
-==========
+1.0.1 (2006-11-22)
+==================
 
-Features added
---------------
+Bugs Fixed
+----------
 
-Added an 'extra_options' buildout option to pass extra configure
-options to the configure step. This is useful when compiling a library
-that expects another library to be installed in another part already,
-such as libxslt which expects libxml2.
+Added missing zip_safe flag.
+
+1.0 (2006-11-22)
+================
+
+Initial release.

Modified: zc.recipe.cmmi/trunk/README.txt
===================================================================
--- zc.recipe.cmmi/trunk/README.txt	2006-11-22 11:49:45 UTC (rev 71263)
+++ zc.recipe.cmmi/trunk/README.txt	2006-11-22 12:14:54 UTC (rev 71264)
@@ -1,7 +1,8 @@
+************************************************************
 Recipe installing a download via configure/make/make install
-============================================================
+************************************************************
 
-This recipe currently has a single option:
+The configure-make-make-install recipe automates installation of
+configure-based source distribution into buildouts.
 
-url 
-  The URL to download the source from.
+.. contents::

Modified: zc.recipe.cmmi/trunk/zc/recipe/cmmi/README.txt
===================================================================
--- zc.recipe.cmmi/trunk/zc/recipe/cmmi/README.txt	2006-11-22 11:49:45 UTC (rev 71263)
+++ zc.recipe.cmmi/trunk/zc/recipe/cmmi/README.txt	2006-11-22 12:14:54 UTC (rev 71264)
@@ -1,9 +1,5 @@
-The configure-make-make-install recipe automates installation of
-traditional configure-based source distribution into buildouts.
+We have an archive with a demo foo tar ball:
 
-The only option is the url option which gives the location of a source
-archive.   We have an archive with a demo foo tar ball:
-
     >>> ls(distros)
     -  foo.tgz
 
@@ -19,7 +15,7 @@
     ... url = file://%s/foo.tgz
     ... """ % distros)
 
-We used the URL option to specify the location of the archive.
+We used the url option to specify the location of the archive.
 
 If we run the buildout, the configure script in the archive is run.
 It creates a make file which is also run:



More information about the Checkins mailing list