diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/CHANGES.txt | 4 | ||||
-rw-r--r-- | src/RELEASE.txt | 3 |
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 |