Update ABI/API compatibility reports after commit 9f7d79fd30
This commit is contained in:
parent
18f8f78813
commit
987ee9b0f2
|
@ -20,7 +20,13 @@
|
|||
<br/>
|
||||
<h1>Changelog from Git</h1><br/><br/>
|
||||
<div class='changelog'>
|
||||
<pre class='wrap'>commit 1ab6e0e07a67193564811c5720a69cb28f09a809
|
||||
<pre class='wrap'>commit 9f7d79fd30df3712e6bfc6d475bfa143c069c4df
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-08-17 14:52:10 +0200
|
||||
|
||||
opj_getopt_long(): avoid infinite loop on invalid or missing value for an option (#736)
|
||||
|
||||
commit 1ab6e0e07a67193564811c5720a69cb28f09a809
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-08-17 12:01:16 +0200
|
||||
|
||||
|
@ -592,12 +598,6 @@ Date: 2017-07-30 15:22:24 +0200
|
|||
|
||||
opj_tcd_dc_level_shift_decode: avoid int32 overflow when prec == 31. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2799. Credit to OSS Fuzz
|
||||
|
||||
commit 517bf6fd86dae18b62390a03533d30da0e5bb701
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-07-29 21:11:23 +0200
|
||||
|
||||
src/bin/jpwl/convert.c: fix memleak (fix suggested by maddin200, #631)
|
||||
|
||||
...</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-17 12:01:16'
|
||||
'current' => '2017-08-17 14:52:10'
|
||||
},
|
||||
'HeadersDiff' => {
|
||||
'1.1' => {
|
||||
|
@ -648,7 +648,7 @@ $VAR1 = {
|
|||
'Maintainer' => 'OpenJPEG team',
|
||||
'MaintainerUrl' => 'http://www.openjpeg.org/',
|
||||
'PackageDiff' => {},
|
||||
'ScmUpdateTime' => '1502966526',
|
||||
'ScmUpdateTime' => '1502975266',
|
||||
'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-17<br/>12:01</td>
|
||||
<td>2017-08-17<br/>14:52</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 17 10:42:30 2017.<br/>
|
||||
</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Thu Aug 17 13:08:32 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