diff options
author | Gary Oberbrunner <garyo@oberbrunner.com> | 2010-12-22 19:33:22 (GMT) |
---|---|---|
committer | Gary Oberbrunner <garyo@oberbrunner.com> | 2010-12-22 19:33:22 (GMT) |
commit | a4841e7e4511f751ee065345bad7161108ceb054 (patch) | |
tree | b210841b083963ecd36f60d395374199b706b7ae /src | |
parent | 887a7951ec46c51517dabe3ccaf4bed32ddea12f (diff) | |
download | SCons-a4841e7e4511f751ee065345bad7161108ceb054.zip SCons-a4841e7e4511f751ee065345bad7161108ceb054.tar.gz SCons-a4841e7e4511f751ee065345bad7161108ceb054.tar.bz2 |
Changelog update to go with prev commit (5190).
Diffstat (limited to 'src')
-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 be5c172..19a037d 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -7,6 +7,9 @@ RELEASE 2.1.0.alpha.yyyymmdd - NEW DATE WILL BE INSERTED HERE + From Gary Oberbrunner: + - Fix Intel compiler to sort versions >9 correctly (esp. on Linux) + From Dmitry R.: - Handle Environment in case __semi_deepcopy is None |