From 266aa820bd6a358ff4ea4111bf7aaba475150d1d Mon Sep 17 00:00:00 2001 From: ghizard <50744617+ghizard@users.noreply.github.com> Date: Wed, 27 Mar 2024 07:59:41 -0400 Subject: [PATCH] GP-0 - fix release note --- .../Public_Release/src/global/docs/ChangeHistory.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ghidra/Configurations/Public_Release/src/global/docs/ChangeHistory.html b/Ghidra/Configurations/Public_Release/src/global/docs/ChangeHistory.html index 169cb82d1e..b37e02fbc7 100644 --- a/Ghidra/Configurations/Public_Release/src/global/docs/ChangeHistory.html +++ b/Ghidra/Configurations/Public_Release/src/global/docs/ChangeHistory.html @@ -44,7 +44,7 @@
  • BSim. Corrected BSim command listexes --limit option processing. (GP-4362, Issue #6246)
  • Build. Removed unused log4j-jcl 2.16.0 jar dependency. Updated postgresql JDBC driver jar to 42.6.2. (GP-4449)
  • Debugger. Removed leading slash in executable path for Windows launch options. (GP-4331)
  • -
  • Debugger:GDB. Fixed issue parsing breakpoints with command lists, especially with Use existing session (new-ui). (GP-4368, Issue #6257)
  • +
  • Debugger:GDB. Fixed issue parsing breakpoints with command lists, especially with Use existing session (new-ui). (GP-4368, Issue #6257)
  • Debugger:Listing. Auto-disassembly now ignores UNKNOWN memory (fixed regression) and re-disassembles if PC lands offcut in an existing instruction. (GP-4278)
  • Debugger:Recorder. Changed register-recording errors to go to log only, not popup. (GP-4305)
  • Decompiler. The Decompiler will now convert an indirect branch into a return operation if the branch target can be traced to the formal return address storage location. (GP-4226)