From: cournape Date: Sat, 26 Sep 2009 12:00:20 +0000 (+0000) Subject: Update CHANGES.txt for the small bug fixes I commited recently. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=32da91760fa58c9eddb758a41f023afa128e5c2b;p=scons.git Update CHANGES.txt for the small bug fixes I commited recently. git-svn-id: http://scons.tigris.org/svn/scons/trunk@4377 fdb21ef1-2011-0410-befe-b5e4ea1792b1 --- diff --git a/src/CHANGES.txt b/src/CHANGES.txt index ca176eb6..0d3a12a2 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