diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-05-03 22:04:39 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-05-03 22:04:39 +0000 |
commit | 4e3d235e041bf8b58845f8b3eaeac8467fc2a66b (patch) | |
tree | 8f1222af11d6b588ca28cecfab61b77e595546fd /RELEASE-NOTES | |
parent | 19da3606f975fe4a2540a8a958294b95635e72ac (diff) |
- Yuriy Sosov pointed out a configure fix for detecting c-ares when that is
built debug-enabled.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index dbc291724..b14f0b723 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -29,6 +29,7 @@ This release includes the following bugfixes: o CURLOPT_OPENSOCKETFUNCTION can now be used to create a unix domain socket o CURLOPT_TCP_NODELAY crash due to getprotobyname() use o libcurl sometimes sent body twice when using CURLAUTH_ANY + o configure detecting debug-enabled c-ares This release includes the following known bugs: @@ -49,6 +50,7 @@ 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, Bart Whiteley, Jean-Francois Bertrand, Ben Van Hof + David Shaw, Norbert Frese, Bart Whiteley, Jean-Francois Bertrand, Ben Van Hof, + Yuriy Sosov Thanks! (and sorry if I forgot to mention someone) |