| commit | 46f44d24fcc25a5d6e13e0453485881bdf147e91 | [log] [tgz] |
|---|---|---|
| author | Glenn L McGrath <bug1@ihug.co.nz> | Sun Dec 10 01:57:30 2000 +0000 |
| committer | Glenn L McGrath <bug1@ihug.co.nz> | Sun Dec 10 01:57:30 2000 +0000 |
| tree | 669e07b8bbe267e0f6185509686f87b9e94aa71c | |
| parent | 00732b57c7392df0fad6fbe392628e3f2174ea57 [diff] [blame] |
Support for tar -z option for uncompressing only
diff --git a/Changelog b/Changelog index 2c6fbab..6a16128 100644 --- a/Changelog +++ b/Changelog
@@ -1,5 +1,7 @@ 0.48 + * Glenn McGrath -- tar now supports uncompressing tar files, + define BB_FEATURE_TAR_GZIP to use the -z option. * Matt Kraai -- fix all usage of TRUE and FALSE so all apps now return EXIT_SUCCESS or EXIT_FAILURE to the system. Now TRUE and FALSE are set to the C standard where TRUE=1.