summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <p.w.stephenson@ntlworld.com>2015-10-24 20:48:47 +0100
committerPeter Stephenson <p.w.stephenson@ntlworld.com>2015-10-24 20:48:47 +0100
commit15490398d7553605c422d8ab0e59e69e25111df4 (patch)
tree3a98fd7979403ee3b5b7c39b437eff0f8dcc0a1d /ChangeLog
parent1f6dcf9bcdade41886e36826196e79502a9afa26 (diff)
downloadzsh-15490398d7553605c422d8ab0e59e69e25111df4.tar.gz
zsh-15490398d7553605c422d8ab0e59e69e25111df4.tar.xz
zsh-15490398d7553605c422d8ab0e59e69e25111df4.zip
36944: extend fd management to zsocket
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 356e92319..71f15bb0d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2015-10-24  Peter Stephenson  <p.w.stephenson@ntlworld.com>
 
+	* 36944: Src/utils.c, Src/Modules/tcp.c, Src/Modules/socket.c:
+	extend the previous to zsocket, although this needs to allow the
+	fd to be closed explicitly.
+
 	* 36941: Src/utils.c, Src/zsh.h, Src/Modules/tcp.c: ensure shell
 	knows about file descriptiors used by ztcp and allow such file
 	descriptors to be marked as internal if needed (not yet used).