diff options
author | Daniel Stenberg <daniel@haxx.se> | 2010-03-21 23:34:29 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2010-03-21 23:34:29 +0100 |
commit | 3d3900f0323521c27ae0f79003b4ebba7066fe5c (patch) | |
tree | 7e297f653a7fbf677d190f0f288b28a85e271afd /RELEASE-NOTES | |
parent | ad76d58e7f1f26739255c22a69725c83eb47511a (diff) | |
download | curl-3d3900f0323521c27ae0f79003b4ebba7066fe5c.tar.gz |
Ben Greear's two fixes explained
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index e03fa2f39..fbc1af6fb 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -32,6 +32,8 @@ This release includes the following bugfixes: o configure fixes for building with the clang compiler o easy interix rate limiting logic o curl_multi_remove_handle() caused use after free + o TFTP improved error codes + o TFTP fixed TSIZE handling for uploads This release includes the following known bugs: |