mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 10:19:23 +02:00
GP-0 updated ProgramDB version history
This commit is contained in:
parent
526fcfe2c5
commit
35fc624fd9
1 changed files with 5 additions and 1 deletions
|
@ -100,7 +100,11 @@ public class ProgramDB extends DomainObjectAdapterDB implements Program, ChangeM
|
|||
* 18-Feb-2021 - version 23 Added support for Big Reflist for tracking FROM references.
|
||||
* Primarily used for large numbers of Entry Point references.
|
||||
* 31-Mar-2021 - version 24 Added support for CompilerSpec extensions
|
||||
* 12-Jan-2022 - version 25 Added support for resolved TypeDefSettingsDefinition
|
||||
* 15-Apr-2022 - version 25 Added support for resolved datatype settings corresponding to
|
||||
* TypeDefSettingsDefinition. Added DataTypeManager versioning
|
||||
* support. Added support for auto-named TypeDef datatypes.
|
||||
* Transitioned string data translation storage to use address-based
|
||||
* property map (StringTranslations).
|
||||
*/
|
||||
static final int DB_VERSION = 25;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue