summaryrefslogtreecommitdiffstats
path: root/src/RELEASE.txt
diff options
context:
space:
mode:
authorGary Oberbrunner <garyo@oberbrunner.com>2011-03-01 00:48:34 (GMT)
committerGary Oberbrunner <garyo@oberbrunner.com>2011-03-01 00:48:34 (GMT)
commitf6027721b125af34862d1ba7ca5ba2205a09e1fe (patch)
tree42c19eb88c9178695c1c3a268b61140ea40ab637 /src/RELEASE.txt
parent925ece49f121303e558f9d63b1c138f814465fc8 (diff)
downloadSCons-f6027721b125af34862d1ba7ca5ba2205a09e1fe.zip
SCons-f6027721b125af34862d1ba7ca5ba2205a09e1fe.tar.gz
SCons-f6027721b125af34862d1ba7ca5ba2205a09e1fe.tar.bz2
New debug option --debug=prepare to watch targets being prepared
Diffstat (limited to 'src/RELEASE.txt')
-rw-r--r--src/RELEASE.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/RELEASE.txt b/src/RELEASE.txt
index 4c0017f..f9d550e 100644
--- a/src/RELEASE.txt
+++ b/src/RELEASE.txt
@@ -49,7 +49,7 @@
- List modifications to existing features, where the previous behavior
wouldn't actually be considered a bug
- - Add initial support for VS/VC 2001
+ - Add initial support for VS/VC 2010
FIXES
@@ -82,6 +82,9 @@
- TeX command strings now work on Windows when the new dir is
on a different drive letter.
- DMD version 2 is supported (using the phobos2 library)
+ - New --debug=prepare option shows each target as it's prepared
+ for building; can help when you don't know why a target isn't
+ being built.
- List improvements that wouldn't be visible to the user in the
documentation: performance improvements (describe the circumstances