diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-03-27 23:13:57 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-03-27 23:13:57 +0000 |
commit | cd2814725a0b353a3124ec6986be44e4c8a9a53e (patch) | |
tree | 610a4f5816dc58f29fc6334eb574f613a5e25090 /RELEASE-NOTES | |
parent | 342fa1cf06e38942e9ffc0fb213882d2ee2f1e62 (diff) |
- Stephen Collyer pointed out that configure --with-libssh2 without a given
path didn't work properly but now it does!
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index a2bed63aa..3e7d6b354 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -53,6 +53,7 @@ This release includes the following bugfixes: o SCP infinite loop when downloading a zero byte file o setting the CURLOPT_SSL_CTX_FUNCTION with libcurl built without OpenSSL now makes curl_easy_setopt() properly return failure + o configure --with-libssh2 (with no given path) This release includes the following known bugs: @@ -73,6 +74,6 @@ advice from friends like these: Dan Fandrich, Mike Hommey, Pooyan McSporran, Jerome Muffat-Meridol, Kaspar Brand, Gautam Kachroo, Zmey Petroff, Georg Lippitsch, Sam Listopad, Anatoli Tubman, Mike Protts, Michael Calmer, Brian Ulm, Dmitry Popov, - Jes Badwal, Dan Petitt + Jes Badwal, Dan Petitt, Stephen Collyer Thanks! (and sorry if I forgot to mention someone) |