diff options
author | Anatoly Techtonik <techtonik@gmail.com> | 2011-06-12 12:14:00 (GMT) |
---|---|---|
committer | Anatoly Techtonik <techtonik@gmail.com> | 2011-06-12 12:14:00 (GMT) |
commit | 0a8cdb74b2573d1a22eb1700f1429caf57c07ca6 (patch) | |
tree | 381861bdffbc9bb7a78f2990829cc6b943918f49 /src/CHANGES.txt | |
parent | 5c03809c4fcf3e333bf5c2783855a6e28227f9b6 (diff) | |
download | SCons-0a8cdb74b2573d1a22eb1700f1429caf57c07ca6.zip SCons-0a8cdb74b2573d1a22eb1700f1429caf57c07ca6.tar.gz SCons-0a8cdb74b2573d1a22eb1700f1429caf57c07ca6.tar.bz2 |
CHANGES.txt: document easy_install fix from issue #2051
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r-- | src/CHANGES.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index 8bb0246..dd05249 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -111,6 +111,11 @@ RELEASE 2.1.0.alpha.yyyymmdd - NEW DATE WILL BE INSERTED HERE shell doesn't search there. This is confusing, because `scons` can be executed from explorer, but fail to start from console. + - Fix broken installation with easy_install on Windows (issue #2051) + SCons traditionally installed in a way that allowed to run multiple + versions side by side. This custom logic was incompatible with + easy_install way of doing things. + From Alexander Goomenyuk: - Add .sx to assembly source scanner list so .sx files |