diff options
author | Eric Andersen | 2000-06-28 16:56:25 +0000 |
---|---|---|
committer | Eric Andersen | 2000-06-28 16:56:25 +0000 |
commit | 1c314ad655af140b8ef4a271f4e657bf50218236 (patch) | |
tree | 55bc210e98047006b69c5d3831eb3b3fbcfdc576 /Changelog | |
parent | 47cac6779a4457e29b956aa864f0292fa7706bc1 (diff) | |
download | busybox-1c314ad655af140b8ef4a271f4e657bf50218236.zip busybox-1c314ad655af140b8ef4a271f4e657bf50218236.tar.gz |
* Fixed a _horrible_ bug where 'tar -tvf' could unlink
local files!!! Fix thanks to Marius Groeger <mgroeger@sysgo.de>
* Added support for "sh -c command args...", also thanks to
Marius Groeger <mgroeger@sysgo.de>
-Erik
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,13 +1,17 @@ 0.46 + * Fixed a _horrible_ bug where 'tar -tvf' could unlink + local files!!! Fix thanks to Marius Groeger <mgroeger@sysgo.de> + * Fixed a nasty bug in tar when could mess up saved symlinks. * Updates to handle Linux 2.4.0 kernels (kludged around the "none" entries in /proc/mounts, added a hack to make sysinfo work with both old and new kernels). - * Fixed a nasty bug in tar when could mess up saved symlinks. * Fixed insmod module option parsing for options lacking an '='. Fix thanks to Marc Nijdam <marc_nijdam@hp.com> * Fixed segfault with 'cut -f 1 -d:' and added 'cut -s' suport. Fix thanks to Arne Bernin <arne@matrix.loopback.org> + * Added support for "sh -c command args...", thanks to + Marius Groeger <mgroeger@sysgo.de> -Erik Andersen |