summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2008-10-01 11:02:29 (GMT)
committerSteven Knight <knight@baldmt.com>2008-10-01 11:02:29 (GMT)
commita909df54e4bf90772700132ceb280ff22f475668 (patch)
tree10df62a0a20d71643331c7dc75295e2422a42d9b
parentb92323172205e06938343f2019472b772b2eb5e5 (diff)
downloadSCons-a909df54e4bf90772700132ceb280ff22f475668.zip
SCons-a909df54e4bf90772700132ceb280ff22f475668.tar.gz
SCons-a909df54e4bf90772700132ceb280ff22f475668.tar.bz2
Update for latest changes.
-rw-r--r--src/CHANGES.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index ca1fa5a..4217dab 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -62,6 +62,10 @@ RELEASE 1.X - XXX
- Reduce memory usage from Null Executor objects.
+ - Compute MD5 checksums of large files without reading the entire
+ file contents into memory. Add a new --md5-chunksize option to
+ control the size of each chunk read into memory.
+
From Steven Knight:
- Fix the ability of the add_src_builder() method to add a new
@@ -95,6 +99,8 @@ RELEASE 1.X - XXX
- Fix the LaTeX scanner to search for graphics on the TEXINPUTS path.
+ - Have the PDFLaTeX scanner search for .gif files as well.
+
From Greg Noel:
- Fix typos and format bugs in the man page.