diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-03-13 09:58:15 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-03-13 09:58:15 +0000 |
commit | 74ba4d7950fa001d0a9dddfddacb240ae2c69c6c (patch) | |
tree | a73ec97082c4b6492b4c5189d62ab468b089a50f /CHANGES | |
parent | fa9643666128a8ed60e22d4e0fa56e8638726d23 (diff) |
- Use libssh2_version() to present the libssh2 version in case the libssh2
library is found to support it.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -6,6 +6,10 @@ Changelog +Daniel Stenberg (13 Mar 2009) +- Use libssh2_version() to present the libssh2 version in case the libssh2 + library is found to support it. + Yang Tse (12 Mar 2009) - Added missing Curl_read() return code checking in TELNET transfers. |