aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-05-30 16:31:46 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-05-30 16:31:46 +0000
commit5d39dde961fc1bed706aff0b84bd9ec24e408a0a (patch)
tree87935db1a7519ceacb1ac102e3d5b71053488a9b /CHANGES
parent15c143bba91bec19bac431db32bc2d65a75e3ece (diff)
pre-release commit
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 7c23141f1..07079c0fa 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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