summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2003-05-29 02:23:59 (GMT)
committerSteven Knight <knight@baldmt.com>2003-05-29 02:23:59 (GMT)
commitf846b8807f30e0201a7d6173ab47086370232e2e (patch)
treeaaa162375997b15ad8a3c788dcf0ab7b9ccc6a80 /src
parenteb18e3716f7c5de0d9bc1399d4e4f4e4c587388a (diff)
downloadSCons-f846b8807f30e0201a7d6173ab47086370232e2e.zip
SCons-f846b8807f30e0201a7d6173ab47086370232e2e.tar.gz
SCons-f846b8807f30e0201a7d6173ab47086370232e2e.tar.bz2
Fix reported man page bugs.
Diffstat (limited to 'src')
-rw-r--r--src/CHANGES.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index 79178f5..7c1f03c 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -15,6 +15,9 @@ RELEASE 0.15 - XXX
- SCons now enforces (with an error) that construction variables
must have the same form as valid Python identifiers.
+ - Fix man page bugs: remove duplicate AddPostAction() description;
+ document no_import_lib.
+
RELEASE 0.14 - Wed, 21 May 2003 05:16:32 -0500