aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2009-03-13 09:58:15 +0000
committerDaniel Stenberg <daniel@haxx.se>2009-03-13 09:58:15 +0000
commit74ba4d7950fa001d0a9dddfddacb240ae2c69c6c (patch)
treea73ec97082c4b6492b4c5189d62ab468b089a50f /RELEASE-NOTES
parentfa9643666128a8ed60e22d4e0fa56e8638726d23 (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-NOTES2
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: