summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libftpconn/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/libftpconn/ChangeLog b/libftpconn/ChangeLog
index 62e3960e..696f0054 100644
--- a/libftpconn/ChangeLog
+++ b/libftpconn/ChangeLog
@@ -1,3 +1,13 @@
+Thu May 29 17:24:40 1997 Miles Bader <miles@gnu.ai.mit.edu>
+
+ * ftpcp.c (doc): Update.
+ (econnect, eopen_wr, eopen_rd, efinish): New functions.
+ (struct epoint): Remove FD field.
+ Rename RMT_FILE & RMT_HOST to FILE & HOST.
+ (main): Remove array of epoints & loops, & just use RD & WR,
+ calling the e* functions above.
+ Support DST being a directory.
+
Wed May 14 15:22:17 1997 Miles Bader <miles@gnu.ai.mit.edu>
* open.c (ftp_conn_login): Correct defaulting of username.