aboutsummaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2000-12-10 01:57:30 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2000-12-10 01:57:30 +0000
commit46f44d24fcc25a5d6e13e0453485881bdf147e91 (patch)
tree669e07b8bbe267e0f6185509686f87b9e94aa71c /Changelog
parent00732b57c7392df0fad6fbe392628e3f2174ea57 (diff)
downloadbusybox-46f44d24fcc25a5d6e13e0453485881bdf147e91.tar.gz
Support for tar -z option for uncompressing only
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 2c6fbabd9..6a1612876 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.