Update ABI/API compatibility reports after commit f4d6578359
This commit is contained in:
parent
30a77c604f
commit
798d015ff7
|
@ -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 9b7620ee7a3d72bfcdbebd78e607c5ee8aa7fade
|
<pre class='wrap'>commit f4d65783593fd0490e0fdb9f323f2d5aff81a21d
|
||||||
|
Author: Even Rouault <even.rouault@spatialys.com>
|
||||||
|
Date: 2019-05-26 11:06:01 +0200
|
||||||
|
|
||||||
|
test_decode_area.c: assign tdy to *ptileh instead of *ptilew (fixes #1195)
|
||||||
|
|
||||||
|
commit 9b7620ee7a3d72bfcdbebd78e607c5ee8aa7fade
|
||||||
Merge: 4f447c6 3aef207
|
Merge: 4f447c6 3aef207
|
||||||
Author: Even Rouault <even.rouault@spatialys.com>
|
Author: Even Rouault <even.rouault@spatialys.com>
|
||||||
Date: 2019-04-26 19:52:52 +0200
|
Date: 2019-04-26 19:52:52 +0200
|
||||||
|
@ -880,12 +886,6 @@ Date: 2018-01-07 17:49:08 +0100
|
||||||
|
|
||||||
Some Doxygen tags are removed
|
Some Doxygen tags are removed
|
||||||
|
|
||||||
commit d241298fdcd95932346da993d5fbe20210dadd2d
|
|
||||||
Author: Even Rouault <even.rouault@spatialys.com>
|
|
||||||
Date: 2018-01-07 17:45:53 +0100
|
|
||||||
|
|
||||||
Add known failure for Windows VC10 i386 target (refs #1043)
|
|
||||||
|
|
||||||
...</pre></div>
|
...</pre></div>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -705,7 +705,7 @@ $VAR1 = {
|
||||||
'2.2.0' => '2017-08-10 00:31',
|
'2.2.0' => '2017-08-10 00:31',
|
||||||
'2.3.0' => '2017-10-04 22:23',
|
'2.3.0' => '2017-10-04 22:23',
|
||||||
'2.3.1' => '2019-04-02 10:08',
|
'2.3.1' => '2019-04-02 10:08',
|
||||||
'current' => '2019-04-26 19:52:52'
|
'current' => '2019-05-26 11:06:01'
|
||||||
},
|
},
|
||||||
'HeadersDiff' => {
|
'HeadersDiff' => {
|
||||||
'1.1' => {
|
'1.1' => {
|
||||||
|
@ -813,7 +813,7 @@ $VAR1 = {
|
||||||
'Maintainer' => 'OpenJPEG team',
|
'Maintainer' => 'OpenJPEG team',
|
||||||
'MaintainerUrl' => 'http://www.openjpeg.org/',
|
'MaintainerUrl' => 'http://www.openjpeg.org/',
|
||||||
'PackageDiff' => {},
|
'PackageDiff' => {},
|
||||||
'ScmUpdateTime' => '1556301834',
|
'ScmUpdateTime' => '1558862258',
|
||||||
'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>2019-04-26<br/>19:52</td>
|
<td>2019-05-26<br/>11:06</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.3.1/current/report.html'>100%</a></td>
|
<td class='ok'><a href='../../objects_report/openjpeg/2.3.1/current/report.html'>100%</a></td>
|
||||||
|
@ -179,7 +179,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 Fri Apr 26 18:04:17 2019.<br/>
|
</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Sun May 26 09:18:01 2019.<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