aboutsummaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-08-11 18:10:21 +0000
committerEric Andersen <andersen@codepoet.org>2000-08-11 18:10:21 +0000
commit79565b6c910e76c19cd5c0729659d6e96472c785 (patch)
tree407c3e6c7d6e36403397e04149524a998a9bf57e /Changelog
parentf9ca653faa5ee3a56409221d4627679d6a9304a9 (diff)
downloadbusybox-79565b6c910e76c19cd5c0729659d6e96472c785.tar.gz
Add optional ls file sorting, thanks to a patch from
Sterling Huxley <sterling@europa.com> -Erik
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog6
1 files changed, 4 insertions, 2 deletions
diff --git a/Changelog b/Changelog
index f415e5d43..62db63bd2 100644
--- a/Changelog
+++ b/Changelog
@@ -7,8 +7,10 @@
* syslogd can now log messages to a remote host -- patch thanks
to Gyepi Sam <gyepi@praxis-sw.com>
* Rewrite of 'tail' to make it simpler, smaller, and more robust.
- It now weighs only 2.25k (3k when full featured). The code it
- much cleaner, thanks to "Allen Soard" <esp-software@mail.hypermart.net>
+ It now weighs only 2.25k (3k when full featured). The code is
+ cleaner too, thanks to Allen Soard <esp-software@mail.hypermart.net>
+ * Add optional ls file sorting, thanks to a patch from
+ Sterling Huxley <sterling@europa.com>
-Erik Andersen