diff options
author | Barton E. Schaefer <schaefer@zsh.org> | 2014-09-06 22:10:30 -0700 |
---|---|---|
committer | Barton E. Schaefer <schaefer@zsh.org> | 2014-09-06 22:10:30 -0700 |
commit | 4414e54ea7ffe50acca851c11c2ef49dc867c55d (patch) | |
tree | 323cccfdc3faa0956082432f54947513d82efe5a /ChangeLog | |
parent | c61a927d1d156731d9e21c714dfea9585163c556 (diff) | |
download | zsh-4414e54ea7ffe50acca851c11c2ef49dc867c55d.tar.gz zsh-4414e54ea7ffe50acca851c11c2ef49dc867c55d.tar.xz zsh-4414e54ea7ffe50acca851c11c2ef49dc867c55d.zip |
33116: followup to 32580 to prevent double-locking with shared or incremental history
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 34b52e2cb..9556bef8b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2014-09-06 Barton E. Schaefer <schaefer@zsh.org> + + * 33116: Src/hist.c: followup to 32580 to prevent double-locking + with shared or incremental history + 2014-08-21 Mikael Magnusson <mikachu@gmail.com> * 33061: Completion/Zsh/Command/_setopt, |