summaryrefslogtreecommitdiffstats
path: root/quilt.changes
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2009-06-15 16:20:41 +0200
committerAndreas Gruenbacher <agruen@suse.de>2009-06-15 21:29:19 +0200
commit2d14c314da040244ce65069d5723fa3a51db3e6e (patch)
tree6bfed4ce16508184c686cc5e2c7b434986056bf7 /quilt.changes
parentc60ec97737f46fda9fa9cb96f874768f5ccfb57b (diff)
downloadquilt-2d14c314da040244ce65069d5723fa3a51db3e6e.tar.gz
Concurrent readdir() + unlink() compatibility fix
Diffstat (limited to 'quilt.changes')
-rw-r--r--quilt.changes9
1 files changed, 9 insertions, 0 deletions
diff --git a/quilt.changes b/quilt.changes
index ffe62c9..a9637ca 100644
--- a/quilt.changes
+++ b/quilt.changes
@@ -1,4 +1,13 @@
-------------------------------------------------------------------
+Mon Jun 15 16:12:30 CEST 2009 - agruen@suse.de
+
+- Some filesystems / operating systems may miss files in readdir()
+ loops when the directory is modified at the same time (e.g.,
+ http://support.apple.com/kb/TA21420). Avoid running into this
+ problem in backup-files.c by reading all files before processing
+ them.
+
+-------------------------------------------------------------------
Sun Apr 5 16:05:05 CEST 2009 - agruen@suse.de
- Push command: don't imply --force when --merge is given so that