summaryrefslogtreecommitdiff
path: root/src/RELEASE.txt
diff options
context:
space:
mode:
authorGary Oberbrunner <garyo@oberbrunner.com>2012-05-06 21:23:52 -0400
committerGary Oberbrunner <garyo@oberbrunner.com>2012-05-06 21:23:52 -0400
commite95a2fd02fbae5abd2cb89119a4db4e625b23ad0 (patch)
tree56d603a336c014d507c5906fbab27dc45b34c6bf /src/RELEASE.txt
parent40ce512899a0840fd03e2a642fd2209f2fef7cb1 (diff)
downloadscons-e95a2fd02fbae5abd2cb89119a4db4e625b23ad0.tar.gz
Update CHANGES.txt and RELEASE.txt for recent fixes.
Diffstat (limited to 'src/RELEASE.txt')
-rw-r--r--src/RELEASE.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/RELEASE.txt b/src/RELEASE.txt
index 6f71dcbb..0914988a 100644
--- a/src/RELEASE.txt
+++ b/src/RELEASE.txt
@@ -31,6 +31,8 @@
NEW FUNCTIONALITY
+ - SCons now supports Microsoft Visual Studio 11.
+
- SCons can now automatically embed manifests in Windows executables
and DLLs, by setting WINDOWS_EMBED_MANIFEST in the environment.
@@ -56,6 +58,7 @@
FIXES
+ - Fixed occasional crashes with -jN on Windows.
- Windows resource compiler (RC) scanner now handles DOS line endings
- Visual Studio project generation now works when CPPPATH contains Dir nodes
- Visual Studio projects are regenerated when CPPPATH or CPPDEFINES change