diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 1999-12-07 23:14:59 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 1999-12-07 23:14:59 +0000 |
commit | f29cdb91a392b65606d65a5ac8bfbbebeb782d90 (patch) | |
tree | 7cf511946e5991ad2fd66734b1a1d2a5045d7c6b /Changelog | |
parent | ba0eb8665b8c676d0d0ad3e4506306a867467b79 (diff) | |
download | busybox-w32-f29cdb91a392b65606d65a5ac8bfbbebeb782d90.tar.gz busybox-w32-f29cdb91a392b65606d65a5ac8bfbbebeb782d90.tar.bz2 busybox-w32-f29cdb91a392b65606d65a5ac8bfbbebeb782d90.zip |
Stuf
git-svn-id: svn://busybox.net/trunk/busybox@168 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ | |||
1 | 0.38 | ||
2 | * New Apps: ping and hostname contributed by Randolph Chung | ||
3 | <tausq@debian.org> | ||
4 | * on reboot, init called 'umount -a -n', which caused errors | ||
5 | when BB_MTAB was not enabled. Changed to 'umount -a', | ||
6 | which does the right thing. | ||
7 | |||
8 | -Erik Andrsen | ||
9 | |||
1 | 0.38 | 10 | 0.38 |
2 | * Fixed a segfault in 'umount -a' when a badly formed /etc/fstab | 11 | * Fixed a segfault in 'umount -a' when a badly formed /etc/fstab |
3 | file existed. | 12 | file existed. |