diff options
author | Steven Knight <knight@baldmt.com> | 2003-07-22 11:38:20 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2003-07-22 11:38:20 (GMT) |
commit | 17f8210401fbaf283fba34e5d87700e4e7431470 (patch) | |
tree | 85869e6a0a2ff03ee52b9d34052225d9cc580106 /src/CHANGES.txt | |
parent | 1737bf0b826d00d06a62f623e61404795cc65b49 (diff) | |
download | SCons-17f8210401fbaf283fba34e5d87700e4e7431470.zip SCons-17f8210401fbaf283fba34e5d87700e4e7431470.tar.gz SCons-17f8210401fbaf283fba34e5d87700e4e7431470.tar.bz2 |
Only create a default Environment when asked to. (Chad Austin)
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r-- | src/CHANGES.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index abbf744..33e481d 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -17,6 +17,9 @@ RELEASE 0.XX - XXX - Give a Value Nodes a timestamp of the system time when they're created, so they'll work when using timestamp-based signatures. + - Add a DefaultEnvironment() function that only creates a default + environment on-demand (for fetching source files, e.g.). + From Steven Knight: - Tighten up the scons -H help output. |