summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGary Oberbrunner <garyo@oberbrunner.com>2012-05-07 01:23:52 (GMT)
committerGary Oberbrunner <garyo@oberbrunner.com>2012-05-07 01:23:52 (GMT)
commitf69171690627bd16c8b1577731ca725fdbf50b69 (patch)
tree56d603a336c014d507c5906fbab27dc45b34c6bf /src
parentec379f834b6f972cbab13313c8b83d243173a22a (diff)
downloadSCons-f69171690627bd16c8b1577731ca725fdbf50b69.zip
SCons-f69171690627bd16c8b1577731ca725fdbf50b69.tar.gz
SCons-f69171690627bd16c8b1577731ca725fdbf50b69.tar.bz2
Update CHANGES.txt and RELEASE.txt for recent fixes.
Diffstat (limited to 'src')
-rw-r--r--src/CHANGES.txt4
-rw-r--r--src/RELEASE.txt3
2 files changed, 7 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index f32c3f1..7747a3e 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -6,6 +6,10 @@
RELEASE 2.X.X -
+ From Alexey Petruchik:
+ - Support for Microsoft Visual Studio 11 (both using it
+ and generating MSVS11 solution files).
+
From Alexey Klimkin:
- Fixed the Taskmaster, curing spurious build failures in
multi-threaded runs (#2720).
diff --git a/src/RELEASE.txt b/src/RELEASE.txt
index 6f71dcb..0914988 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