summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPatrick Lam <plam@MIT.EDU>2006-03-08 19:10:57 +0000
committerPatrick Lam <plam@MIT.EDU>2006-03-08 19:10:57 +0000
commite3c6d3364c79838e5c30de072b97f7f091b1f81d (patch)
tree15bd9e37063b5c071ca7ecb8fc4d31556c4dd5fd /ChangeLog
parentd8951c0cc2474176910277e8ca840fba5d8f3655 (diff)
downloadfontconfig-e3c6d3364c79838e5c30de072b97f7f091b1f81d.tar.gz
Sort directory entries while scanning them from disk; prevents Heisenbugs
due to file ordering in a directory. reviewed by: plam
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5598eab..b1835ed 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2006-03-08 Egmont Koblinger <egmont@uhulinux.hu>
+ reviewed by: plam
+
+ * src/fcdir.c (FcDirScanConfig):
+
+ Sort directory entries while scanning them from disk;
+ prevents Heisenbugs due to file ordering in a directory.
+
2006-03-07 Behdad Esfahbod <behdad@cs.toronto.edu>
reviewed by: plam