diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-01-14 09:16:47 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-01-14 09:16:47 +0000 |
commit | 7561cbda0a876b399386b428d654e57bd5bab325 (patch) | |
tree | 624fc6cc626c0bff195f818917dd4844d5d6d231 | |
parent | c5c89862b2cb8a0d695d81c2180479d14faf5113 (diff) |
clarified the recent fix, added cred
-rw-r--r-- | CHANGES | 4 | ||||
-rw-r--r-- | RELEASE-NOTES | 3 |
2 files changed, 4 insertions, 3 deletions
@@ -7,8 +7,8 @@ Changelog Daniel (14 January 2004) -- Vincent Bronner fixed the Curl_resolv() return code. This looks like the same - fix Steve Green provided on december 3... ? +- Vincent Bronner fixed the Curl_resolv() return code. This extends the fix + Steve Green provided on december 3... Daniel (13 January 2004) - Luke Call made the win32 version of the password prompting function support diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 4e59fd34c..f547bf8e8 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -80,6 +80,7 @@ advice from friends like these: W. Rozycki, Nicolas Croiset, Josh Kapell, Gaz Iqbal, Dave May, Markus Moeller, James Clancy, Giuseppe Attardi, swalkaus at yahoo.com, Steve Green, Marty Kuhrt, Dominick Meglio, Diego Casorran, David Byron, John McGowan, - David J Meyer, Dan Fandrich, Pierre, Brian R Duffy, Luke Call + David J Meyer, Dan Fandrich, Pierre, Brian R Duffy, Luke Call, Vincent + Bronner Thanks! (and sorry if I forgot to mention someone) |