about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2001-09-09 23:33:06 +0000
committerClint Adams <clint@users.sourceforge.net>2001-09-09 23:33:06 +0000
commit5eb6315b3e4a7583a86c45ba87f581e30c17e41c (patch)
tree40fa86b502bfe6ca4b2416101c0afc940156294f /ChangeLog
parent3756589f1b24c897acc8efbd3c51177ed408f46d (diff)
downloadzsh-5eb6315b3e4a7583a86c45ba87f581e30c17e41c.tar.gz
zsh-5eb6315b3e4a7583a86c45ba87f581e30c17e41c.tar.xz
zsh-5eb6315b3e4a7583a86c45ba87f581e30c17e41c.zip
15769: ztcp -a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5d9256c9c..22e8c32d2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,9 @@
 2001-09-09  Clint Adams  <clint@zsh.org>
 
-	* 1576x: Src/Modules/tcp.c:
+	* 15769: Src/Modules/tcp.c, Src/Modules/tcp.h:
+	add -a (accept) for ztcp.
+
+	* 15768: Src/Modules/tcp.c:
 	take service names in lieu of numbers,
 	and stuff fd numbers into $REPLY instead
 	of printing them.