diff options
author | Daniel Stenberg <daniel@haxx.se> | 2010-04-26 00:36:25 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2010-04-26 00:36:25 +0200 |
commit | 107146676e20a00074321b433baaaeb027464871 (patch) | |
tree | 831ec9244ec613ddc7978e599aad43dd64a202a3 /CHANGES | |
parent | 79dc74e84de3e239f2c7e2e03317ad2bcf679ab7 (diff) | |
download | curl-107146676e20a00074321b433baaaeb027464871.tar.gz |
SSH: init and cleanup libssh2 in global_init/cleanup
The necessary libssh2 functions require libssh2 1.2.5 or later.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -6,6 +6,11 @@ Changelog +Daniel Stenberg (26 Apr 2010) +- Make use of the libssh2_init/exit functions that libssh2 added in version + 1.2.5. Using them will improve how libcurl works in threaded situations when + SCP and SFTP are transfered. + Daniel Stenberg (25 Apr 2010) - Based on work by Kamil Dudka, I've introduced the new configure option --enable-threaded-resolver. When used, the configure script will check for |