summaryrefslogtreecommitdiffstats
path: root/winsup/utils/ChangeLog
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2009-07-22 16:24:17 +0000
committerCorinna Vinschen <corinna@vinschen.de>2009-07-22 16:24:17 +0000
commit3955529c8b351de06a733adb225b195bb82eba91 (patch)
tree044b559f166de94f1a66efac61012c4eb8197eca /winsup/utils/ChangeLog
parent6c188691db7c649af3189cd71d6f674e48b1ffa9 (diff)
downloadcygnal-3955529c8b351de06a733adb225b195bb82eba91.tar.gz
cygnal-3955529c8b351de06a733adb225b195bb82eba91.tar.bz2
cygnal-3955529c8b351de06a733adb225b195bb82eba91.zip
* mount.cc (do_mount): Replace --no-executable flag with notexec
mount option in hint for remote filesystems. * path.cc (getmntent): Fix typo (noexec -> notexec).
Diffstat (limited to 'winsup/utils/ChangeLog')
-rw-r--r--winsup/utils/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/winsup/utils/ChangeLog b/winsup/utils/ChangeLog
index 5d7193939..090e841d9 100644
--- a/winsup/utils/ChangeLog
+++ b/winsup/utils/ChangeLog
@@ -1,5 +1,11 @@
2009-07-22 Corinna Vinschen <corinna@vinschen.de>
+ * mount.cc (do_mount): Replace --no-executable flag with notexec
+ mount option in hint for remote filesystems.
+ * path.cc (getmntent): Fix typo (noexec -> notexec).
+
+2009-07-22 Corinna Vinschen <corinna@vinschen.de>
+
* Makefile.in (path-mount.o): Add a rule to build stripped down version
of path.cc for usage in mount.
(mount.exe): Add dependency to path-mount.o.