about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2006-10-03 16:20:24 +0000
committerClint Adams <clint@users.sourceforge.net>2006-10-03 16:20:24 +0000
commit39a2fe325bdae1da860cdb39a7b349c37ed4f3df (patch)
tree1f151f7a170028bde4f42d41f86219ab9e1b15fd /ChangeLog
parent4b65fe8966b2caffea5b1efedf078d897d0eb638 (diff)
downloadzsh-39a2fe325bdae1da860cdb39a7b349c37ed4f3df.tar.gz
zsh-39a2fe325bdae1da860cdb39a7b349c37ed4f3df.tar.xz
zsh-39a2fe325bdae1da860cdb39a7b349c37ed4f3df.zip
22811: helper function to give local IP addresses to which a program might bind a socket.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 68766f9d0..ce6eedb21 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2006-10-03  Clint Adams  <clint@zsh.org>
 
+	* 22811: R. Ramkumar: Completion/Unix/Type/_bind_addresses:
+	helper function to give local IP addresses to which a program
+	might bind a socket.
+
 	* 22810: Completion/Unix/Command/_gpg: fix malformed
 	--encrypt-to line.