diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2001-09-28 17:35:44 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2001-09-28 17:35:44 +0000 |
commit | b5c135b2da86cefe866607d4d543982b7494d543 (patch) | |
tree | fad71050481ed9661ffb0e5f1994cf84554bcbc7 /ChangeLog | |
parent | b4b03beaed00bc0abc74f12634ad0a26dbcf75c4 (diff) | |
download | zsh-b5c135b2da86cefe866607d4d543982b7494d543.tar.gz zsh-b5c135b2da86cefe866607d4d543982b7494d543.tar.xz zsh-b5c135b2da86cefe866607d4d543982b7494d543.zip |
Zftp control connection management cleanup.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index eeac6f242..db54dd989 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2001-09-28 Bart Schaefer <schaefer@zsh.org> + * 15895: Src/Modules/zftp.c: Control-connection management sanity + in conjunction with the new zsh/net/tcp module. + * 15889: Test/V01zmodload.ztst: Compute module dependencies for external modules so that they can be unloaded in the right order. |