aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-11-22 22:26:46 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-11-22 22:26:46 +0000
commita4e1ac79527d8ac3552d96a00e5f2966123d0374 (patch)
tree4bda84d4225040f278e7e59a182810dd1152b214 /CHANGES
parentf84d2b4d361412e3c0a49369ec0299c9e618d4ac (diff)
David Phillips fix for test 518 and my extension to make it not run on
systems that can't run it fine.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 7569b25dc..f15dca136 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,11 @@
Changelog
+Daniel (22 November 2004)
+- David Phillips enhanced test 518. I made it depend on a "feature" so that
+ systems without getrlimit() won't attempt to test 518. configure now checks
+ for getrlimit() and setrlimit() for this test case.
+
Daniel (18 November 2004)
- David Phillips fixed libcurl to not crash anymore when more than FD_SETSIZE
file descriptors are in use. Test case 518 added to verify.