diff options
author | Steven Knight <knight@baldmt.com> | 2003-01-25 05:49:32 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2003-01-25 05:49:32 (GMT) |
commit | 8057681b1689332abd2611ef1bdf5e52485a8301 (patch) | |
tree | 15fbe823b1f0f00d74ccfb023f158dfa1b367191 /src/CHANGES.txt | |
parent | 301dbb53e3aa320ef6b8e635257a2acee1409f9c (diff) | |
download | SCons-8057681b1689332abd2611ef1bdf5e52485a8301.zip SCons-8057681b1689332abd2611ef1bdf5e52485a8301.tar.gz SCons-8057681b1689332abd2611ef1bdf5e52485a8301.tar.bz2 |
Fix how BUILDERS are updated.
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r-- | src/CHANGES.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index 1f5a6d5..391ddf8 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -32,6 +32,13 @@ RELEASE 0.11 - XXX - Doc changes: Eliminate description of deprecated "name" keyword argument from Builder definition (reported by Gary Ruben). + - Support using env.Append() on BUILDERS (and other dictionaries). + (Bug reported by Bj=F6rn Bylander.) + + - Setting the BUILDERS construction variable now properly clears + the previous Builder attributes from the construction Environment. + (Bug reported by Bj=F6rn Bylander.) + From Anthony Roach: - Use a different static object suffix (.os) when using gcc so shared |