summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-06-07 17:28:53 +0000
committerEric Andersen <andersen@codepoet.org>2000-06-07 17:28:53 +0000
commita42982e8f569417e93bc3b47c501cbe83a5bfade (patch)
treea28be75735aa78f38cf8464f874857fd0132c664 /Changelog
parent1f6262b8e2b4225a028b016fed4a3a9ee717b540 (diff)
downloadbusybox-w32-a42982e8f569417e93bc3b47c501cbe83a5bfade.tar.gz
busybox-w32-a42982e8f569417e93bc3b47c501cbe83a5bfade.tar.bz2
busybox-w32-a42982e8f569417e93bc3b47c501cbe83a5bfade.zip
* Fixed 'swapon -a' and 'swapoff -a', which were broken.
* Fixed 'mount -a' so it works as expected. * Implemented 'ls -R' (enabled by enabling BB_FEATURE_LS_RECURSIVE) -Erik
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index da229a962..50b28cf62 100644
--- a/Changelog
+++ b/Changelog
@@ -60,6 +60,9 @@
60 * "mount" now reports errors from nfsmount() and assumes NFS mount 60 * "mount" now reports errors from nfsmount() and assumes NFS mount
61 if ':' is present in the device name - Pavel Roskin 61 if ':' is present in the device name - Pavel Roskin
62 * Fixed exit status for killall - Pavel Roskin 62 * Fixed exit status for killall - Pavel Roskin
63 * Fixed 'swapon -a' and 'swapoff -a', which were broken.
64 * Fixed 'mount -a' so it works as expected.
65 * Implemented 'ls -R' (enabled by enabling BB_FEATURE_LS_RECURSIVE)
63 * More doc updates 66 * More doc updates
64 67
65 68