summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMats Wichmann <mats@linux.com>2024-07-07 22:53:24 (GMT)
committerMats Wichmann <mats@linux.com>2024-07-07 22:59:37 (GMT)
commit48930096d6ebc1bf36bbecc75c6b376b47a49f49 (patch)
tree526540f0f34a359b98b56b4948e51d816a13d4b8
parent9bece9fac32220f957ebc81304a6da090940e5c7 (diff)
downloadSCons-48930096d6ebc1bf36bbecc75c6b376b47a49f49.zip
SCons-48930096d6ebc1bf36bbecc75c6b376b47a49f49.tar.gz
SCons-48930096d6ebc1bf36bbecc75c6b376b47a49f49.tar.bz2
Bump SCons "added" version to 4.8 [skip appveyor]
Two additions in the cycle since 4.7.0 had documentation annotations that they were added in 4.7.1. Update to 4.8.0. One of those changes didn't have an annotation in the code. Signed-off-by: Mats Wichmann <mats@linux.com>
-rw-r--r--SCons/Script/Main.py4
-rw-r--r--SCons/Script/SConscript.xml2
-rw-r--r--doc/man/scons.xml2
3 files changed, 6 insertions, 2 deletions
diff --git a/SCons/Script/Main.py b/SCons/Script/Main.py
index 4588345..123281c 100644
--- a/SCons/Script/Main.py
+++ b/SCons/Script/Main.py
@@ -1423,6 +1423,10 @@ def _exec_main(parser, values) -> None:
sconscript files that don't have the suffix.
.. versionadded:: 4.6.0
+
+ .. versionchanged:: 4.8.0
+ The additional name ``SCsub`` (with spelling variants)
+ is also recognized - Godot uses this name.
"""
if os.path.isabs(filename) and os.path.exists(filename):
return filename
diff --git a/SCons/Script/SConscript.xml b/SCons/Script/SConscript.xml
index 95bb538..b64d9c3 100644
--- a/SCons/Script/SConscript.xml
+++ b/SCons/Script/SConscript.xml
@@ -145,7 +145,7 @@ EnsureSConsVersion(0,96,90)
<para>
Returns the current SCons version in the form of a Tuple[int, int, int],
representing the major, minor, and revision values respectively.
-<emphasis>Added in 4.7.1</emphasis>.
+<emphasis>Added in 4.8.0</emphasis>.
</para>
</summary>
</scons_function>
diff --git a/doc/man/scons.xml b/doc/man/scons.xml
index f266c59..ea518c8 100644
--- a/doc/man/scons.xml
+++ b/doc/man/scons.xml
@@ -1049,7 +1049,7 @@ recognized without requiring
<filename>.py</filename> suffix.
</para>
<para>
-<emphasis>Changed in version 4.7.1</emphasis>:
+<emphasis>Changed in version 4.8.0</emphasis>:
The name <filename>SCsub</filename> is now recognized
without requiring <filename>.py</filename> suffix.
</para>