diff options
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,10 +1,18 @@ | |||
1 | 0.42 | 1 | 0.42 |
2 | * Made tar creation support in busybox tar optional. | 2 | * Made tar creation support in busybox tar optional. |
3 | You no longer _have_ to put a "-" in front of tar options. | ||
3 | * Made grep and grep -h do the right thing wrt printing | 4 | * Made grep and grep -h do the right thing wrt printing |
4 | the file name (it failed to print files names in many cases). | 5 | the file name (it failed to print files names in many cases). |
5 | * Fix a namespace aliasing problem wereby if du was built in, the | 6 | * Fix a namespace aliasing problem wereby if du was built in, the |
6 | symlink for both du and dutmp would be installed, or then rm was | 7 | symlink for both du and dutmp would be installed, or then rm was |
7 | built in, the symlinks for both rm and rmmod would be installed. | 8 | built in, the symlinks for both rm and rmmod would be installed. |
9 | * Added a closelog() to init.c after loging -- fix thanks to | ||
10 | Taketoshi Sano <kgh12351@nifty.ne.jp> | ||
11 | * Rewrote and simplified logger. Added the "-t" option, and made it | ||
12 | behave itself a bit better. | ||
13 | * Optional support contributed by Ben Collins <bcollins@debian.org> | ||
14 | for the kernel init chroot patch by Werner Almesberger, which | ||
15 | allows init to chroot to a new device, and umount the old one. | ||
8 | 16 | ||
9 | 17 | ||
10 | -Erik Andersen | 18 | -Erik Andersen |