From fb28d2b15c0da3a2eedad86bf2b2c0fbbe742741 Mon Sep 17 00:00:00 2001 From: ghidra1 Date: Wed, 27 May 2026 09:46:30 -0400 Subject: [PATCH] GP-1 Revised ChangeHistory for 12.1.1 release --- .../Public_Release/src/global/docs/ChangeHistory.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Ghidra/Configurations/Public_Release/src/global/docs/ChangeHistory.md b/Ghidra/Configurations/Public_Release/src/global/docs/ChangeHistory.md index 7092abef9b..0b0e8f53c2 100644 --- a/Ghidra/Configurations/Public_Release/src/global/docs/ChangeHistory.md +++ b/Ghidra/Configurations/Public_Release/src/global/docs/ChangeHistory.md @@ -1,6 +1,7 @@ # Ghidra 12.1.1 Change History (May 2026) ### Improvements +* _MachineLearning_. Upgraded the Machine Learning extension's Tribuo jars to 4.3.2. (GP-6838) * _Multi-User_. Made Ghidra Server security improvements. (GP-6832) * _Scripting_. Removed the `support/jythonRun(.bat)` launch capability. (GP-6826) @@ -15,6 +16,7 @@ * _Processors_. Fixed several issues with x86 instruction semantics for numerous instructions. (GP-6675, Issue #9097) * _Processors_. Corrected MIPS signed offsets which were incorrectly interpreted as unsigned. (GP-6697) * _Processors_. Fixed issue with the CIP-51 variant language definition. (GP-6798) +* _Processors_. Corrected issue with RISC-V attempting to write to constants. (GP-6849, Issue #9198) * _PyGhidra_. Handled a possible `NotADirectoryError` in `pyghidra_launcher.py`. (GP-6825) # Ghidra 12.1 Change History (May 2026)