summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorPavel Roskin2000-06-06 17:03:55 +0000
committerPavel Roskin2000-06-06 17:03:55 +0000
commit680d65a646feaea3c3440ca81732c3c09ae95d15 (patch)
treef1d28e9822c2df07e37ac314f0c86ab9ea7e6995 /Changelog
parent68480dc30f9cdf4a660ea773353d2c9f56eb61d8 (diff)
downloadbusybox-680d65a646feaea3c3440ca81732c3c09ae95d15.zip
busybox-680d65a646feaea3c3440ca81732c3c09ae95d15.tar.gz
"mount" now reports errors from nfsmount() and assumes NFS mount
if ':' is present in the device name - Pavel Roskin
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 637f983..7ac97dc 100644
--- a/Changelog
+++ b/Changelog
@@ -57,6 +57,8 @@
* Implemented "rm -- <foo>"
* "which" rewritten to use stat(). Fixes to improve its compatability
with traditional implementations -- Pavel Roskin.
+ * "mount" now reports errors from nfsmount() and assumes NFS mount
+ if ':' is present in the device name - Pavel Roskin
* More doc updates