Skip to content

Release 2021-05-21(68a9c0a5a)

Compare
Choose a tag to compare
@github-actions github-actions released this 21 May 13:30
· 70 commits to master since this release
4e299b5

Changelog

Commit range: 95aa62288..68a9c0a5a37f26e3c5bc1085ee91aa4041ea7510

  • 68a9c0a5 Merge remote-tracking branch 'origin/GP-959_dragonmacher_PR-2604_sollyucko_decompiler_function_hover'

    Commit details
    • 312fa639 GP-959 - decompiler function hover tweaks to PR

    • e8ed3a28 Distinguish between same-named functions.

      Instead of using the function name to locate the function, it gets the
      function directly.

  • e3f5751b Merge remote-tracking branch 'origin/Ghidra10_release_notes'

    Commit details
    • 2f43b2fd GP-0_emteere updating whats new and change history for 10 beta
    • 7c11bb57 GP-0 Moved most graph tests into integration tests. Corrected failing
      graph tests
  • 8ea8a81b Merge remote-tracking branch 'origin/GP-0-dragonmacher-test-fixes-5-20-21'

    Commit details
    • 49f2512e Test stack trace fixes; updated the Data Types provider to clear the
      preview node when its archive is closed
    • 70675fce GP-793 corrected missing IP info
  • 4e33952b GP-0: Debugger test fixes