Update ABI/API compatibility reports after commit 040e142288
This commit is contained in:
parent
d0c7b31239
commit
85ec9b0566
|
@ -20,7 +20,15 @@
|
||||||
<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 221a801a97a3ea968a311f7905c18a1eb7f034c4
|
<pre class='wrap'>commit 040e142288e90c9c2d46d25d0a27f828f968bb93
|
||||||
|
Author: Eduardo Barretto <edusbarretto@gmail.com>
|
||||||
|
Date: 2020-04-16 19:09:40 -0300
|
||||||
|
|
||||||
|
jp3d/jpwl/mj2/jpip: Fix resource leaks (#1226)
|
||||||
|
|
||||||
|
This issues were found by cppcheck and coverity.
|
||||||
|
|
||||||
|
commit 221a801a97a3ea968a311f7905c18a1eb7f034c4
|
||||||
Author: Even Rouault <even.rouault@spatialys.com>
|
Author: Even Rouault <even.rouault@spatialys.com>
|
||||||
Date: 2020-04-16 20:33:22 +0200
|
Date: 2020-04-16 20:33:22 +0200
|
||||||
|
|
||||||
|
@ -889,12 +897,6 @@ Date: 2018-06-16 16:17:58 +0200
|
||||||
|
|
||||||
opj_compress: try to make help message of -c switch clearer (fixes #1117)
|
opj_compress: try to make help message of -c switch clearer (fixes #1117)
|
||||||
|
|
||||||
commit 2c7eb4fed9cbed43ae402840f6706998ce2dd1c4
|
|
||||||
Author: Even Rouault <even.rouault@spatialys.com>
|
|
||||||
Date: 2018-03-12 14:24:20 +0100
|
|
||||||
|
|
||||||
opj_compress: fix help message regarding default precinct size
|
|
||||||
|
|
||||||
...</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' => '2020-04-16 20:33:22'
|
'current' => '2020-04-16 19:09:40'
|
||||||
},
|
},
|
||||||
'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' => '1587062590',
|
'ScmUpdateTime' => '1587075548',
|
||||||
'Soname' => {
|
'Soname' => {
|
||||||
'1.1' => {
|
'1.1' => {
|
||||||
'lib/libopenjpeg.so' => 'libopenjpeg.so'
|
'lib/libopenjpeg.so' => 'libopenjpeg.so'
|
||||||
|
|
Binary file not shown.
Binary file not shown.
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>2020-04-16<br/>20:33</td>
|
<td>2020-04-16<br/>19:09</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 Thu Apr 16 18:43:46 2020.<br/>
|
</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Thu Apr 16 22:19:44 2020.<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