diff options
author | William Deegan <bill@baddogconsulting.com> | 2016-10-19 21:20:36 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2016-10-19 21:20:36 (GMT) |
commit | da35ed19d3b93dc05a89124eebabaf33c11f98b1 (patch) | |
tree | ddb90c6d8c2313055c57893db674367fa411471b | |
parent | 931e855a7b3b76622e4232fa94ea344e78e8db0a (diff) | |
download | SCons-da35ed19d3b93dc05a89124eebabaf33c11f98b1.zip SCons-da35ed19d3b93dc05a89124eebabaf33c11f98b1.tar.gz SCons-da35ed19d3b93dc05a89124eebabaf33c11f98b1.tar.bz2 |
Updates to src/CHANGES.txt for 2.5.1
-rw-r--r-- | src/CHANGES.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index 3d2cf1c..0615130 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -6,6 +6,16 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER + From William Deegan: + - Add scons-configure-cache.py to packaging. It was omitted + + From Alexey Klimkin: + - Use memoization to optimize PATH evaluation across all dependencies per + node. (PR #345) + + +RELEASE 2.5.0 - Mon, 09 Apr 2016 11:27:42 -0700 + From Tom Tanner: - change cache to use 2 character subdirectories, rather than one character, so as not to give huge directories for large caches, a situation which |