summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2007-09-07 20:35:37 +0000
committerDan Fandrich <dan@coneharvesters.com>2007-09-07 20:35:37 +0000
commit7350f9851af2a8a744e352246f8eb65cb9ffbe59 (patch)
tree8703728982e6e0657da2e79844fd1516e9e0722d /CHANGES
parentd030dfa6e2eb0193168dd72f336c8426c5a7942d (diff)
downloadcurl-7350f9851af2a8a744e352246f8eb65cb9ffbe59.tar.gz
TFTP now reports the "not defined" TFTP error code 0 as an error,
not success.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 7f9831b75..67ffceb11 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,9 @@ Dan F (5 September 2007)
- Added test case 1007 to test permission problem when uploading with TFTP
(to validate bug #1790403).
+- TFTP now reports the "not defined" TFTP error code 0 as an error,
+ not success.
+
Daniel S (5 September 2007)
- Continued the work on a fix for #1779054
(http://curl.haxx.se/bug/view.cgi?id=1779054). My previous fix from August