summaryrefslogtreecommitdiffstats
path: root/src/CHANGES.txt
diff options
context:
space:
mode:
authorGary Oberbrunner <garyo@oberbrunner.com>2012-08-29 00:27:34 (GMT)
committerGary Oberbrunner <garyo@oberbrunner.com>2012-08-29 00:27:34 (GMT)
commit0aca78d2920123b7b9d95126b304f1aaab0c2b93 (patch)
tree0129ffec29318f72034cd4933eece2f0815d2bf8 /src/CHANGES.txt
parentb735a9289ae90b3284da18433f0348bab1636fd0 (diff)
parent76845767d1945dbccc77ceb5fd4337147a7feb4c (diff)
downloadSCons-0aca78d2920123b7b9d95126b304f1aaab0c2b93.zip
SCons-0aca78d2920123b7b9d95126b304f1aaab0c2b93.tar.gz
SCons-0aca78d2920123b7b9d95126b304f1aaab0c2b93.tar.bz2
Merge pull request #34, fix spawn on Windows, from Evgeny Podjachev.
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r--src/CHANGES.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index 71429f9..51eb505 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -6,6 +6,10 @@
RELEASE 2.X.X -
+ From Thomas Berg and Evgeny Podjachev:
+ - Fix subprocess spawning on Windows. Work around a Windows
+ bug that can crash python occasionally when using -jN. (#2449)
+
From Dirk Baechle:
- Updated test framework to support dir and file fixtures and
added ability to test external (out-of-tree) tools.