summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2016-02-29 16:42:49 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2016-02-29 16:42:49 (GMT)
commit3791dc82915d61f0b9eee4738fc090c8a23b162c (patch)
treed2c0ad606a2cafd6332952c32c1135a37b1e1d67
parent7eeca3e4359db02936a2dfc7893abdd371cf17fc (diff)
parentc4ed216120606c40aa95017e50dbbdcb6f649f16 (diff)
downloadSCons-3791dc82915d61f0b9eee4738fc090c8a23b162c.zip
SCons-3791dc82915d61f0b9eee4738fc090c8a23b162c.tar.gz
SCons-3791dc82915d61f0b9eee4738fc090c8a23b162c.tar.bz2
Merged in williamblevins/scons_20150323 (pull request #306)
-rw-r--r--src/CHANGES.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index 9e704e0..0831787 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -16,9 +16,20 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
From William Blevins:
- Added support for cross-language dependency scanning;
SCons now respects scanner keys for implicit dependencies.
+ - Notes for SCons users with heterogeneous systems.
+ - May find new (previously missed) dependencies.
+ - May cause rebuild after upgrade due to dependency changes.
+ - May find new dependency errors (EG. cycles).
+ - Discovered in some of the SCons QT tests.
- Resolved missing cross-language dependencies for
SWIG bindings (fixes #2264).
- Corrected typo in User Guide for Scanner keyword. (PR #2959)
+ - Install builder interacts with scanner found in SCANNERS differently.
+ - Previous: Install builder recursively scanned implicit dependencies
+ for scanners from SCANNER, but not for built-in (default) scanners.
+ - Current: Install builder will not scan for implicit dependencies via
+ either scanner source. This optimizes some Install builder behavior
+ and brings orthogonality to Install builder scanning behavior.
From William Deegan:
- Add better messaging when two environments have