summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGianluca Guida <glguida@gmail.com>2005-05-31 02:58:48 +0000
committerGianluca Guida <glguida@gmail.com>2005-05-31 02:58:48 +0000
commita9eee2c50ad67e91c786e6bfaf3cab22daba4b67 (patch)
tree207944253bbfa965234c88cdf16c824855139e3a /ChangeLog
parent5030481050eeccb65643d849d6fb06d005f47c93 (diff)
node_unlink_file bugfix
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 10 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index cf464e6..00d5d05 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,16 +1,22 @@
+2005-05-31 Gianluca Guida <glguida@gmail.com>
+
+ * node.c (node_unlink_file): Use lookup to figure out whether a file
+ exists or not, or it will fail on read-only filesystems.
+ Reported by Ben Asselstine.
+
2005-05-30 Gianluca Guida <glguida@gmail.com>
* AUTHORS: Added myself in the list.
* README: Added sections "Introduction" and "Stowing Feature".
* options.c (argp_program_bug_address): Changed address.
- * lib.c (for_each_subdir): When call to stat() fails continue free
- "name" and continue the loop, instead of returning error. Return 0
- at the end of the loop.
+ * lib.c (for_each_subdir): When call to stat() fails free "name"
+ and continue the loop, instead of returning error. Return 0 at the
+ end of the loop.
(for_each_subdir_priv): Likewise.
* stow.c (_stow_registermatchingdirs): Don't return error when
- patternlist_match return false. Free filepath before returning
+ patternlist_match returns false. Free filepath before returning
error when ulfs_register fails.
* ulfs.c (ulfs_register): Removed bogus fprintf.