diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2004-03-24 11:31:30 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2004-03-24 11:31:30 +0000 |
commit | 8de7436fc07454e2f5307c00ad99ee19d0baf853 (patch) | |
tree | 3282fdfa3362d195ca3a863389c41330a0204088 /Etc | |
parent | dda348832d32a0013138e0f1bd6a14c7ad64047a (diff) | |
download | zsh-8de7436fc07454e2f5307c00ad99ee19d0baf853.tar.gz zsh-8de7436fc07454e2f5307c00ad99ee19d0baf853.tar.xz zsh-8de7436fc07454e2f5307c00ad99ee19d0baf853.zip |
19674, modified: support for non-standard ports in zftp.
Diffstat (limited to 'Etc')
-rw-r--r-- | Etc/NEWS | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Etc/NEWS b/Etc/NEWS index 5c94d09a5..654857457 100644 --- a/Etc/NEWS +++ b/Etc/NEWS @@ -2,6 +2,19 @@ CHANGES FROM PREVIOUS VERSIONS OF ZSH ------------------------------------- +Changes since zsh version 4.2.0 +------------------------------- + +The zftp module supports ports following the hostname in the normal suffix +notation, `host:port'. This requires IPv6 colon-style addresses to be +specified in suitably quoted square brackets, for example: + + zftp open '[f000::baaa]' + zftp open '[f000::baaa]:ftp' + +(the two are equivalent). + + New features between zsh versions 4.0 and 4.2 --------------------------------------------- |