diff options
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ | |||
1 | 0.33 | 1 | 0.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 | ||
4 | 0.32 | 11 | 0.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 |