diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2000-12-10 01:57:30 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2000-12-10 01:57:30 +0000 |
commit | 46f44d24fcc25a5d6e13e0453485881bdf147e91 (patch) | |
tree | 669e07b8bbe267e0f6185509686f87b9e94aa71c /Changelog | |
parent | 00732b57c7392df0fad6fbe392628e3f2174ea57 (diff) | |
download | busybox-46f44d24fcc25a5d6e13e0453485881bdf147e91.tar.gz |
Support for tar -z option for uncompressing only
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |