diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2008-05-01 21:34:34 +0000 | 
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2008-05-01 21:34:34 +0000 | 
| commit | 3d29bda9f836d21b35110d6a005d56b6931bee6a (patch) | |
| tree | e1358118bcfae84d55348d4c554fea761d895553 /RELEASE-NOTES | |
| parent | 459c66404364aca003bf90d83382162bf2da7b81 (diff) | |
- Bart Whiteley provided a patch that made libcurl work properly when an app
  uses the CURLOPT_OPENSOCKETFUNCTION callback to create a unix domain socket
  to a http server.
Diffstat (limited to 'RELEASE-NOTES')
| -rw-r--r-- | RELEASE-NOTES | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 3a4fffeba..815e9ed07 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -26,6 +26,7 @@ This release includes the following bugfixes:   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) + o the CURLOPT_OPENSOCKETFUNCTION can now be used to create a unix domain socket  This release includes the following known bugs: @@ -46,6 +47,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, Norbert Frese + David Shaw, Norbert Frese, Bart Whiteley          Thanks! (and sorry if I forgot to mention someone)  | 
