- 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
- 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.