summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-06-09 20:51:50 +0000
committerEric Andersen <andersen@codepoet.org>2000-06-09 20:51:50 +0000
commit0c6a970eb26edf7e77e7c173d478b94100969fc4 (patch)
tree2c26d1f87e2a4c9e3a47a3980a29dfa4667fb613 /Changelog
parentb3d235f63b11effbc88d07ec812f90dbb3f4b798 (diff)
downloadbusybox-w32-0c6a970eb26edf7e77e7c173d478b94100969fc4.tar.gz
busybox-w32-0c6a970eb26edf7e77e7c173d478b94100969fc4.tar.bz2
busybox-w32-0c6a970eb26edf7e77e7c173d478b94100969fc4.zip
* 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--Changelog4
1 files changed, 4 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 98d145f0b..30f28209d 100644
--- a/Changelog
+++ b/Changelog
@@ -67,6 +67,10 @@
67 Pavel Roskin 67 Pavel Roskin
68 * Syslogd will not go to background if "-n" is given. Better help 68 * Syslogd will not go to background if "-n" is given. Better help
69 and argument checking -- Pavel Roskin 69 and argument checking -- Pavel Roskin
70 * Fixed a small bug that could cause tar to emit warning messages
71 and not extract the first file in a directory in some cases
72 of nested directories. Thanks to Kevin Traas <kevin@netmaster.com>
73 for helping track this one down.
70 * More doc updates 74 * More doc updates
71 75
72 76