summaryrefslogtreecommitdiffstats
path: root/src/RELEASE.txt
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2003-04-25 01:26:28 (GMT)
committerSteven Knight <knight@baldmt.com>2003-04-25 01:26:28 (GMT)
commitdbb26a739bda888c1b7e206dbf6753ebadc68ebc (patch)
tree9e985a4b46be25083a7335a755e7449af566cf52 /src/RELEASE.txt
parentdb7e2b9bef087394fd3ce603e75231dec7f2eca4 (diff)
downloadSCons-dbb26a739bda888c1b7e206dbf6753ebadc68ebc.zip
SCons-dbb26a739bda888c1b7e206dbf6753ebadc68ebc.tar.gz
SCons-dbb26a739bda888c1b7e206dbf6753ebadc68ebc.tar.bz2
Fix test/scan-once.py for the recent Export change.
Diffstat (limited to 'src/RELEASE.txt')
-rw-r--r--src/RELEASE.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/RELEASE.txt b/src/RELEASE.txt
index b943cef..d8f2144 100644
--- a/src/RELEASE.txt
+++ b/src/RELEASE.txt
@@ -34,6 +34,13 @@ RELEASE 0.14 - XXX
have been deprecated. The new names are TargetSignatures() and
SourceSignatures().
+ - The Export() function and the exported variables argument of
+ SConscript() now search for variables using the same rules as
+ Python: local first, then global. If you are calling Export() or
+ SConscript() from a module imported directly into an SConscript
+ file, you may need to modify the module to make the previously
+ global variables available to your Export() or SConscript() call.
+
Please note the following important changes since release 0.11:
- The default behavior of SCons is now to change to the directory in