Update ABI/API compatibility reports after commit e528531922
This commit is contained in:
parent
144fc93656
commit
cc8d61eb3d
|
@ -20,7 +20,13 @@
|
||||||
<br/>
|
<br/>
|
||||||
<h1>Changelog from Git</h1><br/><br/>
|
<h1>Changelog from Git</h1><br/><br/>
|
||||||
<div class='changelog'>
|
<div class='changelog'>
|
||||||
<pre class='wrap'>commit 5597522cac96b1bc6d48a447751b1c6049248eef
|
<pre class='wrap'>commit e5285319229a5d77bf316bb0d3a6cbd3cb8666d9
|
||||||
|
Author: Even Rouault <even.rouault@spatialys.com>
|
||||||
|
Date: 2017-08-18 13:39:20 +0200
|
||||||
|
|
||||||
|
pgxtoimage(): fix write stack buffer overflow (#997)
|
||||||
|
|
||||||
|
commit 5597522cac96b1bc6d48a447751b1c6049248eef
|
||||||
Author: Even Rouault <even.rouault@spatialys.com>
|
Author: Even Rouault <even.rouault@spatialys.com>
|
||||||
Date: 2017-08-18 10:16:38 +0200
|
Date: 2017-08-18 10:16:38 +0200
|
||||||
|
|
||||||
|
@ -592,12 +598,6 @@ Date: 2017-07-30 18:43:25 +0200
|
||||||
|
|
||||||
Avoid heap buffer overflow in function pnmtoimage of convert.c, and unsigned integer overflow in opj_image_create() (CVE-2016-9118, #861)
|
Avoid heap buffer overflow in function pnmtoimage of convert.c, and unsigned integer overflow in opj_image_create() (CVE-2016-9118, #861)
|
||||||
|
|
||||||
commit 83342f2aafcab4599b49f780e35fd249e8402b61
|
|
||||||
Author: Even Rouault <even.rouault@spatialys.com>
|
|
||||||
Date: 2017-07-30 18:18:59 +0200
|
|
||||||
|
|
||||||
Fix Doxygen warnings (patch derived from Winfried's doxygen-dif.txt.zip, #849)
|
|
||||||
|
|
||||||
...</pre></div>
|
...</pre></div>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -560,7 +560,7 @@ $VAR1 = {
|
||||||
'2.1.1' => '2016-07-05 14:54',
|
'2.1.1' => '2016-07-05 14:54',
|
||||||
'2.1.2' => '2016-09-28 18:18',
|
'2.1.2' => '2016-09-28 18:18',
|
||||||
'2.2.0' => '2017-08-10 00:31',
|
'2.2.0' => '2017-08-10 00:31',
|
||||||
'current' => '2017-08-18 10:16:38'
|
'current' => '2017-08-18 13:39:20'
|
||||||
},
|
},
|
||||||
'HeadersDiff' => {
|
'HeadersDiff' => {
|
||||||
'1.1' => {
|
'1.1' => {
|
||||||
|
@ -648,7 +648,7 @@ $VAR1 = {
|
||||||
'Maintainer' => 'OpenJPEG team',
|
'Maintainer' => 'OpenJPEG team',
|
||||||
'MaintainerUrl' => 'http://www.openjpeg.org/',
|
'MaintainerUrl' => 'http://www.openjpeg.org/',
|
||||||
'PackageDiff' => {},
|
'PackageDiff' => {},
|
||||||
'ScmUpdateTime' => '1503044960',
|
'ScmUpdateTime' => '1503057446',
|
||||||
'Soname' => {
|
'Soname' => {
|
||||||
'1.1' => {
|
'1.1' => {
|
||||||
'lib/libopenjpeg.so' => 'libopenjpeg.so'
|
'lib/libopenjpeg.so' => 'libopenjpeg.so'
|
||||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -30,7 +30,7 @@
|
||||||
<th>Headers<br/>Diff</th>
|
<th>Headers<br/>Diff</th>
|
||||||
</tr>
|
</tr>
|
||||||
<tr id='current'><td>current</td>
|
<tr id='current'><td>current</td>
|
||||||
<td>2017-08-18<br/>10:16</td>
|
<td>2017-08-18<br/>13:39</td>
|
||||||
<td>7</td>
|
<td>7</td>
|
||||||
<td><a href='../../changelog/openjpeg/current/log.html'>changelog</a></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>
|
<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>
|
||||||
<td>N/A</td>
|
<td>N/A</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Fri Aug 18 08:29:43 2017.<br/>
|
</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Fri Aug 18 11:58:17 2017.<br/>
|
||||||
<br/>
|
<br/>
|
||||||
<hr/>
|
<hr/>
|
||||||
<div align='right'><a class='home' title="Andrey Ponomarenko's ABI laboratory" href='http://abi-laboratory.pro/'>abi-laboratory.pro</a></div>
|
<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