diff options
author | Mathew Robinson <chasinglogic@gmail.com> | 2019-07-29 17:34:34 (GMT) |
---|---|---|
committer | Mathew Robinson <chasinglogic@gmail.com> | 2019-07-31 14:23:34 (GMT) |
commit | ed1da2a36133d7917625591d8e7c4452c13f70ae (patch) | |
tree | 79148cd91bfb4f8f3390ab3548fcf839bf754f51 | |
parent | 1d146c46d99cd8f0acad622e3b0665d184aea976 (diff) | |
download | SCons-ed1da2a36133d7917625591d8e7c4452c13f70ae.zip SCons-ed1da2a36133d7917625591d8e7c4452c13f70ae.tar.gz SCons-ed1da2a36133d7917625591d8e7c4452c13f70ae.tar.bz2 |
[ci skip] Add explanation of situations causing issue #3415
-rwxr-xr-x | src/CHANGES.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index b5b6652..954e2f8 100755 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -10,6 +10,14 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER - Whatever John Doe did. + From Mathew Robinson: + + - Fix issue #3415 - Update remaining usages of EnvironmentError to SConsEnvironmentError + this patch fixes issues introduced in 3.1.0 where any of the + following would cause SCons to error and exit: + - CacheDir not write-able + - JSON encoding errors for CacheDir config + - JSON decoding errors for CacheDir config RELEASE 3.1.0 - Mon, 20 Jul 2019 16:59:23 -0700 |