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-w32-06936df16411fff0fdc338cae28385d66cabcef8.tar.gz busybox-w32-06936df16411fff0fdc338cae28385d66cabcef8.tar.bz2 busybox-w32-06936df16411fff0fdc338cae28385d66cabcef8.zip |
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 @@ | |||
1 | 0.42 | 1 | 0.42 |
2 | * Made tar creation support in busybox tar optional. | 2 | * Made tar creation support in busybox tar optional. |
3 | You no longer _have_ to put a "-" in front of tar options. | 3 | * You no longer _have_ to put a "-" in front of tar options. |
4 | * Tar could inadvertently change permissions and ownership on | ||
5 | certain directories pointed to by symlinks. | ||
4 | * Made grep and grep -h do the right thing wrt printing | 6 | * Made grep and grep -h do the right thing wrt printing |
5 | the file name (it failed to print files names in many cases). | 7 | the file name (it failed to print files names in many cases). |
6 | * Fix a namespace aliasing problem wereby if du was built in, the | 8 | * Fix a namespace aliasing problem wereby if du was built in, the |