aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Andersen <andersen@codepoet.org>2000-04-28 22:51:49 +0000
committerErik Andersen <andersen@codepoet.org>2000-04-28 22:51:49 +0000
commit28c49b6c9c98dc592759063d10c49b209e849cae (patch)
tree2a600b7ffdd522d2d1a7411687309c8efc77d3ad
parent25c44c623d6ba0c2184b12175212034f2e4cd14c (diff)
downloadbusybox-w32-28c49b6c9c98dc592759063d10c49b209e849cae.tar.gz
busybox-w32-28c49b6c9c98dc592759063d10c49b209e849cae.tar.bz2
busybox-w32-28c49b6c9c98dc592759063d10c49b209e849cae.zip
Foo
-rw-r--r--Changelog2
1 files changed, 1 insertions, 1 deletions
diff --git a/Changelog b/Changelog
index 3041a7e35..53d42523b 100644
--- a/Changelog
+++ b/Changelog
@@ -3,13 +3,13 @@
3 updated docs/busybox.pod accordingly. -beppu 3 updated docs/busybox.pod accordingly. -beppu
4 * Added mktemp, contributed by Daniel Jacobowitz <dan@debian.org> 4 * Added mktemp, contributed by Daniel Jacobowitz <dan@debian.org>
5 * Fix for ping warnings from Sascha Ziemann <szi@aibon.ping.de> 5 * Fix for ping warnings from Sascha Ziemann <szi@aibon.ping.de>
6 * More doc updates
7 * Fixed update segfault 6 * Fixed update segfault
8 * Fixed mknod -- minor number was always 0 7 * Fixed mknod -- minor number was always 0
9 * Fixed tar option parsing. In an attempt to accomodate the whiners 8 * Fixed tar option parsing. In an attempt to accomodate the whiners
10 that wanted "tar cf foo.tar foo" (i.e. no "-" before options) 9 that wanted "tar cf foo.tar foo" (i.e. no "-" before options)
11 I broke creation of tarballs. I reverted the change (so tar needs 10 I broke creation of tarballs. I reverted the change (so tar needs
12 the "-" for all options). 11 the "-" for all options).
12 * More doc updates
13 13
14 -Erik 14 -Erik
15 15