summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hostmux/ChangeLog11
-rw-r--r--libdiskfs/ChangeLog5
2 files changed, 16 insertions, 0 deletions
diff --git a/hostmux/ChangeLog b/hostmux/ChangeLog
index e69de29b..d44d5a39 100644
--- a/hostmux/ChangeLog
+++ b/hostmux/ChangeLog
@@ -0,0 +1,11 @@
+1997-06-13 Miles Bader <miles@gnu.ai.mit.edu>
+
+ * leaf.c (create_host_node): Set the times of the new node.
+ (str_append): Function removed.
+ (netfs_get_translator): Use argz_replace instead of doing it ourselves.
+ * mux.c (netfs_get_dirents): MAX_DATA_LEN == 0 means `no limit'.
+ * hostmux.h (touch): Function removed; all uses replaced by the
+ appropriate use of fshelp_touch instead.
+ (TOUCH_ATIME, TOUCH_MTIME, TOUCH_CTIME): Macro removed.
+ (hostmux_maptime): Renamed from HOSTMUX_MAPPED_TIME; all uses changed.
+ * hostmux.c (options): --host-pattern isn't optional.
diff --git a/libdiskfs/ChangeLog b/libdiskfs/ChangeLog
index 086fadb9..417290e5 100644
--- a/libdiskfs/ChangeLog
+++ b/libdiskfs/ChangeLog
@@ -1,3 +1,8 @@
+1997-06-09 Miles Bader <miles@gnu.ai.mit.edu>
+
+ * io-stat.c (diskfs_S_io_stat): Use fshelp_translated rather than
+ fshelp_fetch_control.
+
Fri Jun 6 11:42:14 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* Makefile (LCLHDRS): Add fhandle.h.