diff options
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -1,11 +1,13 @@ | |||
1 | 0.44 | 1 | 0.44 |
2 | * added the -v option (inverted search) to grep, | 2 | * Added BB_FEATURE_TRIVIAL_HELP which compiles out most all of the |
3 | updated docs/busybox.pod accordingly. -beppu | 3 | help messages (i.e --help). Saves 17k over a full compile. |
4 | * Added mktemp, contributed by Daniel Jacobowitz <dan@debian.org> | 4 | * Added mktemp, contributed by Daniel Jacobowitz <dan@debian.org> |
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 | * Fix for ping warnings from Sascha Ziemann <szi@aibon.ping.de> | 8 | * Added the -v option (inverted search) to grep, |
9 | updated docs/busybox.pod accordingly. -beppu | ||
10 | * Fixed ping warnings -- fix from Sascha Ziemann <szi@aibon.ping.de> | ||
9 | * Fixed update segfault | 11 | * Fixed update segfault |
10 | * Fixed mknod -- minor number was always 0 | 12 | * Fixed mknod -- minor number was always 0 |
11 | * Fixed tar option parsing. In an attempt to accomodate the whiners | 13 | * Fixed tar option parsing. In an attempt to accomodate the whiners |
@@ -13,8 +15,7 @@ | |||
13 | I broke creation of tarballs. I reverted the change (so tar needs | 15 | I broke creation of tarballs. I reverted the change (so tar needs |
14 | the "-" for all options). | 16 | the "-" for all options). |
15 | * Several contributions from Randolph Chung <tausq@debian.org>. | 17 | * Several contributions from Randolph Chung <tausq@debian.org>. |
16 | * cp/mv now accepts (and ignores) the -f flag, since it always | 18 | * cp/mv now accepts the -f flag |
17 | does force anyway | ||
18 | * tail can now accept -<num> commands (e.g. -10) for better | 19 | * tail can now accept -<num> commands (e.g. -10) for better |
19 | compatibility with the standard tail command | 20 | compatibility with the standard tail command |
20 | * added a simple id implementation; doesn't support sup. groups yet | 21 | * added a simple id implementation; doesn't support sup. groups yet |
@@ -25,12 +26,11 @@ | |||
25 | * Changed 'umount -l' to mean "Do not free loop device". | 26 | * Changed 'umount -l' to mean "Do not free loop device". |
26 | * Fixed basename to support stripping of suffixes. Patch thanks | 27 | * Fixed basename to support stripping of suffixes. Patch thanks |
27 | to xiong jianxin <jxiong@uiuc.edu> | 28 | to xiong jianxin <jxiong@uiuc.edu> |
28 | * More doc updates | ||
29 | * cp -fa now works as expected for symlinks (it didn't before) | 29 | * cp -fa now works as expected for symlinks (it didn't before) |
30 | * zcat now works (wasn't working since option parsing was broken) | 30 | * zcat now works (wasn't working since option parsing was broken) |
31 | * Renamed "mnc" to the more correct "nc". | 31 | * Renamed "mnc" to the more correct "nc". |
32 | * Added BB_FEATURE_TRIVIAL_HELP which compiles out most all of the | 32 | * Makefile intelligence updates |
33 | help messages (i.e --help). Saves 17k over a full compile. | 33 | * More doc updates |
34 | 34 | ||
35 | 35 | ||
36 | -Erik | 36 | -Erik |