A new SCons release, 4.11.1, is now available on the SCons download page:

    https://scons.org/pages/download.html

Here is a summary of the changes since 4.11.0:

FIXES
-----

- Revert the change to the internal implementation of reading a
  saved-Variables file. This also undoes the minor API change made when
  the change was introduced in SCons 4.11.0: in that release is was
  possible to use a top-relative path in the Variables() call when giving
  the name of a file (that is, a path that begins with #). This is once
  again disallowed. The plan is to reintroduce this change in a future
  release, once the issues are fully resolved.

Thanks to the following contributors listed below for their contributions to this release.
==========================================================================================
.. code-block:: text

    git shortlog --no-merges -ns 4.11.0..HEAD

     6  William Deegan
     1  Mats Wichmann
