summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-08-02 17:25:33 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-08-02 17:25:33 +0000
commite7801afed1e66c184f56d430f9d48e4aafda42ba (patch)
treeb3744d1902a7cc95acc5ec731c342abe1c8bed96
parent929366b5aead7301c4872713acb543c73443959f (diff)
downloadgnurl-e7801afed1e66c184f56d430f9d48e4aafda42ba.tar.gz
gnurl-e7801afed1e66c184f56d430f9d48e4aafda42ba.tar.bz2
gnurl-e7801afed1e66c184f56d430f9d48e4aafda42ba.zip
manual fix, select() loop fix, progress callback fix
-rw-r--r--CHANGES9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index a99b1f882..ce90e84df 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.