summaryrefslogtreecommitdiffstats
path: root/src/RELEASE.txt
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2002-11-27 02:02:36 (GMT)
committerSteven Knight <knight@baldmt.com>2002-11-27 02:02:36 (GMT)
commit814029abd36603a70bc402826c79a5fdefe3c2a1 (patch)
tree4edf62d6b0b5114ef5baf54a802a7f1c648172e0 /src/RELEASE.txt
parentdd30a312b7c59abd25d41c3d332df57801abf66b (diff)
downloadSCons-814029abd36603a70bc402826c79a5fdefe3c2a1.zip
SCons-814029abd36603a70bc402826c79a5fdefe3c2a1.tar.gz
SCons-814029abd36603a70bc402826c79a5fdefe3c2a1.tar.bz2
Provide graceful failures when a source file doesn't exist and can't be build, and when a nonexistent drive letter is used on Win32.
Diffstat (limited to 'src/RELEASE.txt')
-rw-r--r--src/RELEASE.txt10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/RELEASE.txt b/src/RELEASE.txt
index 5f8c89a..d35168c 100644
--- a/src/RELEASE.txt
+++ b/src/RELEASE.txt
@@ -20,9 +20,9 @@ more effectively, please sign up for the scons-users mailing list at:
-RELEASE 0.08 - Mon, 15 Jul 2002 12:08:51 -0500
+RELEASE 0.09 - XXX
- This is the eighth alpha release of SCons. Please consult the
+ This is the ninth alpha release of SCons. Please consult the
CHANGES.txt file for a list of specific changes since last release.
Please note the following important changes since release 0.08:
@@ -30,7 +30,11 @@ RELEASE 0.08 - Mon, 15 Jul 2002 12:08:51 -0500
- The SetCommandHandler() function has been superceded
by the SPAWN, SHELL and ESCAPE construction variables.
- XXX
+ - SCons now exits with an error message if any source files or
+ implicit dependency files for a target do not exist and have
+ no Builder. SCons used to ignore these files, so builds that
+ formally succeeded despite the absence of a scanned file will now
+ fail unless the -k (keep going on error) flag is used.
Please note the following important changes since release 0.07: