aboutsummaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>1999-11-06 06:07:27 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>1999-11-06 06:07:27 +0000
commit610e4739f7561cb7b2a2e7417052db14e32fd256 (patch)
tree57ba26bdcf5dae8deb91a3d1a9b47bcc140689a0 /Changelog
parent210df30f0012b40ce819c119ca00ad31ef76d8b8 (diff)
downloadbusybox-w32-610e4739f7561cb7b2a2e7417052db14e32fd256.tar.gz
busybox-w32-610e4739f7561cb7b2a2e7417052db14e32fd256.tar.bz2
busybox-w32-610e4739f7561cb7b2a2e7417052db14e32fd256.zip
Fixed ln, df, and removed redundant stuff from mtab.
git-svn-id: svn://busybox.net/trunk/busybox@81 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog7
1 files changed, 7 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 8a22e49bf..3923cf828 100644
--- a/Changelog
+++ b/Changelog
@@ -1,5 +1,12 @@
10.33 10.33
2 * Fixed a bug where init could hang instead of rebooting. 2 * Fixed a bug where init could hang instead of rebooting.
3 * Removed some debugging noise from init.c
4 * Fixed ln so it works now (it was very broken).
5 * Fixed df so it won't segfault when there is no /etc/fstab,
6 * If BB_MTAB is not defined, df and mount will whine if /etc/fstab
7 is not installed (since they cannot fixup "/dev/root" to
8 state the real root device name)
9 * merged some redundant code from mtab.c/df.c into utility.c
3 10
40.32 110.32
5 * More changes -- many thanks to Lineo for paying me to work on 12 * More changes -- many thanks to Lineo for paying me to work on