diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 1999-11-19 06:24:35 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 1999-11-19 06:24:35 +0000 |
commit | c669663b355e58ad4b72b282e0d91ba27b37bb5a (patch) | |
tree | 91133b0cfff6f2e4ccb0cb050c4106bea6a75ed9 | |
parent | 3e301ed50813b81288e0df01ec652a62ff15af53 (diff) | |
download | busybox-w32-c669663b355e58ad4b72b282e0d91ba27b37bb5a.tar.gz busybox-w32-c669663b355e58ad4b72b282e0d91ba27b37bb5a.tar.bz2 busybox-w32-c669663b355e58ad4b72b282e0d91ba27b37bb5a.zip |
Latest n greatest
git-svn-id: svn://busybox.net/trunk/busybox@111 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r-- | Changelog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ | |||
1 | 0.37 | 1 | 0.37 |
2 | * Fixed 'make install' so symlinks are installed in their proper locations. | ||
3 | * Changed the build system slightly so that features can now be enables | ||
4 | or disabled from the busybox.defs.h header file, which is much more sane. | ||
2 | * Now 'rm -R' and 'rm -r' both work. | 5 | * Now 'rm -R' and 'rm -r' both work. |
6 | * dd now properly handles input beyond 1 block from stdin. | ||
3 | 7 | ||
4 | -Erik Andrsen | 8 | -Erik Andrsen |
5 | 9 | ||