summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatoly Techtonik <techtonik@gmail.com>2011-06-12 12:12:44 +0000
committerAnatoly Techtonik <techtonik@gmail.com>2011-06-12 12:12:44 +0000
commit5c03809c4fcf3e333bf5c2783855a6e28227f9b6 (patch)
treefa81cbe9f8df162e547146dcc79515b413ced4d8
parenta4fb746743a6aec306afe06ef16039b7c3f945e5 (diff)
downloadscons-git-5c03809c4fcf3e333bf5c2783855a6e28227f9b6.tar.gz
CHANGES.txt: missing item about removed App Paths patch
-rw-r--r--src/CHANGES.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index 7afc9d833..8bb024684 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.