summaryrefslogtreecommitdiff
path: root/libftpconn/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'libftpconn/ChangeLog')
-rw-r--r--libftpconn/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/libftpconn/ChangeLog b/libftpconn/ChangeLog
index 881afcba..d2a67b74 100644
--- a/libftpconn/ChangeLog
+++ b/libftpconn/ChangeLog
@@ -1,3 +1,14 @@
+1997-08-15 Miles Bader <miles@gnu.ai.mit.edu>
+
+ * fname.c (ftp_conn_append_name, ftp_conn_basename): Make sure
+ CONN's SYSHOOKS field is valid before using it.
+ * ftpconn.h (struct ftp_conn): Add SYSHOOKS_VALID field.
+ (ftp_conn_validate_syshooks): New inline function.
+ * open.c (ftp_conn_sysify): Set SYSHOOKS_VALID.
+
+ * set-type.c (ftp_conn_set_type): If there's no connection, don't
+ open a new one, just save the type for later.
+
1997-08-09 Miles Bader <miles@gnu.ai.mit.edu>
* names.c (ftp_conn_cont_get_names): Check for interrupts.