Update ABI/API compatibility reports after commit a538815c77
This commit is contained in:
parent
3264b095e9
commit
c60b0237df
|
@ -20,7 +20,13 @@
|
|||
<br/>
|
||||
<h1>Changelog from Git</h1><br/><br/>
|
||||
<div class='changelog'>
|
||||
<pre class='wrap'>commit 09929bb615bd6bf2a9f7703fc7b04a12096b091e
|
||||
<pre class='wrap'>commit a538815c774db94a0d3fa323c9ca4f456ef04903
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-09-01 19:27:56 +0200
|
||||
|
||||
opj_j2k_setup_encoder(): avoid potential int overflow in computations related to max_cs_size
|
||||
|
||||
commit 09929bb615bd6bf2a9f7703fc7b04a12096b091e
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-09-01 19:16:35 +0200
|
||||
|
||||
|
@ -400,18 +406,6 @@ Date: 2017-08-09 21:35:30 -0700
|
|||
|
||||
update abi-check for latest release
|
||||
|
||||
commit 3d7cde5fc9fbc5618d02160900d32e02ed12a00e
|
||||
Author: Antonin Descampe <antonin@descampe.net>
|
||||
Date: 2017-08-09 17:31:50 -0700
|
||||
|
||||
Preparing Release v2.2.0
|
||||
|
||||
commit bc21818c635f1f84aa72bb327a20ca42c3b6dcbe
|
||||
Author: Antonin Descampe <antonin@gmail.com>
|
||||
Date: 2017-08-09 17:28:17 -0700
|
||||
|
||||
Preparing Release v2.2.0
|
||||
|
||||
...</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-09-01 19:16:35'
|
||||
'current' => '2017-09-01 19:27:56'
|
||||
},
|
||||
'HeadersDiff' => {
|
||||
'1.1' => {
|
||||
|
@ -648,7 +648,7 @@ $VAR1 = {
|
|||
'Maintainer' => 'OpenJPEG team',
|
||||
'MaintainerUrl' => 'http://www.openjpeg.org/',
|
||||
'PackageDiff' => {},
|
||||
'ScmUpdateTime' => '1504287656',
|
||||
'ScmUpdateTime' => '1504289827',
|
||||
'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-09-01<br/>19:16</td>
|
||||
<td>2017-09-01<br/>19:27</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 Fri Sep 1 17:41:19 2017.<br/>
|
||||
</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Fri Sep 1 18:17:31 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