]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
update FTP-and-SFTP.rst: the necessary patch is included in Twisted-10.1
authorBrian Warner <warner@lothar.com>
Fri, 25 Mar 2011 23:25:11 +0000 (16:25 -0700)
committerBrian Warner <warner@lothar.com>
Fri, 25 Mar 2011 23:25:11 +0000 (16:25 -0700)
docs/frontends/FTP-and-SFTP.rst

index 93c621216ef01e21eb454690717bc60829ab8d35..1ec15c96816be48fd27374f4f030bdb04c4dafb9 100644 (file)
@@ -179,13 +179,12 @@ library that is frequently installed as /usr/lib/libcryptopp.a, to avoid
 problems with non-alphanumerics in filenames).
 
 The FTP server requires code in Twisted that enables asynchronous closing of
-file-upload operations. This code was landed to Twisted's SVN trunk in r28453
-on 23-Feb-2010, slightly too late for the Twisted-10.0 release, but it should
-be present in the next release after that. To use Tahoe-LAFS's FTP server with
-Twisted-10.0 or earlier, you will need to apply the patch attached to
-http://twistedmatrix.com/trac/ticket/3462 . The Tahoe-LAFS node will refuse to
-start the FTP server unless it detects the necessary support code in Twisted.
-This patch is not needed for SFTP.
+file-upload operations. This code is present in Twisted-10.1 (released
+27-June-2010), but not in Twisted-10.0 (released 01-March-2010). To use
+Tahoe-LAFS's FTP server with Twisted-10.0 or earlier, you will need to apply
+the patch attached to http://twistedmatrix.com/trac/ticket/3462 . The
+Tahoe-LAFS node will refuse to start the FTP server unless it detects the
+necessary support code in Twisted. This patch is not needed for SFTP.
 
 Immutable and Mutable Files
 ===========================