diff options
author | Eric Andersen | 2000-06-09 20:51:50 +0000 |
---|---|---|
committer | Eric Andersen | 2000-06-09 20:51:50 +0000 |
commit | 0c6a970eb26edf7e77e7c173d478b94100969fc4 (patch) | |
tree | 2c26d1f87e2a4c9e3a47a3980a29dfa4667fb613 /Changelog | |
parent | b3d235f63b11effbc88d07ec812f90dbb3f4b798 (diff) | |
download | busybox-0c6a970eb26edf7e77e7c173d478b94100969fc4.zip busybox-0c6a970eb26edf7e77e7c173d478b94100969fc4.tar.gz |
* Fixed a small bug that could cause tar to emit warning messages
and not extract the first file in a directory in some cases
of nested directories. Thanks to Kevin Traas <kevin@netmaster.com>
for helping track this one down.
-Erik
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -67,6 +67,10 @@ Pavel Roskin * Syslogd will not go to background if "-n" is given. Better help and argument checking -- Pavel Roskin + * Fixed a small bug that could cause tar to emit warning messages + and not extract the first file in a directory in some cases + of nested directories. Thanks to Kevin Traas <kevin@netmaster.com> + for helping track this one down. * More doc updates |