From: stevenknight Date: Wed, 1 Oct 2008 11:02:29 +0000 (+0000) Subject: Update for latest changes. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f3c3c40bc39f132f4861c5025e3b4db485b6a895;p=scons.git Update for latest changes. git-svn-id: http://scons.tigris.org/svn/scons/trunk@3526 fdb21ef1-2011-0410-befe-b5e4ea1792b1 --- diff --git a/src/CHANGES.txt b/src/CHANGES.txt index ca1fa5a8..4217dab3 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.