summaryrefslogtreecommitdiff
path: root/hostmux/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'hostmux/ChangeLog')
-rw-r--r--hostmux/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/hostmux/ChangeLog b/hostmux/ChangeLog
index aa2c8542..202a5d84 100644
--- a/hostmux/ChangeLog
+++ b/hostmux/ChangeLog
@@ -1,3 +1,15 @@
+1997-08-27 Miles Bader <miles@gnu.ai.mit.edu>
+
+ * mux.c (netfs_attempt_lookup): Clear *NODE on errors.
+
+1997-08-19 Miles Bader <miles@gnu.ai.mit.edu>
+
+ * hostmux.c (main): If the underlying node isn't a directory,
+ propagate read permission to execute permission.
+
+ * mux.c (netfs_attempt_lookup): Check for lookup permission.
+ Re-arrange code to correctly handle errors.
+
1997-08-18 Miles Bader <miles@gnu.ai.mit.edu>
* stubs.c (netfs_attempt_mkfile): Correctly implement the interface.