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
commit1a6c8b2838e3d4b0834e0a8f23fc246e53cd54f0 (patch)
treefa81cbe9f8df162e547146dcc79515b413ced4d8
parente2b59b07a1681147d5ca75d87af613be6f1ce844 (diff)
downloadscons-1a6c8b2838e3d4b0834e0a8f23fc246e53cd54f0.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 7afc9d83..8bb02468 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.