[Checkins] SVN: zc.recipe.cmmi/branches/miles-download-cache/ - this is a feature, so bump the middle number

Fred L. Drake, Jr. fdrake at gmail.com
Mon Aug 6 21:15:34 EDT 2007


Log message for revision 78647:
  - this is a feature, so bump the middle number
  - fix word-wrap (<= 79 characters)
  

Changed:
  U   zc.recipe.cmmi/branches/miles-download-cache/CHANGES.txt
  U   zc.recipe.cmmi/branches/miles-download-cache/setup.py

-=-
Modified: zc.recipe.cmmi/branches/miles-download-cache/CHANGES.txt
===================================================================
--- zc.recipe.cmmi/branches/miles-download-cache/CHANGES.txt	2007-08-07 01:10:29 UTC (rev 78646)
+++ zc.recipe.cmmi/branches/miles-download-cache/CHANGES.txt	2007-08-07 01:15:34 UTC (rev 78647)
@@ -1,13 +1,13 @@
 Release History
 ***************
 
-1.0.3
+1.1.0
 =====
 
 Added support for:
 
- - download-cache: downloaded files are cached in the 'cmmi' subdirectory of the cache
-   cache keys are hashes of the url that the file was downloaded from
+ - download-cache: downloaded files are cached in the 'cmmi' subdirectory of
+   the cache cache keys are hashes of the url that the file was downloaded from
    cache information recorded in the cache.ini file within each directory
 
  - offline mode: cmmi will not go online if the package is not in the cache

Modified: zc.recipe.cmmi/branches/miles-download-cache/setup.py
===================================================================
--- zc.recipe.cmmi/branches/miles-download-cache/setup.py	2007-08-07 01:10:29 UTC (rev 78646)
+++ zc.recipe.cmmi/branches/miles-download-cache/setup.py	2007-08-07 01:15:34 UTC (rev 78647)
@@ -21,7 +21,7 @@
 name = "zc.recipe.cmmi"
 setup(
     name = name,
-    version = "1.0.2",
+    version = "1.1.0",
     author = "Jim Fulton",
     author_email = "jim at zope.com",
     description = "ZC Buildout recipe for configure/make/make install",



More information about the Checkins mailing list