Update ABI/API compatibility reports after commit 98150d0942
This commit is contained in:
parent
e4d61ec5dd
commit
69048ae6ba
|
@ -20,7 +20,30 @@
|
|||
<br/>
|
||||
<h1>Changelog from Git</h1><br/><br/>
|
||||
<div class='changelog'>
|
||||
<pre class='wrap'>commit 25fb144c42f97489594302e1e6ff886791e0a5b3
|
||||
<pre class='wrap'>commit 98150d09422149305c9c8648337a744df5786fbe
|
||||
Merge: 25fb144 93b9f72
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2020-06-22 21:03:23 +0200
|
||||
|
||||
Merge pull request #1256 from sebras/master
|
||||
|
||||
openjp2: Error out if failing to create Tier 1 handle.
|
||||
|
||||
commit 93b9f7236ce09614ea5edcb0f616f1b4095c4830
|
||||
Author: Sebastian Rasmussen <sebras@gmail.com>
|
||||
Date: 2020-06-23 02:18:19 +0800
|
||||
|
||||
openjp2: Error out if failing to create Tier 1 handle.
|
||||
|
||||
Previously when the handle failed to be created (e.g. when
|
||||
opj_calloc returned NULL due to low memory), the code still
|
||||
assumed that the t1 handle pointer was valid and dereferenced
|
||||
NULL, causing a crash. After this commit OpenJPEG will instead
|
||||
error out under this condition.
|
||||
|
||||
This fixes issue #1255.
|
||||
|
||||
commit 25fb144c42f97489594302e1e6ff886791e0a5b3
|
||||
Author: szukw000 <szukw000@arcor.de>
|
||||
Date: 2020-06-10 17:40:50 +0200
|
||||
|
||||
|
@ -946,22 +969,6 @@ Date: 2018-09-05 21:51:30 +0200
|
|||
|
||||
Signed-off-by: Stefan Weil <sw@weilnetz.de>
|
||||
|
||||
commit 3d6ffaf3f3463b62830f88f50a8c1b510f555eb5
|
||||
Author: Stefan Weil <sw@weilnetz.de>
|
||||
Date: 2018-07-30 21:04:28 +0200
|
||||
|
||||
Fix some typos in code comments and documentation
|
||||
|
||||
All typos were found by Codespell.
|
||||
|
||||
Signed-off-by: Stefan Weil <sw@weilnetz.de>
|
||||
|
||||
commit 98363e244e027c731f73ee8239d3c19451a9153b
|
||||
Author: szukw000 <szukw000@arcor.de>
|
||||
Date: 2018-08-31 16:24:41 +0200
|
||||
|
||||
Changes in pnmtoimage if image data are missing
|
||||
|
||||
...</pre></div>
|
||||
|
||||
</body>
|
||||
|
|
|
@ -705,7 +705,7 @@ $VAR1 = {
|
|||
'2.2.0' => '2017-08-10 00:31',
|
||||
'2.3.0' => '2017-10-04 22:23',
|
||||
'2.3.1' => '2019-04-02 10:08',
|
||||
'current' => '2020-06-10 17:40:50'
|
||||
'current' => '2020-06-22 21:03:23'
|
||||
},
|
||||
'HeadersDiff' => {
|
||||
'1.1' => {
|
||||
|
@ -813,7 +813,7 @@ $VAR1 = {
|
|||
'Maintainer' => 'OpenJPEG team',
|
||||
'MaintainerUrl' => 'http://www.openjpeg.org/',
|
||||
'PackageDiff' => {},
|
||||
'ScmUpdateTime' => '1591804362',
|
||||
'ScmUpdateTime' => '1592853696',
|
||||
'Soname' => {
|
||||
'1.1' => {
|
||||
'lib/libopenjpeg.so' => 'libopenjpeg.so'
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -30,7 +30,7 @@
|
|||
<th>Headers<br/>Diff</th>
|
||||
</tr>
|
||||
<tr id='current'><td>current</td>
|
||||
<td>2020-06-10<br/>17:40</td>
|
||||
<td>2020-06-22<br/>21:03</td>
|
||||
<td>7</td>
|
||||
<td><a href='../../changelog/openjpeg/current/log.html'>changelog</a></td>
|
||||
<td class='ok'><a href='../../objects_report/openjpeg/2.3.1/current/report.html'>100%</a></td>
|
||||
|
@ -179,7 +179,7 @@
|
|||
<td>N/A</td>
|
||||
<td>N/A</td>
|
||||
</tr>
|
||||
</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Wed Jun 10 15:53:17 2020.<br/>
|
||||
</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Mon Jun 22 19:22:12 2020.<br/>
|
||||
<br/>
|
||||
<hr/>
|
||||
<div align='right'><a class='home' title="Andrey Ponomarenko's ABI laboratory" href='http://abi-laboratory.pro/'>abi-laboratory.pro</a></div>
|
||||
|
|
Loading…
Reference in New Issue