diff --git a/Ghidra/Configurations/Public_Release/src/global/docs/ChangeHistory.html b/Ghidra/Configurations/Public_Release/src/global/docs/ChangeHistory.html index 3357758de65..f26a3f622c8 100644 --- a/Ghidra/Configurations/Public_Release/src/global/docs/ChangeHistory.html +++ b/Ghidra/Configurations/Public_Release/src/global/docs/ChangeHistory.html @@ -22,6 +22,39 @@
++New Features
++
+- Debugger:GDB. Added GDB batch scripts for Windows. Also, updated ssh+gdb scripts to take path to ssh as an option. (GP-4957, Issue #7069)
+
+Improvements
++
+- Analysis. Updated RTTI Analyzer to fix incorrect PDB symbols in anonymous namespaces when the PDB does not have complete namespace information and RTTI structures do. (GP-5053, Issue #3213)
+- Decompiler. Added support for detecting optimized strings loaded from labeled memory. (GP-4979, Issue #6925, #6985)
+
+Bugs
++
+- Analysis. Clearing of bad flow after a call that is found to be non-returning will no longer clear DLL Import table entries or defined data beyond Undefined<n>. (GP-4696, Issue #6636)
+- BSim. Fixed the Elasticsearch lsh.zip plug-in for the BSimElasticPlugin extension. (GP-5043, Issue #7051, #7054)
+- BSim. Corrected synchronous_commit setting for BSim postgresql database and eliminated some warnings in the postgresql logs. We now ensure that all DB connections are closed properly when the Ghidra process exits normally to avoid unnecessary server logging of failed DB connection errors. (GP-5082, Issue #6951)
+- DB. Corrected issue closing FileDataTypeManager affecting use of DataType Archives on Windows platforms which could produce an error during resource cleanup. (GP-5090)
+- Debugger. Fixed issue launching debuggers on Windows where the installation path contains spaces. (GP-5015, Issue #6999)
+- Debugger:Emulator. Fixed issue with stale disassembly in Emulator. (GP-4483)
+- Debugger:Emulator. Fixed Emulator to heed UI-driven patches to the program counter. (GP-4889, Issue #6867)
+- Debugger:Trace. Fixed bug in Listing with Force Full View enabled. (GP-2032)
+- Decompiler. Fixed a bug in the Decompiler causing "Case block has become detached from switch" exceptions. (GP-4899, Issue #6819)
+- Decompiler. Fixed bug that could cause an infinite loop in the Decompiler on functions accessing a 1-byte structure. (GP-4972, Issue #6969)
+- Decompiler. Fixed infinite loop in the Decompiler associated with overlapping fields in a structure. (GP-4985, Issue #6991)
+- Emulator. Fixed issue with slow stepping that occurred in the Emulator after an interrupt. (GP-4231, Issue #6109)
+- Importer:Mach-O. Fixed an exception that could occur in the MachoLoader when an External Program had a space in its name/path. (GP-4997, Issue #6989)
+- Importer:PE. Fixed an exception that could occur while parsing PE Control Flow Guard structures, preventing the binary from successfully importing. (GP-5009, Issue #6960)
+- Scripting. Fixed a typo in VSCodeProjectScript.java that resulted in the Extensions/Ghidra/Skeleton directory not being found. (GP-4971, Issue #6971)
+- Scripting. Added vxworks external symbol markup, which was previously ignored. (GP-5000)
+
New Features