summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorWilliam Blevins <wblevins001@gmail.com>2016-02-22 20:10:56 (GMT)
committerWilliam Blevins <wblevins001@gmail.com>2016-02-22 20:10:56 (GMT)
commitc4ed216120606c40aa95017e50dbbdcb6f649f16 (patch)
treefcd470e52d0079d82cb3de25a37884c9b2e8e8dd /src
parentb0f4c6bc7b32102a75e2d6c8ef880e6135cbfd53 (diff)
downloadSCons-c4ed216120606c40aa95017e50dbbdcb6f649f16.zip
SCons-c4ed216120606c40aa95017e50dbbdcb6f649f16.tar.gz
SCons-c4ed216120606c40aa95017e50dbbdcb6f649f16.tar.bz2
Issue 2264: Updated CHANGES.txt to include Cross Language notes.
Diffstat (limited to 'src')
-rw-r--r--src/CHANGES.txt13
1 files changed, 12 insertions, 1 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index c68b89c..dfd2b9d 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -16,8 +16,19 @@ 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).
+ SWIG bindings (PR #2264).
+ - 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