aboutsummaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorproski <proski@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-06-06 17:03:55 +0000
committerproski <proski@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-06-06 17:03:55 +0000
commita7ba510b3e3f648d6365ba1d773282061c2bfd5c (patch)
treef1d28e9822c2df07e37ac314f0c86ab9ea7e6995 /Changelog
parentce7b393938df9bbad5556982e7169e8054e956c2 (diff)
downloadbusybox-w32-a7ba510b3e3f648d6365ba1d773282061c2bfd5c.tar.gz
busybox-w32-a7ba510b3e3f648d6365ba1d773282061c2bfd5c.tar.bz2
busybox-w32-a7ba510b3e3f648d6365ba1d773282061c2bfd5c.zip
"mount" now reports errors from nfsmount() and assumes NFS mount
if ':' is present in the device name - Pavel Roskin git-svn-id: svn://busybox.net/trunk/busybox@615 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 637f983e9..7ac97dc71 100644
--- a/Changelog
+++ b/Changelog
@@ -57,6 +57,8 @@
57 * Implemented "rm -- <foo>" 57 * Implemented "rm -- <foo>"
58 * "which" rewritten to use stat(). Fixes to improve its compatability 58 * "which" rewritten to use stat(). Fixes to improve its compatability
59 with traditional implementations -- Pavel Roskin. 59 with traditional implementations -- Pavel Roskin.
60 * "mount" now reports errors from nfsmount() and assumes NFS mount
61 if ':' is present in the device name - Pavel Roskin
60 * More doc updates 62 * More doc updates
61 63
62 64