about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWayne Davison <wayned@users.sourceforge.net>2006-02-16 22:47:14 +0000
committerWayne Davison <wayned@users.sourceforge.net>2006-02-16 22:47:14 +0000
commit16916cd849880908d70fc53dbd179814460dba13 (patch)
tree87d8990519630a64a8de85c53e9d5bbe96bddcd2
parent4c83a7dbbfa9fe18a6e8c9912c38d4cdc53bf91b (diff)
downloadzsh-16916cd849880908d70fc53dbd179814460dba13.tar.gz
zsh-16916cd849880908d70fc53dbd179814460dba13.tar.xz
zsh-16916cd849880908d70fc53dbd179814460dba13.zip
Weed out hashed-entry lines from the known_hosts file.
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 716faffa7..622738e6f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2006-02-16  Wayne Davison  <wayned@users.sourceforge.net>
 
+	* unposted: Completion/Unix/Type/_hosts: weed out hashed-entry
+	lines from the known_hosts file (these lines start with a '|').
+
 	* 22275: Doc/Zsh/expn.yo: a few more improvements in the
 	discussion of field splitting, the = flag, and SH_WORD_SPLIT.