about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBarton E. Schaefer <schaefer@zsh.org>2015-01-25 16:07:49 -0800
committerBarton E. Schaefer <schaefer@zsh.org>2015-01-25 16:07:49 -0800
commit494c251cb0b0af70ac940b42df1d6c9940e469c8 (patch)
treeae7a72c91b32f97e03332e11e8078392f930399b /ChangeLog
parent2546c86244ec2bb458580a90a0a5e0648220ad9a (diff)
downloadzsh-494c251cb0b0af70ac940b42df1d6c9940e469c8.tar.gz
zsh-494c251cb0b0af70ac940b42df1d6c9940e469c8.tar.xz
zsh-494c251cb0b0af70ac940b42df1d6c9940e469c8.zip
34399: fix polltty thinko from 34365
Also add missing ChangeLog entry for 34365.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index abc381f91..191d6a9e2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2015-01-25  Barton E. Schaefer  <schaefer@zsh.org>
 
+	* 34399: Src/utils.c: fix polltty thinko from 34365
+
 	* 34389: Src/hist.c: fix parsing of ">!" when read from histfile
 	with HIST_LEX_WORDS in effect
 
@@ -7,6 +9,10 @@
 
 	* 34369: Daniel Shahaf: document error / warning codes.
 
+	* 34365: configure.ac, Src/hist.c, Src/utils.c: History lockfile
+	backoff: randomised time.  zsleep() provides microsecond
+	resolution for sleep.
+	
 	* 34383: Src/utils.c: new ztrdup() shoud be dupstring().
 
 2015-01-25  Oliver Kiddle  <opk@zsh.org>