diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-02-23 16:28:51 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-02-23 16:28:51 +0000 |
commit | 735955282bca7b650b97329bbadfafaf282f54d3 (patch) | |
tree | 687a0855ab63786f20ab7f67ac7cc5e6951c8c2f | |
parent | dd056e54e2a178d7e268238930b9de6bb1ea1cbe (diff) |
For 7.19.5 (due to feature freeze)
220 - Take advantage of libssh2_version() that's been added for the upcoming
1.1, to extract the run-time version number properly.
-rw-r--r-- | TODO-RELEASE | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/TODO-RELEASE b/TODO-RELEASE index 046111963..6bf1187ef 100644 --- a/TODO-RELEASE +++ b/TODO-RELEASE @@ -16,5 +16,7 @@ To be addressed in 7.19.5 (planned release: May 2009) 215 - Patch for Metalink Support (for the curl tool) -220 - +220 - Take advantage of libssh2_version() that's been added for the upcoming + 1.1, to extract the run-time version number properly. +221 - |