diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-05-07 08:30:43 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-05-07 08:30:43 +0000 |
commit | 7bdd14a9946e1b93e2e1614ad436405e9c497147 (patch) | |
tree | 4d6065d80bc275e7b79c782efd681c21925524f4 /CHANGES | |
parent | afe06b48d62d6ac9d572e0cc82241998f3fc3931 (diff) | |
download | curl-7bdd14a9946e1b93e2e1614ad436405e9c497147.tar.gz |
- Vijay G filed bug report #2723236
(http://curl.haxx.se/bug/view.cgi?id=2723236) identifying a problem with
libcurl's TFTP code and its lack of dealing with the OACK packet.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -6,6 +6,11 @@ Changelog +Daniel Stenberg (7 May 2009) +- Vijay G filed bug report #2723236 + (http://curl.haxx.se/bug/view.cgi?id=2723236) identifying a problem with + libcurl's TFTP code and its lack of dealing with the OACK packet. + Yang Tse (5 May 2009) - Fixed the --ftp-port address of test #251 to the CLIENTIP address, and reverted the change affecting test suite harness committed 4 May. |