Skip to content

Commit 1be7007

Browse files
committed
GP-0 Ghidra 11.0 WhatsNew minor changes
1 parent a1d3a45 commit 1be7007

File tree

1 file changed

+11
-16
lines changed
  • Ghidra/Configurations/Public_Release/src/global/docs

1 file changed

+11
-16
lines changed

Ghidra/Configurations/Public_Release/src/global/docs/WhatsNew.html

Lines changed: 11 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -49,30 +49,25 @@ <H1>What's New in Ghidra 11.0</H1>
4949

5050
<H2>The not-so-fine print: Please Read!</H2>
5151

52+
<P>This release includes new features, enhancements, performance improvements, quite a few bug fixes, and many pull-request
53+
contributions. Thanks to all those who have contributed their time, thoughts, and code. The Ghidra user community thanks you too!</P>
54+
5255
<P>Ghidra 11.0 is fully backward compatible with project data from previous releases.
5356
However, programs and data type archives which are created or modified in 11.0 will not be useable by an earlier Ghidra version. </P>
5457

55-
<P>This release includes new features, enhancements, performance improvements, quite a few bug fixes, and many pull-request
56-
contributions. Thanks to all those who have contributed their time, thoughts, and code. The Ghidra user community thanks you too!</P>
57-
58-
<P>IMPORTANT: Ghidra requires Java 17 JDK to run. A newer version of Java may be acceptable but has not been fully tested. Please see the
58+
<P>This distribution requires JDK 17 to run, and provides Linux x86-64, Windows x86-64, and macOS x86-64 native components.
59+
If you have another platform or wish to use a newer JDK, please see the
5960
<a href="InstallationGuide.html">Ghidra Installation Guide</a> for additional information.</P>
60-
61-
<P>NOTE: Please note that any programs imported with a Ghidra beta version or code built directly from source code outside of a release tag may not be compatible,
62-
and may have flaws that won't be corrected by using this new release. Any programs analyzed from a beta or other local master source build should be considered
63-
experimental and re-imported and analyzed with a release version. Programs imported with previous release versions should upgrade correctly through various
64-
automatic upgrade mechanisms. Any program you will continue to reverse engineer should be imported fresh with a release version or a build you trust with the
65-
latest code fixes.</P>
6661

6762
<P>NOTE: Ghidra Server: The Ghidra 11.0 server is compatible with Ghidra 9.2 and later Ghidra clients. Ghidra 11.0
6863
clients are compatible with all 10.x and 9.x servers. Although, due to potential Java version differences, it is recommended
6964
that Ghidra Server installations older than 10.2 be upgraded. Those using 10.2 and newer should not need a server upgrade.</P>
7065

71-
<P>NOTE: Platform-specific native components can be built directly from a release distribution.
72-
The distribution currently provides Linux x86-64, Windows x86-64, and macOS x86-64 native components. If you have another platform,
73-
for example a macOS aarch64 based system or a Linux ARM variant, the <span class="gcode">support/buildNatives</span> script can build the decompiler,
74-
demangler, and legacy PDB executables for your platform. Please see the "Building Ghidra Native Components" section in the
75-
<a href="InstallationGuide.html#Build">Ghidra Installation Guide</a> for additional information.</P>
66+
<P>NOTE: Any programs imported with a Ghidra beta version or code built directly from source code outside of a release tag may not be compatible,
67+
and may have flaws that won't be corrected by using this new release. Any programs analyzed from a beta or other local master source build should be considered
68+
experimental and re-imported and analyzed with a release version. Programs imported with previous release versions should upgrade correctly through various
69+
automatic upgrade mechanisms. Any program you will continue to reverse engineer should be imported fresh with a release version or a build you trust with the
70+
latest code fixes.</P>
7671

7772

7873

@@ -103,7 +98,7 @@ <H2>GhidraGo </H2>
10398
to pre-ingested programs within a Ghidra multi-user repository. Clicking on the hyperlink causes Ghidra to display the previously ingested program.
10499
No data other than the Ghidra URL is transferred to Ghidra, and no socket is open within Ghidra listening for commands. GhidraGo must be enabled by
105100
installing a plugin in the Ghidra project manager, and must also be configured as a protocol handler in your web browser. GhidraGo is not setup or enabled by default.
106-
Please see the included <span class="gtitle">GhidraGoREADME.html</span>, or search for GhidraGo within help.
101+
For details on setting up GhidraGo, please see the included <span class="gtitle">GhidraGoREADME.html</span> or search for GhidraGo within help.
107102
</P>
108103

109104
<H2>Version Tracking </H2>

0 commit comments

Comments
 (0)