[Checkins] SVN: zc.buildoutsftp/branches/dev/README.txt *** empty log message ***

Jim Fulton jim at zope.com
Mon Jun 22 14:56:54 EDT 2009


Log message for revision 101231:
  *** empty log message ***

Changed:
  U   zc.buildoutsftp/branches/dev/README.txt

-=-
Modified: zc.buildoutsftp/branches/dev/README.txt
===================================================================
--- zc.buildoutsftp/branches/dev/README.txt	2009-06-22 18:50:03 UTC (rev 101230)
+++ zc.buildoutsftp/branches/dev/README.txt	2009-06-22 18:56:54 UTC (rev 101231)
@@ -5,7 +5,7 @@
 The zc.buildoutsftp package provides a zc.buildout extension that
 provides support for SFTP.  To use it, simply provide the option::
 
-  extension = zc.buildoutsftp 
+  extension = zc.buildoutsftp
 
 in your buildout section. Then you can use sftp URLs for fine-links or
 index URLs. (Note that zc.buildout >=1.0.0b5 is needed for this to
@@ -60,6 +60,13 @@
 testing. I'm still trying to figure out how to write automated tests
 for this.
 
+0.6.0 (2009/06/22)
+------------------
+
+Added an unload entry point.  This is necessary so we don't hang when
+the buildout process exits due to non-daemonic paramiko connection
+threads.
+
 0.5.0 (2008/12/08)
 ------------------
 
@@ -104,7 +111,7 @@
 0.2
 ---
 
-Added missing entry point.  
+Added missing entry point.
 
 Adjusted content-type information to work with setuptools.
 



More information about the Checkins mailing list