aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>1999-11-19 06:24:35 +0000
committerEric Andersen <andersen@codepoet.org>1999-11-19 06:24:35 +0000
commitfa213cd71efcff433febc7565582be102846c13d (patch)
tree91133b0cfff6f2e4ccb0cb050c4106bea6a75ed9
parente1850ddde4f3ff14f72d919531f1f254cd353a2c (diff)
downloadbusybox-w32-fa213cd71efcff433febc7565582be102846c13d.tar.gz
busybox-w32-fa213cd71efcff433febc7565582be102846c13d.tar.bz2
busybox-w32-fa213cd71efcff433febc7565582be102846c13d.zip
Latest n greatest
-rw-r--r--Changelog4
1 files changed, 4 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 0529d1853..27ee085c1 100644
--- a/Changelog
+++ b/Changelog
@@ -1,5 +1,9 @@
10.37 10.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