summaryrefslogtreecommitdiffstats
path: root/src/RELEASE.txt
diff options
context:
space:
mode:
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: