summaryrefslogtreecommitdiffstats
path: root/src/RELEASE.txt
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2004-09-05 20:10:43 (GMT)
committerSteven Knight <knight@baldmt.com>2004-09-05 20:10:43 (GMT)
commit8c0944c021fb182621e27270d970287d63943e92 (patch)
tree84c5de901e52ffa99f41e99863e1f88e75ccea5b /src/RELEASE.txt
parent7a9bf5959b5ae04c7ab84ac93e8908b82a2413c2 (diff)
downloadSCons-8c0944c021fb182621e27270d970287d63943e92.zip
SCons-8c0944c021fb182621e27270d970287d63943e92.tar.gz
SCons-8c0944c021fb182621e27270d970287d63943e92.tar.bz2
Lots of Configure() enhancements. (Christoph Wiedemann)
Diffstat (limited to 'src/RELEASE.txt')
-rw-r--r--src/RELEASE.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/RELEASE.txt b/src/RELEASE.txt
index 802be53..948085a 100644
--- a/src/RELEASE.txt
+++ b/src/RELEASE.txt
@@ -49,6 +49,18 @@ RELEASE 0.97 - XXX
- The deprecated "validater" keyword to the Options.Add() method
has been removed.
+ - The %TEMP% and %TMP% external environment variables are now
+ propagated automatically to the command execution environment on
+ Windows systems.
+
+ - The Configure() subsystem now reports tests results as "yes" and
+ "no" instead of "ok" and "failed." This might interfere with any
+ scripts that automatically parse the Configure() output from SCons.
+
+ - The Configure() subsystem now stores its cached results in a
+ different file. This may cause configuration tests to be re-run
+ the first time after you install 0.97.
+
Please note the following important changes since release 0.95:
- All Builder calls (both built-in like Program(), Library(),