diff options
author | Wayne Davison <wayned@users.sourceforge.net> | 2005-12-17 08:11:16 +0000 |
---|---|---|
committer | Wayne Davison <wayned@users.sourceforge.net> | 2005-12-17 08:11:16 +0000 |
commit | e56c3b8214174f3684767dcad860c5ea69829509 (patch) | |
tree | cf6912411141be8fb08970edbb7cebda42cfa9a0 /ChangeLog | |
parent | 78168105def44c786da0291aff0706fbd339fa40 (diff) | |
download | zsh-e56c3b8214174f3684767dcad860c5ea69829509.tar.gz zsh-e56c3b8214174f3684767dcad860c5ea69829509.tar.xz zsh-e56c3b8214174f3684767dcad860c5ea69829509.zip |
22091
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index ca8f88484..d602687cd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2005-12-17 Wayne Davison <wayned@users.sourceforge.net> + + * 22091: Src/hist.c: improved HIST_SAVE_BY_COPY to have it (1) + preserve the group and permissions on the history file, and (2) + refuse to re-copy the history file if zsh's euid differs from + the file's uid (to avoid changing the file's owner). + 2005-12-15 Peter Stephenson <pws@csr.com> * 22085 and back off 22075: Src/system.h, Src/utils.c: we |