diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-04-28 21:29:17 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-04-28 21:29:17 +0000 |
commit | 7a6cff4b3a28d828d344b80c74ab2e28ee2c8cdf (patch) | |
tree | 3b4741f8872d2007eb9f6fc47365c677edaf8935 /RELEASE-NOTES | |
parent | c3ba2198b18fd54537accf02f4d0816c2ea1e504 (diff) |
- Norbert Frese filed bug report #1951588: "Problem with curlftpfs and
libcurl" (http://curl.haxx.se/bug/view.cgi?id=1951588) which seems to be an
identical report to what Denis Golovan reported in
http://curl.haxx.se/mail/lib-2008-02/0108.html The FTP code didn't reset the
user/password pointers properly even though there might've been a new
struct/cconnection getting used.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 20ae4f20e..13bd9e716 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -23,6 +23,8 @@ This release includes the following bugfixes: o malloc() failure check in Negotiate o -i and -I together now work the same no matter what order they're used o the typechecker can be bypassed by defining CURL_DISABLE_TYPECHECK + o a pointer mixup could make the FTP code send bad user+password under rare + circumstances (found when using curlftpfs) This release includes the following known bugs: @@ -30,7 +32,9 @@ This release includes the following known bugs: Other curl-related news: - o + o pycurl 7.18.1 was released: http://pycurl.sf.net/ + o brand new curl Haskell binding: + http://hackage.haskell.org/cgi-bin/hackage-scripts/package/curl New curl mirrors: @@ -41,6 +45,6 @@ advice from friends like these: Michal Marek, Daniel Fandrich, Scott Barrett, Alexey Simak, Daniel Black, Rafa Muyo, Andre Guibert de Bruet, Brock Noland, Sandor Feldi, Stefan Krause, - David Shaw + David Shaw, Norbert Frese Thanks! (and sorry if I forgot to mention someone) |