From 1c314ad655af140b8ef4a271f4e657bf50218236 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 28 Jun 2000 16:56:25 +0000 Subject: * Fixed a _horrible_ bug where 'tar -tvf' could unlink local files!!! Fix thanks to Marius Groeger * Added support for "sh -c command args...", also thanks to Marius Groeger -Erik --- Changelog | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Changelog') diff --git a/Changelog b/Changelog index f747ebe6c..c674ab275 100644 --- a/Changelog +++ b/Changelog @@ -1,13 +1,17 @@ 0.46 + * Fixed a _horrible_ bug where 'tar -tvf' could unlink + local files!!! Fix thanks to Marius Groeger + * 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 * Fixed segfault with 'cut -f 1 -d:' and added 'cut -s' suport. Fix thanks to Arne Bernin + * Added support for "sh -c command args...", thanks to + Marius Groeger -Erik Andersen -- cgit v1.2.3