aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorerik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-01-20 19:51:48 +0000
committererik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-01-20 19:51:48 +0000
commitab55bd554c0edb3549ac824960b924f31807a234 (patch)
tree64aa7ccc8f81ad649e876c1a50bc5befdf13c86c
parent697dd0b5521d7abeca2a0bded3baccb9b1cee795 (diff)
downloadbusybox-w32-ab55bd554c0edb3549ac824960b924f31807a234.tar.gz
busybox-w32-ab55bd554c0edb3549ac824960b924f31807a234.tar.bz2
busybox-w32-ab55bd554c0edb3549ac824960b924f31807a234.zip
Tell what I did
-Erik git-svn-id: svn://busybox.net/trunk/busybox@322 69ca8d6d-28ef-0310-b511-8ec308f3f277
-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