diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 1999-11-22 06:01:01 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 1999-11-22 06:01:01 +0000 |
commit | 17f534f1048c52c064ff9e8135840f430022fd5f (patch) | |
tree | 3c9c2fe966a64b69a46897de94771fc3dde50b01 /Changelog | |
parent | b529b093f7e6f0cac998f35c68514fe0a8d82759 (diff) | |
download | busybox-w32-17f534f1048c52c064ff9e8135840f430022fd5f.tar.gz busybox-w32-17f534f1048c52c064ff9e8135840f430022fd5f.tar.bz2 busybox-w32-17f534f1048c52c064ff9e8135840f430022fd5f.zip |
Stuf
git-svn-id: svn://busybox.net/trunk/busybox@114 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,7 +1,9 @@ | |||
1 | 0.37 | 1 | 0.37 |
2 | * Fixed 'make install' so symlinks are installed in their proper locations. | 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 | 3 | * Changed the build system slightly so that features can now be enabled |
4 | or disabled from the busybox.defs.h header file, which is much more sane. | 4 | or disabled from the busybox.defs.h header file, without trying to |
5 | compile in a source file named after that featue (unless that file exists). | ||
6 | * Several options are now moved into busybox.defs.h | ||
5 | * Now 'rm -R' and 'rm -r' both work. | 7 | * Now 'rm -R' and 'rm -r' both work. |
6 | * dd now properly handles input beyond 1 block from stdin. | 8 | * dd now properly handles input beyond 1 block from stdin. |
7 | 9 | ||