summaryrefslogtreecommitdiffstats
path: root/src/CHANGES.txt
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2003-08-09 04:05:57 (GMT)
committerSteven Knight <knight@baldmt.com>2003-08-09 04:05:57 (GMT)
commitac34715d7fe736ae03e623a2d15e2e0e7f079503 (patch)
treea66f0c022db388e3bbf19816ef4f09b6fa3e4357 /src/CHANGES.txt
parentef6d3c2883fc43048e4eb5418eeb082d58b9d6cb (diff)
downloadSCons-ac34715d7fe736ae03e623a2d15e2e0e7f079503.zip
SCons-ac34715d7fe736ae03e623a2d15e2e0e7f079503.tar.gz
SCons-ac34715d7fe736ae03e623a2d15e2e0e7f079503.tar.bz2
Man page fixes. (Gary Oberbrunner, SK)
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r--src/CHANGES.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index 9e9e774..3df58e6 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -32,7 +32,8 @@ RELEASE 0.XX - XXX
- Make builder prefixes work correctly when deducing a target
from a source file name in another directory.
- - Documentation fixes: typo in the man page.
+ - Documentation fixes: typo in the man page; explain up-front about
+ not propagating the external environment.
- Use "cvs co -d" instead of "cvs co -p >" when checking out something
from CVS with a specified module name. This avoids zero-length
@@ -112,6 +113,8 @@ RELEASE 0.XX - XXX
- Initialize the LIB environment variable when using the Intel
compiler (icl).
+ - Documentation fixes: better explain the AlwaysBuild() function.
+
From Laurent Pelecq:
- When the -debug=pdb option is specified, use pdb.Pdb().runcall() to