Update ABI/API compatibility reports after commit bc21818c63
This commit is contained in:
parent
a320965fec
commit
887e21ae94
|
@ -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 c03fbbee6399d6a996f484015035d5996ce80f9a
|
<pre class='wrap'>commit bc21818c635f1f84aa72bb327a20ca42c3b6dcbe
|
||||||
|
Author: Antonin Descampe <antonin@gmail.com>
|
||||||
|
Date: 2017-08-09 17:28:17 -0700
|
||||||
|
|
||||||
|
Preparing Release v2.2.0
|
||||||
|
|
||||||
|
commit c03fbbee6399d6a996f484015035d5996ce80f9a
|
||||||
Author: Even Rouault <even.rouault@spatialys.com>
|
Author: Even Rouault <even.rouault@spatialys.com>
|
||||||
Date: 2017-08-10 01:14:35 +0200
|
Date: 2017-08-10 01:14:35 +0200
|
||||||
|
|
||||||
|
@ -577,23 +583,6 @@ Date: 2017-07-26 22:53:59 +0200
|
||||||
Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2496
|
Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2496
|
||||||
Credit to OSS Fuzz
|
Credit to OSS Fuzz
|
||||||
|
|
||||||
commit 6c5fe9407b7768eb2ac55b83511bc103551d207a
|
|
||||||
Author: Even Rouault <even.rouault@spatialys.com>
|
|
||||||
Date: 2017-07-26 22:22:44 +0200
|
|
||||||
|
|
||||||
Avoid potential undefined shift behaviour in opj_bio_read() from opj_t2_read_packet_header()
|
|
||||||
|
|
||||||
Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2485
|
|
||||||
Credit to OSS Fuzz
|
|
||||||
|
|
||||||
commit dbf527bf2a53bc88e6cf1373991002ec0e8e22a1
|
|
||||||
Author: Even Rouault <even.rouault@mines-paris.org>
|
|
||||||
Date: 2017-07-26 22:05:32 +0200
|
|
||||||
|
|
||||||
Merge pull request #800 from rouault/tier1_optimizations_multithreading_pterm_check
|
|
||||||
|
|
||||||
Implement predictive termination check
|
|
||||||
|
|
||||||
...</pre></div>
|
...</pre></div>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -496,7 +496,7 @@ $VAR1 = {
|
||||||
'2.1' => '2014-04-29 12:58',
|
'2.1' => '2014-04-29 12:58',
|
||||||
'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',
|
||||||
'current' => '2017-08-10 01:14:35'
|
'current' => '2017-08-09 17:28:17'
|
||||||
},
|
},
|
||||||
'HeadersDiff' => {
|
'HeadersDiff' => {
|
||||||
'1.1' => {
|
'1.1' => {
|
||||||
|
@ -574,7 +574,7 @@ $VAR1 = {
|
||||||
'Maintainer' => 'OpenJPEG team',
|
'Maintainer' => 'OpenJPEG team',
|
||||||
'MaintainerUrl' => 'http://www.openjpeg.org/',
|
'MaintainerUrl' => 'http://www.openjpeg.org/',
|
||||||
'PackageDiff' => {},
|
'PackageDiff' => {},
|
||||||
'ScmUpdateTime' => '1502321396',
|
'ScmUpdateTime' => '1502325970',
|
||||||
'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-10<br/>01:14</td>
|
<td>2017-08-09<br/>17:28</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.1.2/current/report.html'>100%</a></td>
|
<td class='ok'><a href='../../objects_report/openjpeg/2.1.2/current/report.html'>100%</a></td>
|
||||||
|
@ -152,7 +152,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 Wed Aug 9 23:30:21 2017.<br/>
|
</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Thu Aug 10 00:46:34 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