summaryrefslogtreecommitdiffstats
path: root/src/CHANGES.txt
diff options
context:
space:
mode:
authorGary Oberbrunner <garyo@oberbrunner.com>2010-07-22 00:50:52 (GMT)
committerGary Oberbrunner <garyo@oberbrunner.com>2010-07-22 00:50:52 (GMT)
commit9628c70f7783023b917434f09cdcacedb8be5a85 (patch)
treeba3a4ffd7dd0b713b16bc9af822e1ef9779229aa /src/CHANGES.txt
parentf47c9af3748b0eb9c6f0b1d0f8aeec1dd9a0bfa1 (diff)
downloadSCons-9628c70f7783023b917434f09cdcacedb8be5a85.zip
SCons-9628c70f7783023b917434f09cdcacedb8be5a85.tar.gz
SCons-9628c70f7783023b917434f09cdcacedb8be5a85.tar.bz2
Integrated patch for issue 2571, various fixes for MSVS project generation. From Jean-Franois Colson.
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r--src/CHANGES.txt11
1 files changed, 10 insertions, 1 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index d87427c..1435756 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -7,9 +7,18 @@
RELEASE 2.1.0.alpha.yyyymmdd - NEW DATE WILL BE INSERTED HERE
+ From Jean-François Colson:
+
+ - Improve Microsoft Visual Studio Solution generation, and fix
+ various errors in the generated solutions especially when using
+ MSVS_SCC_PROVIDER, and when generating multiple projects. The
+ construction variable MSVS_SCC_PROJECT_BASE_PATH, which never
+ worked properly, is removed. Users can use the new variable
+ MSVS_SCC_CONNECTION_ROOT instead if desired.
+
From Anatoly Techtonik:
- - use subprocess in bootstrap.py instead of os.execve to avoid
+ - Use subprocess in bootstrap.py instead of os.execve to avoid
losing output control on Windows (http://bugs.python.org/issue9148)
From Alexander Goomenyuk: