summaryrefslogtreecommitdiff
path: root/libdiskfs/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'libdiskfs/ChangeLog')
-rw-r--r--libdiskfs/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/libdiskfs/ChangeLog b/libdiskfs/ChangeLog
index 99237c1d..9fc06762 100644
--- a/libdiskfs/ChangeLog
+++ b/libdiskfs/ChangeLog
@@ -1,3 +1,13 @@
+2001-06-21 Neal H Walfield <neal@cs.uml.edu>
+
+ * file-getcontrol.c (diskfs_S_file_getcontrol): When checking
+ if we can give the control port out, use fshelp_iscontroller
+ rather than doing the check by hand.
+
+2001-06-19 Roland McGrath <roland@frob.com>
+
+ * dir-lookup.c (diskfs_S_dir_lookup): Handle symlinks to "".
+
2001-06-16 Roland McGrath <roland@frob.com>
* file-set-trans.c (diskfs_S_file_set_translator): Add some parens.