diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-03-22 11:24:21 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-03-22 11:24:21 +0000 |
commit | c23df41d8315ac2e939f330358eccb2a844282a9 (patch) | |
tree | e226620c01ab7cf2f2d3c6c1925472c3bd583d7b /CHANGES | |
parent | 8e7b2619848da89b477f1e55937b361dbb4a1139 (diff) |
(un)escape, configure hack, betas run fine
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -6,6 +6,19 @@ History of Changes +Daniel (22 March 2001) +- The configure script now fails with an error message if gethostbyname_r() is + detected but it couldn't figure out how to invoke it (what amount of + arguments it is supposed to get). Reports from Andrés García made me aware + of this need. + +- Talking with Jim Drash made me finally put the curl_escape and curl_unescape + functions in the curl.h include file and write man pages for them. The + escape function was modified to use the same interface as the unescape one + had. + +- No bug reports at all on the latest betas. Release time coming up. + Version 7.7-beta5 Daniel (19 March 2001) |