summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGary Oberbrunner <garyo@oberbrunner.com>2013-11-02 10:46:08 -0400
committerGary Oberbrunner <garyo@oberbrunner.com>2013-11-02 10:46:08 -0400
commitdacdf383d2935d9454c4b67402dc56821067bdb9 (patch)
treecf4f97f3e46133848e359f28c1a76db030c6fcdc
parent1a2bf8d5d2b698a242848e9706e1df59d4c39032 (diff)
downloadscons-dacdf383d2935d9454c4b67402dc56821067bdb9.tar.gz
Added changelog entry for pull req #89
-rw-r--r--src/CHANGES.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index 5bfc0c57..7529ae4c 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -6,6 +6,10 @@
RELEASE 2.3.1.alpha.yyyymmdd - NEW DATE WILL BE INSERTED HERE
+ From Tom Tanner:
+ - Stop leaking file handles to subprocesses by switching to using subprocess
+ always.
+
From Bogdan Tenea:
- Check for 8.3 filenames on cygwin as well as win32 to make variant_dir work properly.