From 5fc244b2e43172df4c888f7c31942ee489b01a8f Mon Sep 17 00:00:00 2001 From: William Deegan Date: Thu, 29 Mar 2018 15:54:09 -0400 Subject: Updated changelog info for this patch with more details. --- src/CHANGES.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/CHANGES.txt b/src/CHANGES.txt index e2fb598..a36a1e7 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -56,7 +56,10 @@ RELEASE 3.1.0.alpha.yyyymmdd - NEW DATE WILL BE INSERTED HERE - Fix GH Issue #3225 SCons.Util.Flatten() doesn't handle MappingView's produced by dictionary as return values from dict().{items(), keys(), values()}. - Fix issue #2980 with credit to William Blevins. This is an issue where using TimeStamp-MD5 Decider - and CacheDir can yield incorrect md5's being written into the .sconsign. + and CacheDir can yield incorrect md5's being written into the .sconsign. The difference between + William Blevins patch and the current code is that the more complicated creation of file to csig + map is only done when the count of children for the current node doesn't match the previous count + which is loaded from the sconsign. From Andrew Featherstone - Removed unused --warn options from the man page and source code. -- cgit v0.12