From bd2441310379b8009f1ebdc723ff23bb75cc3eb5 Mon Sep 17 00:00:00 2001 From: William Deegan Date: Wed, 30 Jan 2019 14:07:55 -0800 Subject: Update src/CHANGES.txt fix issue #3283 --- src/CHANGES.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/CHANGES.txt b/src/CHANGES.txt index b563593..c6d7191 100755 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -7,9 +7,13 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER - From John Doe: + From William Deegan: - - Whatever John Doe did. + - Fix Issue #3283 - Handle using --config=force in combination with Decider('MD5-timestamp'). + 3.0.2 in fix for issue #2980 added that deciders can throw DeciderNeedsNode exception. + The Configure logic directly calls the decider when using --config=force but wasn't handling + that exception. This would yield minimally configure tests using TryLink() not running and + leaving TypeError Nonetype exception in config.log From Daniel Moody: - Change the default for AppendENVPath to delete_existing=0, so path -- cgit v0.12