diff --git a/Ghidra/Configurations/Public_Release/src/global/docs/ChangeHistory.html b/Ghidra/Configurations/Public_Release/src/global/docs/ChangeHistory.html index 102d4b1aab6..240521cf4f4 100644 --- a/Ghidra/Configurations/Public_Release/src/global/docs/ChangeHistory.html +++ b/Ghidra/Configurations/Public_Release/src/global/docs/ChangeHistory.html @@ -22,6 +22,35 @@
++New Features
++
+- Basic Infrastructure. Ghidra native components (Decompiler, GNU Demangler, etc.) now run properly on Windows ARM using x86 emulation. Building natively for Windows ARM is not yet supported (Gradle limitation). (GP-4738)
+
+Improvements
++
+- Data Types. Corrected resolution of typedefs whose name matches the underlying type name. (GP-4751, Issue #6493)
+- Processors. Made minor semantic changes to the X86 processor specification for several AVX instructions as well as changes to UDF undefined instructions. (GP-4724)
+
+Bugs
++
+- Data Types. Fixed Structure bug where DB may not be updated properly with length change induced by certain operations (e.g., insertBitFieldAt). (GP-4756)
+- Data Types. Fixed formatting of float value -0.0 within assembly Listing view. (GP-4759, Issue #6677)
+- Debugger. Added .bat launchers for GDB and LLDB on Windows. (GP-4677)
+- Debugger. Fixed GDB show version parse error. (GP-4698, Issue #6646)
+- Debugger. Fixed an issue with handling of memory read errors in GDB TraceRMI connector. (GP-4701, Issue #6647)
+- Debugger. Fixed GDB endianness calculation. (GP-4704, Issue #6656)
+- Debugger:GDB. Provided fall-back to refresh all registers when general is not recognized by GDB as a register group. (GP-4710, Issue #6635)
+- Importer:ELF. Fixed ELF X86-64 GOT allocation bug which could cause exception during import. Also added unverified ELF relocation support for R_X86_64_GOT64 and R_X86_64_PLTOFF64. (GP-4758, Issue #6691)
+- Importer:Mach-O. Fixed an issue with importing Mach-O binaries that have an empty __chain_starts section. (GP-4695)
+- Importer:Mach-O. Fixed a regression in the MachoLoader that prevented some KDK binaries from being loaded. (GP-4699)
+- Multi-User:Merge. Fixed assertion error which occured for multi-user merge of register context within overlay memory blocks. (GP-4508, Issue #6403)
+- Processors. Fixed AARCH64 Windows stack alignment. (GP-4752, Issue #6680)
+
Bugs