summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2015-08-18 17:46:27 +0100
committerPeter Stephenson <pws@zsh.org>2015-08-18 17:46:27 +0100
commit34be0f1fe5a2f0d240cfbc8956af70245243320a (patch)
tree00188d52f0de9872cb0ccd71b83a8594c5b6eedf /ChangeLog
parent36227: attempt to fix metafication problem with ztrftime. (diff)
downloadzsh-34be0f1fe5a2f0d240cfbc8956af70245243320a.tar
zsh-34be0f1fe5a2f0d240cfbc8956af70245243320a.tar.gz
zsh-34be0f1fe5a2f0d240cfbc8956af70245243320a.tar.bz2
zsh-34be0f1fe5a2f0d240cfbc8956af70245243320a.tar.lz
zsh-34be0f1fe5a2f0d240cfbc8956af70245243320a.tar.xz
zsh-34be0f1fe5a2f0d240cfbc8956af70245243320a.tar.zst
zsh-34be0f1fe5a2f0d240cfbc8956af70245243320a.zip
36232: Unmeta needed in chdir() in zchdir()
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d0705f8fb..2223b87c1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2015-08-18 Peter Stephenson <p.stephenson@samsung.com>
+ * 36232: Src/compat.c: Unmeta an additional chdir().
+
* 36227: Src/Builtins/sched.c, Src/Modules/datetime.c,
Src/Modules/stat.c, Src/builtin.c, Src/prompt.c, Src/utils.c,
Src/watch.c: real fix for metafication problem in ztrftime: