diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-11-22 22:26:46 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-11-22 22:26:46 +0000 |
commit | a4e1ac79527d8ac3552d96a00e5f2966123d0374 (patch) | |
tree | 4bda84d4225040f278e7e59a182810dd1152b214 /CHANGES | |
parent | f84d2b4d361412e3c0a49369ec0299c9e618d4ac (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-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |