diff options
author | Aaron Peschel <aaron.peschel@gmail.com> | 2013-12-13 22:51:09 -0800 |
---|---|---|
committer | Barton E. Schaefer <schaefer@zsh.org> | 2013-12-13 22:51:09 -0800 |
commit | 8ffba43be97e90be5753a90e3b5869450f108c79 (patch) | |
tree | 8b0348271e03bc42d5ceb6e48f9535a714f95e35 /ChangeLog | |
parent | bcda34a0b39e2bca669c2ae1c6f203e175059a02 (diff) | |
download | zsh-8ffba43be97e90be5753a90e3b5869450f108c79.tar.gz zsh-8ffba43be97e90be5753a90e3b5869450f108c79.tar.xz zsh-8ffba43be97e90be5753a90e3b5869450f108c79.zip |
32103: parse host:port format in ssh known_hosts files.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 96dafe44e..ae9c163d3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2013-12-13 Barton E. Schaefer <schaefer@zsh.org> + + * Aaron Peschel: 32103: Completion/Unix/Type/_hosts: parse + host:port format in ssh known_hosts files. + 2013-12-10 Barton E. Schaefer <schaefer@zsh.org> * 32099: Src/init.c: fix pointer declaration to avoid compile |