From 2a36d475db6362b2f4515ae5dd12bb7c820b9025 Mon Sep 17 00:00:00 2001 From: janp Date: Thu, 8 Mar 2001 15:11:51 -0800 Subject: [PATCH] [svn] Removed an obsolete TODO item about adding VMS and MS FTP server support. --- ChangeLog | 5 +++++ TODO | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 65fb8191..f65f124c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-03-07 Jan Prikryl + + * TODO: Removed an obsolete item about adding VMS and MS FTP + server support. + 2001-03-05 Dan Harkless * TODO: Add a --range option to download only a given byte range. diff --git a/TODO b/TODO index 8b56f7d6..6a356059 100644 --- a/TODO +++ b/TODO @@ -112,8 +112,6 @@ changes. * Rewrite FTP code to allow for easy addition of new commands. It should probably be coded as a simple DFA engine. -* Recognize more FTP servers (VMS). - * Make HTTP timestamping use If-Modified-Since facility. * Implement better spider options.