From 9e116a99b7cd8fc4284400a38de9bc23ee63905a Mon Sep 17 00:00:00 2001 From: William Deegan Date: Mon, 19 Jun 2023 17:12:22 -0700 Subject: [ci skip] fixed typo in CHANGES.txt/RELEASE.txt --- CHANGES.txt | 2 +- RELEASE.txt | 4 ++-- SCons/SConsign.py | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index a4d12a2..702b4ff 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -91,7 +91,7 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER name, to match actual current behavior (only affects if target explicitly requested with a different base name than source). Docs updated. Fixes #4326 and #4327. - - Cleanud up dblite module (checker warnings, etc.). + - Cleaned up dblite module (checker warnings, etc.). RELEASE 4.5.2 - Sun, 21 Mar 2023 14:08:29 -0700 diff --git a/RELEASE.txt b/RELEASE.txt index a9132c4..331872e 100644 --- a/RELEASE.txt +++ b/RELEASE.txt @@ -88,10 +88,10 @@ DEVELOPMENT now declares (actually raises NotImplementedError) two methods it doesn't use so it can be instantiated by unittests and others. - Added more type annotations to internal routines. -- Cleanud up dblite module (checker warnings, etc.). +- Cleaned up dblite module (checker warnings, etc.). Thanks to the following contributors listed below for their contributions to this release. ========================================================================================== .. code-block:: text - git shortlog --no-merges -ns 4.0.1..HEAD + git shortlog --no-merges -ns 4.5.2..HEAD diff --git a/SCons/SConsign.py b/SCons/SConsign.py index 5d57af5..3d56304 100644 --- a/SCons/SConsign.py +++ b/SCons/SConsign.py @@ -112,6 +112,7 @@ def Reset() -> None: sig_files = [] DB_sync_list = [] + normcase = os.path.normcase -- cgit v0.12