diff --git a/Ghidra/Configurations/Public_Release/src/global/docs/ChangeHistory.html b/Ghidra/Configurations/Public_Release/src/global/docs/ChangeHistory.html index fd9ee62f065..f133714e1ac 100644 --- a/Ghidra/Configurations/Public_Release/src/global/docs/ChangeHistory.html +++ b/Ghidra/Configurations/Public_Release/src/global/docs/ChangeHistory.html @@ -6,6 +6,45 @@
+ ++Bugs
++ ++ +
+- Analysis. Constant reference analysis boundary controls for speculative references has been fixed. Speculative references are references created from computed constants passed as parameters, stored to a location, or from indexed offsets from a register. (Issue #228)
+ +- Decompiler. Fixed rendering bug in the Decompiler when the "Find" dialog is closed. (Issue #282)
+- Decompiler. Fixed decompiler handling of Function Definition data types. (Issue #247)
+ +- Decompiler. Fixed "Free Varnode" exception in RuleConditionalMove. (Issue #294)
+ +- Diff. Fixed exceptions that can occur in the Diff View for programs with overlays.
+ +- Documentation. Corrected the spelling of "listener" throughout the source code. (Issue #235)
+- Exporter. Exporting a selection as Intel Hex will now allow a selection of any length. Previously this was restricted to multiples of 16 bytes. (Issue #260)
+- GUI. Fixed exception that occurs after disabling MyProgramChangesDisplayPlugin.
+ +- GUI. Updated the "Open Program" dialog to disallow file drop operations. (Issue #252) + +
- Languages. The ARM Thumb CMP.W and LSL isntructions have been changed to correctly decode. There are still issues to work out with Unpredictable execution when Rd is the PC. (Issue #280)
+- Multi-User:Ghidra Server. Corrected bug introduced into ghidraSvr.bat which could prevent Ghidra Server startup (Issue #279)
+ +- Scripting. MultiInstructionMemReference script has been corrected to consider input and output registers when placing a reference on an instruction.
+ +
+Security
+++ +
+- Basic Infrastructure. Added a property to support/launch.properties to prevent log4j from using jansi.dll on Windows. (Issue #286)
+ +
diff --git a/Ghidra/application.properties b/Ghidra/application.properties index ad0836e18a5..d147a5076e8 100644 --- a/Ghidra/application.properties +++ b/Ghidra/application.properties @@ -1,5 +1,5 @@ application.name=Ghidra -application.version=9.0.2-DEV +application.version=9.0.2 application.release.name=PUBLIC application.layout.version=1 application.gradle.version=5.0 diff --git a/GhidraBuild/Skeleton/data/build.xml b/GhidraBuild/Skeleton/data/build.xml new file mode 100644 index 00000000000..1e2a6276bc6 --- /dev/null +++ b/GhidraBuild/Skeleton/data/build.xml @@ -0,0 +1,50 @@ + + + + +New Features