summaryrefslogtreecommitdiff
path: root/RELEASE.txt
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2023-01-16 22:47:29 -0500
committerWilliam Deegan <bill@baddogconsulting.com>2023-01-16 22:47:29 -0500
commit57939580405dfb45c3b2de058ffe007325a63e5b (patch)
tree61925de684bc4344fb0682ca5a89aa876aa3d9bb /RELEASE.txt
parent511282de0cbb82bd931681b7ca8a6c83755af4d9 (diff)
downloadscons-git-57939580405dfb45c3b2de058ffe007325a63e5b.tar.gz
changed which version the cachedir java issue occurs in in RELEASE.txt to 4.4.0 from 4.4
Diffstat (limited to 'RELEASE.txt')
-rw-r--r--RELEASE.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE.txt b/RELEASE.txt
index 76b51d10a..35fd845ff 100644
--- a/RELEASE.txt
+++ b/RELEASE.txt
@@ -69,7 +69,7 @@ FIXES
- Fixed Issue #4275 - when outputting compilation db and TEMPFILE was in use, the compilation db would have
command lines using the generated tempfile for long command lines, instead of the full command line for
the compilation step for the source/target pair.
-- A refactor in the caching logic for version 4.4 left Java inner classes
+- A refactor in the caching logic for version 4.4.0 left Java inner classes
failing with an exception when a CacheDir was enabled. This is now corrected.