diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-07-06 22:51:35 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-07-06 22:51:35 +0000 |
commit | d4924e149de739bea7fedc46bd91de9929134bac (patch) | |
tree | 9170754e49961f4473b60a8c9dc9cc2d6f3c5f1f /Changelog | |
parent | 87add0ac89c23bcb0e73ce25eaacdf5512f66b09 (diff) | |
download | busybox-w32-d4924e149de739bea7fedc46bd91de9929134bac.tar.gz busybox-w32-d4924e149de739bea7fedc46bd91de9929134bac.tar.bz2 busybox-w32-d4924e149de739bea7fedc46bd91de9929134bac.zip |
* Fixed tar creation support when reading from stdin ('tar -cf - . ')
thanks to Daniel Quinlan <quinlan@transmeta.com>
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@760 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3,6 +3,8 @@ | |||
3 | * Fixed a _horrible_ bug where 'tar -tvf' could unlink | 3 | * Fixed a _horrible_ bug where 'tar -tvf' could unlink |
4 | local files!!! Fix thanks to Marius Groeger <mgroeger@sysgo.de> | 4 | local files!!! Fix thanks to Marius Groeger <mgroeger@sysgo.de> |
5 | * Fixed a nasty bug in tar when could mess up saved symlinks. | 5 | * Fixed a nasty bug in tar when could mess up saved symlinks. |
6 | * Fixed tar creation support when reading from stdin ('tar -cf - . ') | ||
7 | thanks to Daniel Quinlan <quinlan@transmeta.com> | ||
6 | * Updates to handle Linux 2.4.0 kernels (kludged around the | 8 | * Updates to handle Linux 2.4.0 kernels (kludged around the |
7 | "none" entries in /proc/mounts, added a hack to make sysinfo | 9 | "none" entries in /proc/mounts, added a hack to make sysinfo |
8 | work with both old and new kernels). | 10 | work with both old and new kernels). |