Update for latest changes.
authorstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Wed, 1 Oct 2008 11:02:29 +0000 (11:02 +0000)
committerstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Wed, 1 Oct 2008 11:02:29 +0000 (11:02 +0000)
git-svn-id: http://scons.tigris.org/svn/scons/trunk@3526 fdb21ef1-2011-0410-befe-b5e4ea1792b1

src/CHANGES.txt

index ca1fa5a89c81fedcdb2af85630e5f740155c52ad..4217dab3a7d3913c8928d3e2990003d7cf3638ee 100644 (file)
@@ -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.