aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-03-02 11:41:23 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-03-02 11:41:23 +0000
commitd7999f9fcba27aea9d516c055e38f9dbd1e62267 (patch)
tree52f13ba2f4c3ae0a01362bd1a761e3547cc0e1b1 /CHANGES
parentf13eba4c78f5e8d73968a1aab4e8a8b3f0c00355 (diff)
mention Dan F's out-of-file handles fix from the other day
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 916bb2f1d..2a9f4a2bf 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,11 @@ Daniel (2 March 2006)
- Added a check for getprotobyname in configure so that it'll be used, thanks
to Gisle Vanem's change the other day.
+Daniel (28 February 2006)
+- Dan Fandrich prevented curl from getting stuck in an endless loop in case we
+ are out of file handles very early in curl's code where it makes sure that
+ 0, 1 and 2 aren't gonna be used by the lib for transfers.
+
Version 7.15.2 (27 February 2006)
Daniel (22 February 2006)