- Stephen Collyer pointed out that configure --with-libssh2 without a given

path didn't work properly but now it does!
This commit is contained in:
Daniel Stenberg
2008-03-27 23:13:57 +00:00
parent 342fa1cf06
commit cd2814725a
2 changed files with 6 additions and 1 deletions

View File

@@ -6,6 +6,10 @@
Changelog Changelog
Daniel Stenberg (28 Mar 2008)
- Stephen Collyer pointed out that configure --with-libssh2 without a given
path didn't work properly.
Daniel Stenberg (27 Mar 2008) Daniel Stenberg (27 Mar 2008)
- As found out and reported by Dan Petitt, libcurl didn't show progress/call - As found out and reported by Dan Petitt, libcurl didn't show progress/call
the progress callback for the first (potentially huge) piece of body data the progress callback for the first (potentially huge) piece of body data

View File

@@ -53,6 +53,7 @@ This release includes the following bugfixes:
o SCP infinite loop when downloading a zero byte file o SCP infinite loop when downloading a zero byte file
o setting the CURLOPT_SSL_CTX_FUNCTION with libcurl built without OpenSSL o setting the CURLOPT_SSL_CTX_FUNCTION with libcurl built without OpenSSL
now makes curl_easy_setopt() properly return failure now makes curl_easy_setopt() properly return failure
o configure --with-libssh2 (with no given path)
This release includes the following known bugs: 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, Dan Fandrich, Mike Hommey, Pooyan McSporran, Jerome Muffat-Meridol,
Kaspar Brand, Gautam Kachroo, Zmey Petroff, Georg Lippitsch, Sam Listopad, Kaspar Brand, Gautam Kachroo, Zmey Petroff, Georg Lippitsch, Sam Listopad,
Anatoli Tubman, Mike Protts, Michael Calmer, Brian Ulm, Dmitry Popov, 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) Thanks! (and sorry if I forgot to mention someone)