diff options
author | William Deegan <bill@baddogconsulting.com> | 2016-10-19 22:24:27 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2016-10-19 22:24:27 (GMT) |
commit | 4c948d70e7eae5cd22f7fed907be7e37032dd3b1 (patch) | |
tree | c2f7721c0a911a3556f9862cf903f5e171a765d4 | |
parent | 3c8bfa673703349a4a1f5b3e8eadc5323c8d460e (diff) | |
download | SCons-rel_2.5.0.zip SCons-rel_2.5.0.tar.gz SCons-rel_2.5.0.tar.bz2 |
fix merge issue with CHANGES.txtrel_2.5.0
-rw-r--r-- | src/CHANGES.txt | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index fd34d35..5aa1eee1 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -16,16 +16,6 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER 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 - causes issues for NFS. - For existing caches, you will need to run the scons-configure-cache.py - script to update them to the new format. You will get a warning every time - you build until you co this. - - Fix a bunch of unit tests on windows - - From Dirk Baechle: - Removed a lot of compatibility methods and workarounds for Python versions < 2.7, in order to prepare the work |