diff options
author | Thomas Tanner <trtanner@btinternet.com> | 2016-03-13 09:55:01 (GMT) |
---|---|---|
committer | Thomas Tanner <trtanner@btinternet.com> | 2016-03-13 09:55:01 (GMT) |
commit | 2a1cc4e5bc95abe0cf43b811ad75bff6015fb45b (patch) | |
tree | 094e36b845065162047a20263712a6ff0a2728da /src/CHANGES.txt | |
parent | a014c40490ca3353d82476ca6a1db2ad80ca57fe (diff) | |
download | SCons-2a1cc4e5bc95abe0cf43b811ad75bff6015fb45b.zip SCons-2a1cc4e5bc95abe0cf43b811ad75bff6015fb45b.tar.gz SCons-2a1cc4e5bc95abe0cf43b811ad75bff6015fb45b.tar.bz2 |
Update to produce warning message.
This also means an existing empty cache directory will be treated as v2
(which is probably a good idea...)
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r-- | src/CHANGES.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index dc8a281..52cff62 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -6,6 +6,13 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER + From Tom Tanner: + - change cache to use 2 character subdirectories, rather than one character. + For existing caches, you will need to run the scons-rename-cachedirs.py + script to update them to the new format. You will get a warning for this + every time you build. + - 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 |