about summary refs log tree commit diff
path: root/Etc/NEWS
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2004-03-24 11:31:30 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2004-03-24 11:31:30 +0000
commit8de7436fc07454e2f5307c00ad99ee19d0baf853 (patch)
tree3282fdfa3362d195ca3a863389c41330a0204088 /Etc/NEWS
parentdda348832d32a0013138e0f1bd6a14c7ad64047a (diff)
downloadzsh-8de7436fc07454e2f5307c00ad99ee19d0baf853.tar.gz
zsh-8de7436fc07454e2f5307c00ad99ee19d0baf853.tar.xz
zsh-8de7436fc07454e2f5307c00ad99ee19d0baf853.zip
19674, modified: support for non-standard ports in zftp.
Diffstat (limited to 'Etc/NEWS')
-rw-r--r--Etc/NEWS13
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
 ---------------------------------------------