pre-release commit

This commit is contained in:
Daniel Stenberg
2000-05-30 16:31:46 +00:00
parent 15c143bba9
commit 5d39dde961
6 changed files with 42 additions and 4 deletions

11
CHANGES
View File

@@ -6,6 +6,17 @@
History of Changes
Daniel (29 May 2000)
- Corrected the bits.* assignments when using CURLOPT options that only
toggles one of those bits.
- Applied the huge patches from David LeBlanc <dleblanc at qnx.com> that add
usage of the gethostbyname_r() and similar functions in case they're around,
since that make libcurl much better threadsafe in many systems (such as
solaris). I added the checks for these functions to the configure script.
I can't explain why, but the inet_ntoa_r() function did not appear in my
Solaris include files, I had to add my own include file for this for now.
Daniel (22 May 2000)
- J<>rn Hartroth brought me fixes to make the win32 version compile properly as