Update ABI/API compatibility reports after commit 0b4c3ce75d
This commit is contained in:
parent
9e90a2c076
commit
e566d797b9
|
@ -20,7 +20,22 @@
|
|||
<br/>
|
||||
<h1>Changelog from Git</h1><br/><br/>
|
||||
<div class='changelog'>
|
||||
<pre class='wrap'>commit a35b4891340dcecf2b248c7e57a90bf7d7aa9b2f
|
||||
<pre class='wrap'>commit 0b4c3ce75d11600ebc6675bd871f78ca3c95bc60
|
||||
Merge: a35b489 9f75088
|
||||
Author: Even Rouault <even.rouault@mines-paris.org>
|
||||
Date: 2017-08-11 15:13:35 +0200
|
||||
|
||||
Merge pull request #980 from szukw000/changes-for-ppc64-converttif
|
||||
|
||||
Changes in converttif.c for PPC64
|
||||
|
||||
commit 9f750884f91a4f1b9ca3e6a401057c21a7e2bd99
|
||||
Author: szukw000 <szukw000@arcor.de>
|
||||
Date: 2017-08-11 00:06:23 +0200
|
||||
|
||||
Changes in converttif.c for PPC64
|
||||
|
||||
commit a35b4891340dcecf2b248c7e57a90bf7d7aa9b2f
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-08-10 16:58:36 +0200
|
||||
|
||||
|
@ -560,14 +575,6 @@ Date: 2017-07-28 21:55:22 +0200
|
|||
|
||||
Fix null pointer dereference in opj_jp2_apply_pclr(). Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2558. Credit to OSS Fuzz
|
||||
|
||||
commit 16aeb9282f6b3877aa8365c461ba8d3d1338adae
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-07-28 21:39:30 +0200
|
||||
|
||||
Fix null pointer dereference in opj_j2k_add_mct() (#895)
|
||||
|
||||
Fixes openjeg-crashes-2017-07-27/issue879-poc1.j2k of #895
|
||||
|
||||
...</pre></div>
|
||||
|
||||
</body>
|
||||
|
|
|
@ -560,7 +560,7 @@ $VAR1 = {
|
|||
'2.1.1' => '2016-07-05 14:54',
|
||||
'2.1.2' => '2016-09-28 18:18',
|
||||
'2.2.0' => '2017-08-10 00:31',
|
||||
'current' => '2017-08-10 16:58:36'
|
||||
'current' => '2017-08-11 15:13:35'
|
||||
},
|
||||
'HeadersDiff' => {
|
||||
'1.1' => {
|
||||
|
@ -648,7 +648,7 @@ $VAR1 = {
|
|||
'Maintainer' => 'OpenJPEG team',
|
||||
'MaintainerUrl' => 'http://www.openjpeg.org/',
|
||||
'PackageDiff' => {},
|
||||
'ScmUpdateTime' => '1502378973',
|
||||
'ScmUpdateTime' => '1502458199',
|
||||
'Soname' => {
|
||||
'1.1' => {
|
||||
'lib/libopenjpeg.so' => 'libopenjpeg.so'
|
||||
|
|
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>2017-08-10<br/>16:58</td>
|
||||
<td>2017-08-11<br/>15:13</td>
|
||||
<td>7</td>
|
||||
<td><a href='../../changelog/openjpeg/current/log.html'>changelog</a></td>
|
||||
<td class='ok'><a href='../../objects_report/openjpeg/2.2.0/current/report.html'>100%</a></td>
|
||||
|
@ -161,7 +161,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 Thu Aug 10 15:30:19 2017.<br/>
|
||||
</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Fri Aug 11 13:30:22 2017.<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