Skip to content

Commit 68a34fd

Browse files
committed
GP-0 updated change history for 10.1.4 release
1 parent 0555248 commit 68a34fd

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

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

+19
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,25 @@
77

88
<BODY>
99

10+
<H1 align="center">Ghidra 10.1.4 Change History (May 2022)</H1>
11+
<blockquote><p><u>Improvements</u></p>
12+
<ul>
13+
<li><I>Debugger:Listing</I>. Refresh button in Debugger's Dynamic Listing and Memory Bytes views now operates without a selection and is more thorough with respect to cache invalidation. (GP-1930)</li>
14+
</ul>
15+
</blockquote>
16+
<blockquote><p><u>Bugs</u></p>
17+
<ul>
18+
<li><I>Analysis</I>. Fixed an exception that occurred when loading programs created in previous versions where the analysis option's type had changed (String to Long). (GP-1738)</li>
19+
<li><I>Analysis</I>. Constant reference propagation now uses pcode injection for segment and all userops. This affects 16-bit code and the HCS12 processor. (GP-1987, Issue #4252)</li>
20+
<li><I>C Parsing</I>. Added C-Parser support for <code>static_assert<code> and </code>_Static_assert</code> keywords. (GP-1958, Issue #4038)</li>
21+
<li><I>C Parsing</I>. Corrected C-Parser to parse <code><B>sizeof</B></code> structure members, both <code>sizeof(ptr->member)</code> and <code>sizeof(struct.member)</code>. (GP-1964, Issue #4173)</li>
22+
<li><I>Decompiler</I>. Fixed bug causing the Decompiler to not label pointer references to the first parameter on the stack. (GP-2018)</li>
23+
<li><I>GUI</I>. Fixed bug that caused some edited functions to appear twice in the Functions window. (GP-2025)</li>
24+
<li><I>GUI</I>. Fixed potentially slow computer name lookup in the Error Dialog. (GP-2034)</li>
25+
<li><I>Importer:COFF</I>. Fixed importing of non-Microsoft COFF files when any section crosses address 0x80. COFF sections marked as data that won't fit into the default data address space will be loaded in the code address space. (GP-2045)</li>
26+
</ul>
27+
</blockquote>
28+
1029
<H1 align="center">Ghidra 10.1.3 Change History (April 2022)</H1>
1130
<blockquote><p><u>Improvements</u></p>
1231
<ul>

0 commit comments

Comments
 (0)