summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Feblot <Alexandre Feblot@localhost>2015-04-29 22:51:56 (GMT)
committerAlexandre Feblot <Alexandre Feblot@localhost>2015-04-29 22:51:56 (GMT)
commit87894b8d3e35e5365bf873bfaa76f03821aab9c4 (patch)
tree1de3b683105326a7af2369118a7d3179476a2fe8
parent946f7a9674f6eef933e15e0441be0583c1d8fbe2 (diff)
downloadSCons-87894b8d3e35e5365bf873bfaa76f03821aab9c4.zip
SCons-87894b8d3e35e5365bf873bfaa76f03821aab9c4.tar.gz
SCons-87894b8d3e35e5365bf873bfaa76f03821aab9c4.tar.bz2
Update README
-rw-r--r--src/CHANGES.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index 45c8a8c..7b384d2 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -33,6 +33,8 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
From Alexandre Feblot:
- Fix for VersionedSharedLibrary under 'sunos' platform.
+ - Fixed dll link with precompiled headers on MSVC 2012
+ - Added an 'exclude' parameter to Glob()
From Laurent Marchelli:
- Support for multiple cmdargs (one per variant) in VS project files.