summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBarton E. Schaefer <schaefer@zsh.org>2015-10-26 07:25:51 -0700
committerBarton E. Schaefer <schaefer@zsh.org>2015-10-26 07:25:51 -0700
commit609273875d3fb911c20806aeb7c4d558e698a7f2 (patch)
tree126179989a5e29f8c8782e978d11d1aa8ecf97cd /ChangeLog
parent8934007f25600150cee7e6eda2816c9110a9dc69 (diff)
downloadzsh-609273875d3fb911c20806aeb7c4d558e698a7f2.tar.gz
zsh-609273875d3fb911c20806aeb7c4d558e698a7f2.tar.xz
zsh-609273875d3fb911c20806aeb7c4d558e698a7f2.zip
36968: use addmodulefd() to tell the shell about the descriptor of the dbm file
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a55439df4..df70cbd45 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2015-10-26  Barton E. Schaefer  <schaefer@zsh.org>
 
+	* 36968: Src/Modules/db_gdbm.c: use addmodulefd() to tell the
+	shell about the descriptor of the dbm file
+
 	* 36956: Src/mem.c: revert 34451, mmap() is too slow on MacOS
 
 2015-10-26  Peter Stephenson  <p.w.stephenson@ntlworld.com>