summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-06-21 22:44:33 +0000
committerEric Andersen <andersen@codepoet.org>2000-06-21 22:44:33 +0000
commit45087b1010728ba90e78be16ae82af82f658976d (patch)
treee13d41c8e271d652e3f04a86d4bcf50a588e94d5 /Changelog
parent766c0129754a81f7e3a94b7c798f8d6d26280120 (diff)
downloadbusybox-w32-45087b1010728ba90e78be16ae82af82f658976d.tar.gz
busybox-w32-45087b1010728ba90e78be16ae82af82f658976d.tar.bz2
busybox-w32-45087b1010728ba90e78be16ae82af82f658976d.zip
More doc updates.
-Erik
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog9
1 files changed, 5 insertions, 4 deletions
diff --git a/Changelog b/Changelog
index 8e8de9523..053a7cb0b 100644
--- a/Changelog
+++ b/Changelog
@@ -1,5 +1,6 @@
10.44 10.44
2 * Now compiles vs libc5 (which can save lots of space for embedded systems). 2 * Now compiles vs libc5 (which can save lots of space for
3 embedded systems).
3 * Added BB_FEATURE_TRIVIAL_HELP which compiles out most all of the 4 * Added BB_FEATURE_TRIVIAL_HELP which compiles out most all of the
4 help messages (i.e --help). Saves 17k over a full compile. 5 help messages (i.e --help). Saves 17k over a full compile.
5 * Added cut and tr from minix, since due to the license change, 6 * Added cut and tr from minix, since due to the license change,
@@ -8,7 +9,7 @@
8 staticly linked busybox containing only insmod and sh, a few /dev 9 staticly linked busybox containing only insmod and sh, a few /dev
9 entries, and a kernel module or two... It doesn't get smaller 10 entries, and a kernel module or two... It doesn't get smaller
10 then this folks (I pity the fool that writes insmod in asm ;-). 11 then this folks (I pity the fool that writes insmod in asm ;-).
11 Many kudos go to Ron Alder <alder@lineo.com> for finishing this off!!! 12 Many kudos go to Ron Alder <alder@lineo.com> for finishing this off!
12 * Added a mini ar archive utility, especially written for BusyBox by 13 * Added a mini ar archive utility, especially written for BusyBox by
13 Glenn McGrath <bug1@netconnect.com.au> 14 Glenn McGrath <bug1@netconnect.com.au>
14 * Added mktemp, contributed by Daniel Jacobowitz <dan@debian.org> 15 * Added mktemp, contributed by Daniel Jacobowitz <dan@debian.org>
@@ -18,8 +19,8 @@
18 * Added 'grep -v' option (inverted search) and updated 19 * Added 'grep -v' option (inverted search) and updated
19 docs accordingly. -beppu 20 docs accordingly. -beppu
20 * Wrote which 21 * Wrote which
21 * Replaced the telnet implementation with one written by Tomi Ollila <too@iki.fi> 22 * Replaced the telnet implementation with one written by
22 It works great and costs 3k. 23 Tomi Ollila <too@iki.fi> It works great and costs 3k.
23 * BusyBox sh (lash) now supports being used as a standalone shell. When 24 * BusyBox sh (lash) now supports being used as a standalone shell. When
24 BB_FEATURE_STANDALONE_SHELL is defined, all the busybox commands may 25 BB_FEATURE_STANDALONE_SHELL is defined, all the busybox commands may
25 be invoked as shell internals. Best used when compiling staticly 26 be invoked as shell internals. Best used when compiling staticly