diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-08-01 09:39:01 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-08-01 09:39:01 +0000 |
commit | ee642859ef04b9588e654ded629224fb0756f017 (patch) | |
tree | 43323831d452d1df07ab36520939c34927fc84c6 /RELEASE-NOTES | |
parent | 9f579f12fcda284c5b9f5dd8c1581fc5cd7fa8fb (diff) |
Maciej Karpiuk fixed a crash that would occur if we passed Curl_strerror()
an unknown error number on glibc systems.
http://curl.haxx.se/bug/view.cgi?id=1532289
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 f6f28c366..99722ccc4 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -24,6 +24,7 @@ This release includes the following changes: This release includes the following bugfixes: + o Curl_strerror() crash on unknown errors o changing Content-Type when doing formposts o added CURL_EXTERN to a few recent multi functions that lacked them o splay-tree related problems for internal expire time handling @@ -49,6 +50,7 @@ advice from friends like these: Dan Fandrich, Peter Silva, Arve Knudsen, Michael Wallner, Toshiyuki Maezawa, Ingmar Runge, Ates Goral, David McCreedy, Jari Sundell, Georg Horn, - Gisle Vanem, Yang Tse, Michael Jerris, Dan Nelson, Yves Lejeune + Gisle Vanem, Yang Tse, Michael Jerris, Dan Nelson, Yves Lejeune, + Maciej Karpiuk Thanks! (and sorry if I forgot to mention someone) |