about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2005-12-25 01:02:24 +0000
committerClint Adams <clint@users.sourceforge.net>2005-12-25 01:02:24 +0000
commit13e24831523c6fd586524311e8d26dafc003d223 (patch)
treebdaeb9b9ffa3a3abe14bb64f7800c3c43e561668 /ChangeLog
parent339989a273188c269feeedf1e687347cb91101b3 (diff)
downloadzsh-13e24831523c6fd586524311e8d26dafc003d223.tar.gz
zsh-13e24831523c6fd586524311e8d26dafc003d223.tar.xz
zsh-13e24831523c6fd586524311e8d26dafc003d223.zip
22105: ssh -M, -S, and -O
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 8a03ad4c5..62c53fb48 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,8 @@
 2005-12-25  Clint Adams  <clint@zsh.org>
 
-	* 22104: Completion/Unix/Command/_ssh: add support
-	for new options such as ControlMaster and ControlPath.
+	* 22104, 22105: Completion/Unix/Command/_ssh: add
+	support for new options such as ControlMaster and
+	ControlPath, and for -M, -S, -O switches.
 
 2005-12-19  Peter Stephenson  <p.w.stephenson@ntlworld.com>