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 /TODO-RELEASE | |
parent | afe06b48d62d6ac9d572e0cc82241998f3fc3931 (diff) |
- 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 'TODO-RELEASE')
-rw-r--r-- | TODO-RELEASE | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/TODO-RELEASE b/TODO-RELEASE index cf571516e..2d2dac0a0 100644 --- a/TODO-RELEASE +++ b/TODO-RELEASE @@ -3,10 +3,6 @@ To be addressed in 7.19.5 (planned release: May 2009) 221 - debian man page warnings -223 - TFTP flaw, #2723236 - -226 - Active Mode FTPS Data Port Range - 228 - rpath problems in linking with custom openssl 232 - [PATCH] transfer.c fixes for CURL_DO_LINEEND_CONV and non-ASCII @@ -21,3 +17,9 @@ To be addressed in 7.19.5 (planned release: May 2009) 235 - #2784055, connect race with multi and socks proxy 236 - + +To be addressed in 7.19.6 (planned release: July 2009) +========================= + +226 - Active Mode FTPS Data Port Range + |