]> granicus.if.org Git - curl/commitdiff
manual fix, select() loop fix, progress callback fix
authorDaniel Stenberg <daniel@haxx.se>
Thu, 2 Aug 2001 17:25:33 +0000 (17:25 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 2 Aug 2001 17:25:33 +0000 (17:25 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index a99b1f8821041eb850ee1b0f8a7b630b94fd6fdd..ce90e84df7d21e1fa7f5c617a3ac80b86a4c34e2 100644 (file)
--- 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.