GT-2721: Updating GhidraDev version number and installation guide.

Closes #383.

Pulled-from: Vladimir Kononovich <newinferno@gmail.com>
This commit is contained in:
Ryan Kurtz 2019-04-22 13:42:25 -04:00
parent ea60dcb9b5
commit 8c364d85c9
4 changed files with 7 additions and 5 deletions

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<site> <site>
<feature url="features/ghidra.ghidradev_2.0.0.qualifier.jar" id="ghidra.ghidradev" version="2.0.0.qualifier"> <feature url="features/ghidra.ghidradev_2.0.1.qualifier.jar" id="ghidra.ghidradev" version="2.0.1.qualifier">
<category name="ghidra.ghidradev"/> <category name="ghidra.ghidradev"/>
</feature> </feature>
<category-def name="ghidra.ghidradev" label="Ghidra"/> <category-def name="ghidra.ghidradev" label="Ghidra"/>

View File

@ -2,7 +2,7 @@
<feature <feature
id="ghidra.ghidradev" id="ghidra.ghidradev"
label="GhidraDev" label="GhidraDev"
version="2.0.0.qualifier" version="2.0.1.qualifier"
provider-name="Ghidra"> provider-name="Ghidra">
<description> <description>

View File

@ -19,7 +19,7 @@
<h1>GhidraDev README</h1> <h1>GhidraDev README</h1>
<p>GhidraDev provides support for developing and debugging Ghidra scripts and modules in Eclipse. <p>GhidraDev provides support for developing and debugging Ghidra scripts and modules in Eclipse.
</p> </p>
<p>The information provided in this document is effective as of GhidraDev 2.0.0 and is subject to <p>The information provided in this document is effective as of GhidraDev 2.0.1 and is subject to
change with future releases.</p> change with future releases.</p>
<ul> <ul>
@ -53,7 +53,9 @@ change with future releases.</p>
</ul> </ul>
<h2><a name="ChangeHistory"></a>Change History</h2> <h2><a name="ChangeHistory"></a>Change History</h2>
<p><u><b>2.0.0</b>:</u></p> <p><u><b>2.0.1</b>:</u> Fixed exception that occurred when performing certain actions on a Ghidra
project that was imported from a previously exported Archive File.</p>
<p><u><b>2.0.0</b>:</u>
<ul> <ul>
<li> <li>
Improved Ghidra module project starting templates for Analyzer and Plugin and added new Improved Ghidra module project starting templates for Analyzer and Plugin and added new

View File

@ -3,7 +3,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Name: GhidraDev Bundle-Name: GhidraDev
Bundle-SymbolicName: ghidra.ghidradev;singleton:=true Bundle-SymbolicName: ghidra.ghidradev;singleton:=true
Bundle-Version: 2.0.0.qualifier Bundle-Version: 2.0.1.qualifier
Bundle-Activator: ghidradev.Activator Bundle-Activator: ghidradev.Activator
Require-Bundle: org.eclipse.ant.core;bundle-version="3.5.200", Require-Bundle: org.eclipse.ant.core;bundle-version="3.5.200",
org.eclipse.buildship.core;bundle-version="3.0.0", org.eclipse.buildship.core;bundle-version="3.0.0",