From: Daniel Stenberg Date: Thu, 2 Aug 2001 17:25:33 +0000 (+0000) Subject: manual fix, select() loop fix, progress callback fix X-Git-Tag: curl-7_8_1-pre3~15 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e7801afed1e66c184f56d430f9d48e4aafda42ba;p=thirdparty%2Fcurl.git manual fix, select() loop fix, progress callback fix --- diff --git a/CHANGES b/CHANGES index a99b1f8821..ce90e84df7 100644 --- a/CHANGES +++ b/CHANGES @@ -6,6 +6,15 @@ History of Changes +Daniel (2 August 2001) +- Frank Keeney pointed out a manual mistake for certificate convertions. + +- Tomasz Lacki pointed out a problem in the transfer loop that could make the + select() loop use far too much CPU. + +- Pawel A. Gajda pointed out an output mistake done when using libcurl's + progress callback. + Daniel (29 June 2001) - Naveen Noel noticed that the Borland library makefile wasn't updated.