[Checkins] SVN: zc.buildoutsftp/branches/dev/ Updated release info.

Jim Fulton jim at zope.com
Thu Mar 15 16:13:57 EDT 2007


Log message for revision 73208:
  Updated release info.
  

Changed:
  U   zc.buildoutsftp/branches/dev/CHANGES.txt
  U   zc.buildoutsftp/branches/dev/setup.py

-=-
Modified: zc.buildoutsftp/branches/dev/CHANGES.txt
===================================================================
--- zc.buildoutsftp/branches/dev/CHANGES.txt	2007-03-15 20:13:54 UTC (rev 73207)
+++ zc.buildoutsftp/branches/dev/CHANGES.txt	2007-03-15 20:13:56 UTC (rev 73208)
@@ -5,6 +5,11 @@
 testing. I'm still trying to figure out how to write automated tests
 for this.
 
+0.2.2
+-----
+
+Fixed a bug in handling multiple host keys for a given host.
+
 0.2.1
 -----
 

Modified: zc.buildoutsftp/branches/dev/setup.py
===================================================================
--- zc.buildoutsftp/branches/dev/setup.py	2007-03-15 20:13:54 UTC (rev 73207)
+++ zc.buildoutsftp/branches/dev/setup.py	2007-03-15 20:13:56 UTC (rev 73208)
@@ -3,7 +3,7 @@
 name='zc.buildoutsftp'
 setup(
     name=name,
-    version = "0.2.1",
+    version = "0.2.2",
     author = "Jim Fulton",
     author_email = "jim at zope.com",
     description =



More information about the Checkins mailing list