]> granicus.if.org Git - curl/commitdiff
Ben Greear's two fixes explained
authorDaniel Stenberg <daniel@haxx.se>
Sun, 21 Mar 2010 22:34:29 +0000 (23:34 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 21 Mar 2010 22:34:29 +0000 (23:34 +0100)
CHANGES
RELEASE-NOTES

diff --git a/CHANGES b/CHANGES
index 2f0caed2314029f5a1f1a9ccc0964aa010d1e596..7efa4200a0f4831dbe5d5615b0d7e52083610d7a 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,10 @@
 
                                   Changelog
 
+Daniel Stenberg (21 Mar 2010)
+- Ben Greear improved TFTP: the error code returning and the treatment
+  of TSIZE == 0 when uploading.
+
 Kamil Dudka (19 Mar 2010)
 - Improved Curl_read() to not ignore the error returned from Curl_ssl_recv().
 
index e03fa2f39d27ce32a7ecb0a40a2970b997a95115..fbc1af6fb36b49e77f439d2fa9960d1f68ad7de3 100644 (file)
@@ -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: