summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2016-10-19 18:24:27 -0400
committerWilliam Deegan <bill@baddogconsulting.com>2016-10-19 18:24:27 -0400
commitd98425f508718e618dd47d0b7ed568fc5bd0556a (patch)
treec2f7721c0a911a3556f9862cf903f5e171a765d4
parent6c6ac592e47cdc3993e07cd99dd9f412f6b29b7e (diff)
downloadscons-rel_2.5.0.tar.gz
fix merge issue with CHANGES.txtrel_2.5.0
-rw-r--r--src/CHANGES.txt10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index fd34d355..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