diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2009-03-20 22:52:56 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2009-03-20 22:52:56 +0000 |
commit | 28a809886d3df86ffb07c302ff717b621caf22a2 (patch) | |
tree | ea96b6c4b49327e567cdd521f929a517135839a1 /ChangeLog | |
parent | 249148d765d846f35d9e3805a89f978892c74208 (diff) | |
download | zsh-28a809886d3df86ffb07c302ff717b621caf22a2.tar.gz zsh-28a809886d3df86ffb07c302ff717b621caf22a2.tar.xz zsh-28a809886d3df86ffb07c302ff717b621caf22a2.zip |
26763: fix problem on failed cd -s to relative path
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 0d2254e5a..38d0a21d3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2009-03-20 Peter Stephenson <p.w.stephenson@ntlworld.com> + * 26763: Src/utils.c: fix problem restoring directory + when attempting to cd to relative path and failing. + * users/13593: Src/utils.c: tidy up from 26625. 2009-03-20 Peter Stephenson <pws@csr.com> @@ -11462,5 +11465,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.4629 $ +* $Revision: 1.4630 $ ***************************************************** |