The tahoe-deps repo was also updated, and the tahoe-deps tarball was
regenerated.
Closes ticket:2722
Tahoe now requires Python 2.7 on all platforms. (#2445)
+Tahoe now requires Foolscap 0.10.1, which fixes incompatibilities with recent
+Twisted releases. (#2722, #2567)
Release 1.10.2 (2015-07-30)
'''''''''''''''''''''''''''
# * foolscap 0.8.0 generates 2048-bit RSA-with-SHA-256 signatures,
# rather than 1024-bit RSA-with-MD5. This also allows us to work
# with a FIPS build of OpenSSL.
- "foolscap >= 0.8.0",
+ "foolscap >= 0.10.1",
# Needed for SFTP.
# pycrypto 2.2 doesn't work due to <https://bugs.launchpad.net/pycrypto/+bug/620253>