diff --git a/Ghidra/Configurations/Public_Release/src/global/docs/ChangeHistory.html b/Ghidra/Configurations/Public_Release/src/global/docs/ChangeHistory.html index 1a227912af..b57475b588 100644 --- a/Ghidra/Configurations/Public_Release/src/global/docs/ChangeHistory.html +++ b/Ghidra/Configurations/Public_Release/src/global/docs/ChangeHistory.html @@ -7,6 +7,18 @@
++Bugs
++
+- Debugger. Improved error reporting for failed GADP-based Debugger connections. (GP-994)
+- Debugger:Breakpoints. Fixed breakpoint margin display in the Listing for breakpoints spanning multiple lines (code units). (GP-2733)
+- Debugger:GDB. Fixed parsing of AArch64 vector registers in GDB connector. (GP-1459, Issue #3541)
+- Disassembly. Corrected regression error in Ghidra 10.2 which could prevent proper disassembly flow within overlay memory blocks. (GP-2800)
+- Graphing. Corrected code flow graph node rendering issue which improperly displayed HTML tags. This was a regression error introduced with Ghidra 10.2. (GP-2842)
+- PDB. Fixed logic for overriding primary, public symbols on functions. This will allow function definitions to be retrieved from mangled symbols when rich data types are not found with the global symbols. (GP-2838, Issue #4735)
+
Improvements
@@ -24,7 +36,7 @@
- GUI. Fixed the Front End's running Tool Button tooltip text to include the tool's title. (GP-2810)
- Importer:Mach-O. Fixed an issue that prevented some Mach-O binaries from being imported if there were unexpected issues while creating the Program Tree. (GP-2802, Issue #4724)
- Importer:Mach-O. Fixed an issue that prevented some Mach-O binaries from being imported if they did not define a __LINKEDIT segment. (GP-2803)
-- Importer:PE. Fixed .Net/x86 disasembly protection code which prevents disassembly of CLI code in an x86 processor. (GP-2807)
+- Importer:PE. Fixed .Net/x86 disassembly protection code which prevents disassembly of CLI code in an x86 processor. (GP-2807)
- Processors. Corrected ARMv5 disassembly regression errors (GP-2812, Issue #4717)