summaryrefslogtreecommitdiff
path: root/libdiskfs/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2001-07-03 01:11:52 +0000
committerRoland McGrath <roland@gnu.org>2001-07-03 01:11:52 +0000
commit312f376bdd88d1dd82aae1ced6c7581ab88fd260 (patch)
treeceba2c2a2cebee6afd888bc61be70b8c8e0b2368 /libdiskfs/ChangeLog
parent49a2c9d930156814d5bcf34fd8e2126780ab6ef9 (diff)
.
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.