summaryrefslogtreecommitdiffstats
path: root/src/RELEASE.txt
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2003-01-06 18:42:37 (GMT)
committerSteven Knight <knight@baldmt.com>2003-01-06 18:42:37 (GMT)
commit7fbd5909a526fc1ad282c7e701b0f7832af2e3ed (patch)
tree04f622a7b8fdab4ca337f20eced35b4d2699beb6 /src/RELEASE.txt
parent6702e9dce5182eaa012da9dc511fcf85cf205049 (diff)
downloadSCons-7fbd5909a526fc1ad282c7e701b0f7832af2e3ed.zip
SCons-7fbd5909a526fc1ad282c7e701b0f7832af2e3ed.tar.gz
SCons-7fbd5909a526fc1ad282c7e701b0f7832af2e3ed.tar.bz2
Refactor the Scanner interface to eliminate unnecessary scanning and make it easier to write efficient scanners.
Diffstat (limited to 'src/RELEASE.txt')
-rw-r--r--src/RELEASE.txt9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/RELEASE.txt b/src/RELEASE.txt
index 0280fed..efb455b 100644
--- a/src/RELEASE.txt
+++ b/src/RELEASE.txt
@@ -27,11 +27,16 @@ RELEASE 0.10 - XXX
Please note the following important changes since release 0.09:
+ - The Scanner interface has been changed to make it easier to
+ write user-defined scanners and to eliminate unnecessary
+ scanner calls. This will require changing your user-defined
+ SCanner definitions. XXX
+
- The .sconsign file format has been changed from ASCII to a pickled
Python data structure. This improves performance and future
extensibility, but means that the first time you execute SCons
- 0.10 on an already-existing source tree, for every .sconsign
- file in the tree it will report:
+ 0.10 on an already-existing source tree built with SCons 0.09 or
+ earlier, SCons will report for every .sconsign file in the tree:
SCons warning: Ignoring corrupt .sconsign file: xxx