summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2016-02-29 03:47:41 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2016-02-29 03:47:41 (GMT)
commit538146ca65d4fee9ac14011c3c0b0e988b114d37 (patch)
tree37e8071dabffc6a25a86f0d00e1486ad8f5a383f /src
parented53a2e548f6e5623bf6cb700994c5f17dceb7d0 (diff)
downloadSCons-538146ca65d4fee9ac14011c3c0b0e988b114d37.zip
SCons-538146ca65d4fee9ac14011c3c0b0e988b114d37.tar.gz
SCons-538146ca65d4fee9ac14011c3c0b0e988b114d37.tar.bz2
Fix for bug # 2225. This undoes the changes to posix special escape characters added in patch for bug 1689
Diffstat (limited to 'src')
-rw-r--r--src/CHANGES.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index c68b89c..ac264e3 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -25,6 +25,8 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
- Fix issue only with MSVC and Always build where targets
marked AlwaysBuild wouldn't make it into CHANGED_SOURCES
and thus yield an empty compile command line. (Bug #2622)
+ - Fix posix platform escaping logic to properly handle paths
+ with parens in them "()". (Bug #2225)
From Jakub Pola: