Latest n greatest
authorEric Andersen <andersen@codepoet.org>
Fri, 19 Nov 1999 06:24:35 +0000 (06:24 -0000)
committerEric Andersen <andersen@codepoet.org>
Fri, 19 Nov 1999 06:24:35 +0000 (06:24 -0000)
Changelog

index 0529d1853ca241789c78fe40a52eb57373666ef5..27ee085c1d3164b963770a49b4918ecea7e7a0cc 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -1,5 +1,9 @@
 0.37
+       * Fixed 'make install' so symlinks are installed in their proper locations.
+       * Changed the build system slightly so that features can now be enables
+           or disabled from the busybox.defs.h header file, which is much more sane.
        * Now 'rm -R' and 'rm -r' both work.
+       * dd now properly handles input beyond 1 block from stdin.
 
        -Erik Andrsen