Update ABI/API compatibility reports after commit 6026786069
This commit is contained in:
parent
7ad62b32be
commit
05ed0b55ff
|
@ -20,7 +20,19 @@
|
||||||
<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 cdd3e83bae71e1e023c4c2bdd5e52d082576e550
|
<pre class='wrap'>commit 60267860698b86e215bee584857e6b4f2f08b693
|
||||||
|
Author: Even Rouault <even.rouault@spatialys.com>
|
||||||
|
Date: 2017-06-21 13:20:35 +0200
|
||||||
|
|
||||||
|
Style fix
|
||||||
|
|
||||||
|
commit 93aca84731bfffb20e968af10055a8cd0401806e
|
||||||
|
Author: Even Rouault <even.rouault@spatialys.com>
|
||||||
|
Date: 2017-06-21 12:54:40 +0200
|
||||||
|
|
||||||
|
Fix mingw related warnings
|
||||||
|
|
||||||
|
commit cdd3e83bae71e1e023c4c2bdd5e52d082576e550
|
||||||
Author: Even Rouault <even.rouault@spatialys.com>
|
Author: Even Rouault <even.rouault@spatialys.com>
|
||||||
Date: 2017-06-21 12:49:01 +0200
|
Date: 2017-06-21 12:49:01 +0200
|
||||||
|
|
||||||
|
@ -798,21 +810,6 @@ Date: 2016-09-06 22:33:26 +0200
|
||||||
|
|
||||||
fix incrementing of "l_tcp->m_nb_mcc_records" in opj_j2k_read_mcc (#820)
|
fix incrementing of "l_tcp->m_nb_mcc_records" in opj_j2k_read_mcc (#820)
|
||||||
|
|
||||||
commit c16bc057ba3f125051c9966cf1f5b68a05681de4
|
|
||||||
Author: trylab <trylab@users.noreply.github.com>
|
|
||||||
Date: 2016-09-06 13:55:49 +0800
|
|
||||||
|
|
||||||
Fix an integer overflow issue (#809)
|
|
||||||
|
|
||||||
Prevent an integer overflow issue in function opj_pi_create_decode of
|
|
||||||
pi.c.
|
|
||||||
|
|
||||||
commit ea320dab8bc491c10b1584a6617378cecea9f4fa
|
|
||||||
Author: Matthieu Darbois <mayeut@users.noreply.github.com>
|
|
||||||
Date: 2016-09-06 07:54:29 +0200
|
|
||||||
|
|
||||||
Add overflow check in opj_tcd_init_tile (#819)
|
|
||||||
|
|
||||||
...</pre></div>
|
...</pre></div>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -473,7 +473,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-06-21 12:49:01'
|
'current' => '2017-06-21 13:20:35'
|
||||||
},
|
},
|
||||||
'HeadersDiff' => {
|
'HeadersDiff' => {
|
||||||
'1.1' => {
|
'1.1' => {
|
||||||
|
|
|
@ -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-06-21<br/>12:49</td>
|
<td>2017-06-21<br/>13:20</td>
|
||||||
<td>N/A</td>
|
<td>N/A</td>
|
||||||
<td><a href='../../changelog/openjpeg/current/log.html'>changelog</a></td>
|
<td><a href='../../changelog/openjpeg/current/log.html'>changelog</a></td>
|
||||||
<td>N/A</td>
|
<td>N/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 Jun 21 11:07:50 2017.<br/>
|
</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Wed Jun 21 11:37:14 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