aboutsummaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorErik Andersen <andersen@codepoet.org>2000-03-26 14:03:20 +0000
committerErik Andersen <andersen@codepoet.org>2000-03-26 14:03:20 +0000
commit6acaa40f27de0da935c3063b6be2ead9eeee5d0b (patch)
tree36a5fe3513df3e022abdfac248c03dff6570153c /Changelog
parentdeea048becd9d2d013537755ffad9bb615efeadc (diff)
downloadbusybox-6acaa40f27de0da935c3063b6be2ead9eeee5d0b.tar.gz
First stages of (re-)writing busybox's tar creation support.
-Erik
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog10
1 files changed, 5 insertions, 5 deletions
diff --git a/Changelog b/Changelog
index f3899dc12..da2924bca 100644
--- a/Changelog
+++ b/Changelog
@@ -507,11 +507,11 @@
* from Matthew Grant <grantma@anathoth.gen.nz>
to accomodate glibc timezone support. I then ripped out GNU
getopt.
- * mkswap -- new version merged from util-linux. Can now make
- * >128Meg swaps. Replaced the old and star, unstar, and tarcat
- * with the tar
- implementation from sash. Now tar behaves as god intended it
- to (i.e. tar -xvf <file> and tar -cf <file> <dir> work).
+ * mkswap -- new version merged from util-linux. Can now make
+ >128Meg swaps.
+ * Replaced the old and star, unstar, and tarcat with the tar
+ implementation from sash. Now tar behaves as god intended it
+ to (i.e. tar -xvf <file> and tar -cf <file> <dir> work).
* dd -- rewritten. Can with with files, stdin, stdout. Added the
* following new apps: loadfont -- added from debian boot floppies
* chroot -- added based on a patch from Paolo Molaro