aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-02-15 20:13:59 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-02-15 20:13:59 +0000
commit93e349e79abfaf8e3f848de05d2938317d9c1273 (patch)
tree4e6f971152550bbf5315db9f1884d77f37db6667
parentcee38394c25bd23161f1b02f5cc317e43e899a06 (diff)
downloadbusybox-w32-93e349e79abfaf8e3f848de05d2938317d9c1273.tar.gz
busybox-w32-93e349e79abfaf8e3f848de05d2938317d9c1273.tar.bz2
busybox-w32-93e349e79abfaf8e3f848de05d2938317d9c1273.zip
Acknowledge Kenneth Chalmers ln fix.
git-svn-id: svn://busybox.net/trunk/busybox@1828 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r--Changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index ed4c766ec..e6e1dea2b 100644
--- a/Changelog
+++ b/Changelog
@@ -3,6 +3,9 @@
3 * Bjorn Wesen -- new ifconfig and route applet (taken from 3 * Bjorn Wesen -- new ifconfig and route applet (taken from
4 work done be Axis Communications). 4 work done be Axis Communications).
5 * Vladimir N. Oleynik -- new stty applet 5 * Vladimir N. Oleynik -- new stty applet
6 * Kenneth Chalmers and Erik Andersen -- fixed ln so it
7 behaves when given no arguments (prints usage) and when
8 given just one arg (tries to make a link in the cwd).
6 9
7 <lots of other things -- fixme> 10 <lots of other things -- fixme>
8 11