diff options
author | Erik Andersen <andersen@codepoet.org> | 2000-01-23 02:14:20 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 2000-01-23 02:14:20 +0000 |
commit | 06936df16411fff0fdc338cae28385d66cabcef8 (patch) | |
tree | 570cf3d9aea702854ebc8cf65d02a6c85cca09fa /Changelog | |
parent | de552874d2074ac48ea4b834d61c54e1b6971be3 (diff) | |
download | busybox-06936df16411fff0fdc338cae28385d66cabcef8.tar.gz |
Fix a bug where tar could change perms and ownership of dirs pointed
to by symlink within a tarball.
-Erik
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,6 +1,8 @@ 0.42 * Made tar creation support in busybox tar optional. - You no longer _have_ to put a "-" in front of tar options. + * You no longer _have_ to put a "-" in front of tar options. + * Tar could inadvertently change permissions and ownership on + certain directories pointed to by symlinks. * Made grep and grep -h do the right thing wrt printing the file name (it failed to print files names in many cases). * Fix a namespace aliasing problem wereby if du was built in, the |