diff --git a/Changelog b/Changelog index 3041a7e35..53d42523b 100644 --- a/Changelog +++ b/Changelog @@ -3,13 +3,13 @@ updated docs/busybox.pod accordingly. -beppu * Added mktemp, contributed by Daniel Jacobowitz * Fix for ping warnings from Sascha Ziemann - * More doc updates * Fixed update segfault * Fixed mknod -- minor number was always 0 * Fixed tar option parsing. In an attempt to accomodate the whiners that wanted "tar cf foo.tar foo" (i.e. no "-" before options) I broke creation of tarballs. I reverted the change (so tar needs the "-" for all options). + * More doc updates -Erik