aboutsummaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog18
1 files changed, 10 insertions, 8 deletions
diff --git a/Changelog b/Changelog
index 87a0bd82e..e9fbdd043 100644
--- a/Changelog
+++ b/Changelog
@@ -5,8 +5,14 @@
5 * Added setkeycodes, for those that have wierd keyboard buttons. 5 * Added setkeycodes, for those that have wierd keyboard buttons.
6 * 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,
7 we can now use minix code. Minix tr saves 4k. 7 we can now use minix code. Minix tr saves 4k.
8 * Added the -v option (inverted search) to grep, 8 * Added 'grep -v' option (inverted search) and updated
9 updated docs/busybox.pod accordingly. -beppu 9 docs accordingly. -beppu
10 * Wrote which
11 * BusyBox sh (lash) now supports being used as a standalone shell. When
12 BB_FEATURE_STANDALONE_SHELL is defined, all the busybox commands may
13 be invoked as shell internals. Best used when compiling staticly
14 (i.e. DOSTATIC=true)
15 * BusyBox sh (lash) internals now behave as expected wrt pipes and redirects.
10 * Fixed ping warnings -- fix from Sascha Ziemann <szi@aibon.ping.de> 16 * Fixed ping warnings -- fix from Sascha Ziemann <szi@aibon.ping.de>
11 * Fixed update segfault 17 * Fixed update segfault
12 * Fixed mknod -- minor number was always 0 18 * Fixed mknod -- minor number was always 0
@@ -28,16 +34,12 @@
28 to xiong jianxin <jxiong@uiuc.edu> 34 to xiong jianxin <jxiong@uiuc.edu>
29 * cp -fa now works as expected for symlinks (it didn't before) 35 * cp -fa now works as expected for symlinks (it didn't before)
30 * zcat now works (wasn't working since option parsing was broken) 36 * zcat now works (wasn't working since option parsing was broken)
31 * Renamed "mnc" to the more correct "nc". 37 * Renamed "mnc" to the more correct "nc" (for netcat).
32 * Makefile intelligence updates 38 * Makefile intelligence updates
33 * BusyBox sh (lash) internals now behave wrt pipes and redirects.
34 * BusyBox sh (lash) now supports being used as a standalone shell. When
35 BB_FEATURE_STANDALONE_SHELL is defined, all the busybox commands may
36 be invoked as shell internals.
37 * More doc updates 39 * More doc updates
38 40
39 41
40 -Erik 42 -Erik Andersen
41 43
42 44
43 45