summaryrefslogtreecommitdiffstats
path: root/src/CHANGES.txt
diff options
context:
space:
mode:
authorDavid Cournapeau <cournape@gmail.com>2009-09-26 12:00:20 (GMT)
committerDavid Cournapeau <cournape@gmail.com>2009-09-26 12:00:20 (GMT)
commit4aa4616c4ce5d92b4b9bd324b97f6795e50846dd (patch)
treeebb4de8a522de561f8dc638b2dfb4d0af3280a0c /src/CHANGES.txt
parentf0958234029096d869cc62d4ef54bab17ee179ec (diff)
downloadSCons-4aa4616c4ce5d92b4b9bd324b97f6795e50846dd.zip
SCons-4aa4616c4ce5d92b4b9bd324b97f6795e50846dd.tar.gz
SCons-4aa4616c4ce5d92b4b9bd324b97f6795e50846dd.tar.bz2
Update CHANGES.txt for the small bug fixes I commited recently.
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r--src/CHANGES.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index ca176eb..0d3a12a 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -12,6 +12,9 @@ RELEASE X.X.X - XXX
From David Cournapeau:
- Fixed tryRun when sconf directory is in a variant dir.
+ - Do not add -fPIC for ifort tool on non-posix platforms (darwin and
+ windows).
+ - Fix bug 2294 (spurious CheckCC failures).
From William Deegan:
- Final merge from vs_revamp branch to main