* Updated `setup.py` to account for packaging problems in PyCrypto 2.4.0
1.7.8
* Initial fork of Paramiko 1.7.7.1 * Renamed package to 'ssh' * Added an extra `atfork()` call to help prevent spurious RNG errors when running under high parallel (multiprocess) load.
<!-- vim:set ft=markdown : -->
==== NEWS ====
Highlights of what's new in each release:
Releases ========
1.7.7.1
------------------------- * Make the verification phase of SFTP.put optional (Larry Wright) * Patches to fix AIX support (anonymous) * Patch from Michele Bertoldi to allow compression to be turned on in the client constructor. * Patch from Shad Sharma to raise an exception if the transport isn't active when you try to open a new channel. * Stop leaking file descriptors in the SSH agent (John Adams) * More fixes for Windows address family support (Andrew Bennetts) * Use Crypto.Random rather than Crypto.Util.RandomPool (Gary van der Merwe, 271791) * Support for openssl keys (tehfink) * Fix multi-process support by calling Random.atfork (sugarc0de)
1.7.6
--------------------- * fixed bugs 411099 (sftp chdir isn't unicode-safe), 363163 & 411910 (more IPv6 problems on windows), 413850 (race when server closes the channel), 426925 (support port numbers in host keys)
1.7.5
----------------------- * added support for ARC4 cipher and CTR block chaining (Denis Bernard) * made transport threads daemonize, to fix python 2.6 atexit behavior * support unicode hostnames, and IP6 addresses (Maxime Ripard, Shikhar Bhushan) * various small bug fixes
1.7.4
------------------------ * more randpool fixes for windows, from Dwayne Litzenberger (NOTE: this may require a pycrypto upgrade on windows) * fix potential deadlock during key exchange (Dwayne Litzenberger) * remove MFC dependency from windows (Mark Hammond) * added some optional API improvements for SFTPClient get() and put()