diff options
author | Anatoly Techtonik <techtonik@gmail.com> | 2011-06-12 12:12:44 (GMT) |
---|---|---|
committer | Anatoly Techtonik <techtonik@gmail.com> | 2011-06-12 12:12:44 (GMT) |
commit | 5c03809c4fcf3e333bf5c2783855a6e28227f9b6 (patch) | |
tree | fa81cbe9f8df162e547146dcc79515b413ced4d8 | |
parent | a4fb746743a6aec306afe06ef16039b7c3f945e5 (diff) | |
download | SCons-5c03809c4fcf3e333bf5c2783855a6e28227f9b6.zip SCons-5c03809c4fcf3e333bf5c2783855a6e28227f9b6.tar.gz SCons-5c03809c4fcf3e333bf5c2783855a6e28227f9b6.tar.bz2 |
CHANGES.txt: missing item about removed App Paths patch
-rw-r--r-- | src/CHANGES.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index 7afc9d8..8bb0246 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -107,6 +107,10 @@ RELEASE 2.1.0.alpha.yyyymmdd - NEW DATE WILL BE INSERTED HERE - Use subprocess in bootstrap.py instead of os.execve to avoid losing output control on Windows (http://bugs.python.org/issue9148) + - Revert patch for adding SCons to App Paths, because standard cmd + shell doesn't search there. This is confusing, because `scons` can + be executed from explorer, but fail to start from console. + From Alexander Goomenyuk: - Add .sx to assembly source scanner list so .sx files @@ -1863,7 +1867,7 @@ RELEASE 0.96.96 - Thu, 12 Apr 2007 12:36:25 -0500 RELEASE 0.96.95 - Mon, 12 Feb 2007 20:25:16 -0600 - From Anatoly: + From Anatoly Techtonik: - Add the scons.org URL and a package description to the setup.py arguments. |