Andrew Benham fixed a race condition in the test suite that could cause the

test script to kill all processes in the current process group!
This commit is contained in:
Daniel Stenberg
2006-01-13 12:16:16 +00:00
parent d9bd5de0b1
commit bebf70667d
3 changed files with 10 additions and 4 deletions

View File

@@ -15,6 +15,7 @@ This release includes the following changes:
This release includes the following bugfixes:
o test suite kill race condition
o FTP_SKIP_PASV_IP and FTP_USE_EPSV when doing FTP over HTTP proxy
o Doing a second request with FTP on the same bath path, would make libcurl
confuse what current working directory it had
@@ -36,6 +37,6 @@ This release would not have looked like this without help, code, reports and
advice from friends like these:
Dov Murik, Jean Jacques Drouin, Andres Garcia, Yang Tse, Gisle Vanem, Dan
Fandrich, Alexander Lazic, Michael Jahn
Fandrich, Alexander Lazic, Michael Jahn, Andrew Benham
Thanks! (and sorry if I forgot to mention someone)