diff options
author | Eric Andersen <andersen@codepoet.org> | 1999-11-19 06:24:35 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 1999-11-19 06:24:35 +0000 |
commit | fa213cd71efcff433febc7565582be102846c13d (patch) | |
tree | 91133b0cfff6f2e4ccb0cb050c4106bea6a75ed9 | |
parent | e1850ddde4f3ff14f72d919531f1f254cd353a2c (diff) |
Latest n greatest
-rw-r--r-- | Changelog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |