about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBarton E. Schaefer <schaefer@zsh.org>2016-11-06 00:00:38 -0700
committerBarton E. Schaefer <schaefer@zsh.org>2016-11-06 00:00:38 -0700
commitc282abc6bd9bbc6dc204d217d8e94ea4565e68ca (patch)
tree1d77db708f8a6e3cf0c13ccd7fcec2d57aac7fda /ChangeLog
parentdee0bce7b4137949cb80ccc21339ea128c7bc5d8 (diff)
downloadzsh-c282abc6bd9bbc6dc204d217d8e94ea4565e68ca.tar.gz
zsh-c282abc6bd9bbc6dc204d217d8e94ea4565e68ca.tar.xz
zsh-c282abc6bd9bbc6dc204d217d8e94ea4565e68ca.zip
Thomas Bereknyei, Mic92: 39831: find "getent" by the usual command search, not just /usr/bin/
Also tweak the replacement getent to handle /etc/hosts format.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a8b55b4bb..6499cf06e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2016-11-05  Barton E. Schaefer  <schaefer@zsh.org>
 
+	* unposted: Completion/compaudit: tweak replacement getent
+	to handle /etc/hosts format.
+
+	* Thomas Bereknyei, Mic92: 39831: Completion/compaudit: find
+	"getent" by the usual command search, not just /usr/bin/.
+
 	* unposted: Test/A05execution.ztst:  tests for 39839, 39844
 
 	* 39844: Src/loop.c: fix "while" condition as per 39839