aboutsummaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>1999-12-07 23:14:59 +0000
committerEric Andersen <andersen@codepoet.org>1999-12-07 23:14:59 +0000
commit485b9550fd01eb519fc0d4f4f148af39fe22250e (patch)
tree7cf511946e5991ad2fd66734b1a1d2a5045d7c6b /Changelog
parentd00c2628474b9e6a3fe34c988fe197cf2425ff1a (diff)
downloadbusybox-485b9550fd01eb519fc0d4f4f148af39fe22250e.tar.gz
Stuf
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 @@
+0.38
+ * New Apps: ping and hostname contributed by Randolph Chung
+ <tausq@debian.org>
+ * on reboot, init called 'umount -a -n', which caused errors
+ when BB_MTAB was not enabled. Changed to 'umount -a',
+ which does the right thing.
+
+ -Erik Andrsen
+
0.38
* Fixed a segfault in 'umount -a' when a badly formed /etc/fstab
file existed.