From 182c38f4cb81650775eb0643033efc3432567266 Mon Sep 17 00:00:00 2001 From: William Deegan Date: Sun, 16 Jan 2022 00:55:02 +0000 Subject: updates for CHANGES.txt and RELEASE.txt --- CHANGES.txt | 4 ++++ RELEASE.txt | 8 +++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index e544d13..df23c14 100755 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -16,6 +16,10 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER From William Deegan: - Fix check for unsupported Python version. It was broken. Also now the error message will include what is the minimum supported version of Python + - Fix ActionTests to work with python 3.10.1 (and higher) + NOTE: If you build with Python 3.10.0 and then rebuild with 3.10.1 (or higher), you may + see unexpected rebuilds. This is due to Python internals changing which changed + the signature of a Python Action Function. From Daniel Moody: - Add cache-debug messages for push failures. diff --git a/RELEASE.txt b/RELEASE.txt index 7a84d0f..ff3c82b 100755 --- a/RELEASE.txt +++ b/RELEASE.txt @@ -6,6 +6,11 @@ on the SCons download page: Here is a summary of the changes since 4.3.1: +NOTE: If you build with Python 3.10.0 and then rebuild with 3.10.1 (or higher), you may + see unexpected rebuilds. This is due to Python internals changing which changed + the signature of a Python Action Function. + + NEW FUNCTIONALITY ----------------- @@ -19,9 +24,6 @@ DEPRECATED FUNCTIONALITY CHANGED/ENHANCED EXISTING FUNCTIONALITY --------------------------------------- -- List modifications to existing features, where the previous behavior - wouldn't actually be considered a bug - - On Windows, %AllUsersProfile%\scons\site_scons is now the default "system" location for a site_scons. %AllUsersProfile%\Application Data\scons\site_scons will continue to work. There does not seem to be any convention to use -- cgit v0.12