aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Andersen <andersen@codepoet.org>2000-01-20 19:51:48 +0000
committerErik Andersen <andersen@codepoet.org>2000-01-20 19:51:48 +0000
commitb2660c703dfd8fe4d37d38d69d5a33c3131f59a3 (patch)
tree64aa7ccc8f81ad649e876c1a50bc5befdf13c86c
parent8ad12e32c89c0b9e8c6da35e23398d4a97f7f601 (diff)
downloadbusybox-w32-b2660c703dfd8fe4d37d38d69d5a33c3131f59a3.tar.gz
busybox-w32-b2660c703dfd8fe4d37d38d69d5a33c3131f59a3.tar.bz2
busybox-w32-b2660c703dfd8fe4d37d38d69d5a33c3131f59a3.zip
Tell what I did
-Erik
-rw-r--r--Changelog4
1 files changed, 4 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 96012ff04..095a529bc 100644
--- a/Changelog
+++ b/Changelog
@@ -2,6 +2,10 @@
2 * Made tar creation support in busybox tar optional. 2 * Made tar creation support in busybox tar optional.
3 * Made grep and grep -h do the right thing wrt printing 3 * Made grep and grep -h do the right thing wrt printing
4 the file name (it failed to print files names in many cases). 4 the file name (it failed to print files names in many cases).
5 * Fix a namespace aliasing problem wereby if du was built in, the
6 symlink for both du and dutmp would be installed, or then rm was
7 built in, the symlinks for both rm and rmmod would be installed.
8
5 9
6 -Erik Andersen 10 -Erik Andersen
7 11