summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGianluca Guida <glguida@gmail.com>2005-05-30 12:53:20 +0000
committerGianluca Guida <glguida@gmail.com>2005-05-30 12:53:20 +0000
commit5030481050eeccb65643d849d6fb06d005f47c93 (patch)
treed77f7eae45bbc6029ab46287fa7fc35ef261654d /ChangeLog
parent60e5cc0a61638f9ffd9be22f3fbecc66ae174e03 (diff)
New README and bugfixes.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b3f4ca3..cf464e6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+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.
+ (for_each_subdir_priv): Likewise.
+
+ * stow.c (_stow_registermatchingdirs): Don't return error when
+ patternlist_match return false. Free filepath before returning
+ error when ulfs_register fails.
+
+ * ulfs.c (ulfs_register): Removed bogus fprintf.
+
2005-05-29 Gianluca Guida <glguida@gmail.com>
* Makefile: Added support for building mig stubs for stow feature.