aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2010-03-21 23:34:29 +0100
committerDaniel Stenberg <daniel@haxx.se>2010-03-21 23:34:29 +0100
commit3d3900f0323521c27ae0f79003b4ebba7066fe5c (patch)
tree7e297f653a7fbf677d190f0f288b28a85e271afd /CHANGES
parentad76d58e7f1f26739255c22a69725c83eb47511a (diff)
Ben Greear's two fixes explained
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 2f0caed23..7efa4200a 100644
--- 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().