about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2013-10-07 13:01:26 +0100
committerPeter Stephenson <pws@zsh.org>2013-10-07 13:01:26 +0100
commit6f195241f3ee98c11bc93ab089417012767d9cec (patch)
treef70b1059605557945c9e7b6c6c9e649a2bebc5d8 /ChangeLog
parent9345e57859eda273d2d14346fa48e15b109fbe2d (diff)
downloadzsh-6f195241f3ee98c11bc93ab089417012767d9cec.tar.gz
zsh-6f195241f3ee98c11bc93ab089417012767d9cec.tar.xz
zsh-6f195241f3ee98c11bc93ab089417012767d9cec.zip
31794: further refinement to INCAPPENDHISTORY change.
With SHAREHISTORY we should make sure the code behaves as it always
did, because it takes care about locking a file once for reading
and writing.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index be2f1b1e3..a8dc3b9e0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2013-10-07  Peter Stephenson  <p.stephenson@samsung.com>
 
+	* 31794: Src/hist.c: further refinement that SHAREHISTORY should
+	work as it always did because it's careful about file locking.
+
 	* 31793: Src/hist.c (hbegin): Modify 31789 so that the save
 	history here only happens for interactive editing.