Update ABI/API compatibility reports after commit a55c024fc6
This commit is contained in:
parent
f58b8ec72e
commit
a477e19d29
File diff suppressed because it is too large
Load Diff
|
@ -20,7 +20,13 @@
|
|||
<br/>
|
||||
<h1>Changelog from Git</h1><br/><br/>
|
||||
<div class='changelog'>
|
||||
<pre class='wrap'>commit 8f92fc97913bec7ffa2dc10d062c0cdd19da20e4
|
||||
<pre class='wrap'>commit a55c024fc6b917a409b85aeafd7326421c4aea34
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-08-28 17:18:33 +0200
|
||||
|
||||
Subtile decoding: fix overflows in subband coordinate computation that cause later buffer overflow. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=3115. Credit to OSS Fuzz. master only
|
||||
|
||||
commit 8f92fc97913bec7ffa2dc10d062c0cdd19da20e4
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-08-28 14:57:49 +0200
|
||||
|
||||
|
@ -427,12 +433,6 @@ Date: 2017-08-09 11:34:08 +0200
|
|||
Note: we could also check that the content of JP2 BPCC box is consistant with the one
|
||||
of the SIZ marker.
|
||||
|
||||
commit c38bdbef4f3a5888948903247532fc8cf4284c00
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-08-09 10:03:59 +0200
|
||||
|
||||
opj_decompress: document -quiet option, and remove spurious newline output
|
||||
|
||||
...</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-28 14:57:49'
|
||||
'current' => '2017-08-28 17:18:33'
|
||||
},
|
||||
'HeadersDiff' => {
|
||||
'1.1' => {
|
||||
|
@ -648,7 +648,7 @@ $VAR1 = {
|
|||
'Maintainer' => 'OpenJPEG team',
|
||||
'MaintainerUrl' => 'http://www.openjpeg.org/',
|
||||
'PackageDiff' => {},
|
||||
'ScmUpdateTime' => '1503927715',
|
||||
'ScmUpdateTime' => '1503934378',
|
||||
'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-28<br/>14:57</td>
|
||||
<td>2017-08-28<br/>17:18</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 Mon Aug 28 13:42:21 2017.<br/>
|
||||
</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Mon Aug 28 15:33:21 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