about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMartijn Dekker <martijn@inlv.org>2016-09-27 13:15:23 +0100
committerPeter Stephenson <pws@zsh.org>2016-09-28 11:26:32 +0100
commitedfdce9981550239675dcc2454ae50cbc8988db4 (patch)
tree437f83027f4c113875cccdd90a6c5f6b82be55c4 /ChangeLog
parentb32d974000295a5fa0b0c981b3198f987d3177c4 (diff)
downloadzsh-edfdce9981550239675dcc2454ae50cbc8988db4.tar.gz
zsh-edfdce9981550239675dcc2454ae50cbc8988db4.tar.xz
zsh-edfdce9981550239675dcc2454ae50cbc8988db4.zip
39463: an additional test for default system path
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9c50f15f9..5dc281a6f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2016-09-28  Peter Stephenson  <p.stephenson@samsung.com>
 
+	* Martijn Dekker: 39463: configure.ac: another way of getting
+	the default system path.
+
 	* 39460: Src/params.c, Src/zsh.h: don't import PS4 if running as
 	root.  Currently no known exploit with this in zsh as xtrace
 	needs an explicit option setting, so this is just precautionary.