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 /RELEASE-NOTES | |
parent | fa9643666128a8ed60e22d4e0fa56e8638726d23 (diff) |
- Use libssh2_version() to present the libssh2 version in case the libssh2
library is found to support it.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index f8e97a528..6323e36c2 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -11,6 +11,8 @@ This release includes the following changes: o libcurl now closes all dead connections whenever you attempt to open a new connection + o libssh2's version number can now be figured out run-time instead of using + the build-time fixed number This release includes the following bugfixes: |