Skip to content

Release 2020-12-30(ef8feb629)

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Dec 13:23
· 71 commits to master since this release
d872bfe

Changelog

Commit range: 04276e952..ef8feb629c8f30f898b2f72f023cf0ab083a003d

  • cfaf8655 Updated 9.2.2 Change History

  • 8eb66dc9 Fixed a few cases of SwingUpdateManager not getting disposed

  • f16bfe87 Merge remote-tracking branch 'origin/patch'

    Commit details
    • 3830c957 Set version 9.2.2

    • da3c2f85 Fixed issues with dyld_shared_cache parsing

      First issue fixed was a simple null deref. The other issue is the
      dylib's load commands in the dyld_shared_cache should be absolute from
      zero not relative from the start of the dylib's mach header. When done
      incorrectly this causes a read past the end of file.

    • e51639b0 Fix #2559 by removing invalid variant of vst4

  • 308f1e22 Merge remote-tracking branch 'origin/GP-548_emteere_V850_JMPissue' into patch

    Commit details
    • 6bce112d GP-548 fixed v850 JUMP register relative instruction
    • 9004b75e GP-547 Corrected Add Block dialog entry validation issues and address
      parse exception messages
  • b9486405 GP-547 corrected tests

  • a33e2948 GP-497 - Deprecated broken method on ListSelectionTableDialog

  • db1e3d1b Renamed Record class to DBRecord