diff options
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 |