aboutsummaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>1999-12-07 23:14:59 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>1999-12-07 23:14:59 +0000
commitf29cdb91a392b65606d65a5ac8bfbbebeb782d90 (patch)
tree7cf511946e5991ad2fd66734b1a1d2a5045d7c6b /Changelog
parentba0eb8665b8c676d0d0ad3e4506306a867467b79 (diff)
downloadbusybox-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--Changelog9
1 files changed, 9 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 9698396e0..10648dbde 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,12 @@
10.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
10.38 100.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.