Update ABI/API compatibility reports after commit e52909f4c7
This commit is contained in:
parent
3c41952e9e
commit
c0b1e03bbd
File diff suppressed because it is too large
Load Diff
|
@ -20,7 +20,24 @@
|
|||
<br/>
|
||||
<h1>Changelog from Git</h1><br/><br/>
|
||||
<div class='changelog'>
|
||||
<pre class='wrap'>commit cd900d96618ab77e79812db654731dd6b5fc7bd8
|
||||
<pre class='wrap'>commit e52909f4c7896c5efff3340d707c12d0df55d3f9
|
||||
Merge: cd900d9 943db0f
|
||||
Author: Even Rouault <even.rouault@mines-paris.org>
|
||||
Date: 2018-10-31 20:41:52 +0100
|
||||
|
||||
Merge pull request #1163 from nforro/memory-and-resource-leaks
|
||||
|
||||
Fix several memory and resource leaks
|
||||
|
||||
commit 943db0f1c28ca6a7df6d18483f97166a03be9bf7
|
||||
Author: Nikola Forró <nforro@redhat.com>
|
||||
Date: 2018-10-31 13:39:05 +0100
|
||||
|
||||
Fix several memory and resource leaks
|
||||
|
||||
Signed-off-by: Nikola Forró <nforro@redhat.com>
|
||||
|
||||
commit cd900d96618ab77e79812db654731dd6b5fc7bd8
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2018-10-18 11:45:45 +0200
|
||||
|
||||
|
@ -758,18 +775,6 @@ Date: 2017-09-19 18:35:07 +0200
|
|||
|
||||
Fix badly named variable in function prototype (raised by cppcheck)
|
||||
|
||||
commit 82ab7effe3e65b989ee8e97719ceca71908b16ed
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-09-19 18:34:49 +0200
|
||||
|
||||
Remove redundant test (raised by cppcheck)
|
||||
|
||||
commit ce8edf9bffb8caae5480b862a04b66e0e355394b
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-09-19 18:25:55 +0200
|
||||
|
||||
Replace C++ style comments by C ones
|
||||
|
||||
commit e17bbde9066600528ab523adee69d9c9c33ba157
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-09-19 17:48:07 +0200
|
||||
|
|
|
@ -633,7 +633,7 @@ $VAR1 = {
|
|||
'2.1.2' => '2016-09-28 18:18',
|
||||
'2.2.0' => '2017-08-10 00:31',
|
||||
'2.3.0' => '2017-10-04 22:23',
|
||||
'current' => '2018-10-18 11:45:45'
|
||||
'current' => '2018-10-31 20:41:52'
|
||||
},
|
||||
'HeadersDiff' => {
|
||||
'1.1' => {
|
||||
|
@ -731,7 +731,7 @@ $VAR1 = {
|
|||
'Maintainer' => 'OpenJPEG team',
|
||||
'MaintainerUrl' => 'http://www.openjpeg.org/',
|
||||
'PackageDiff' => {},
|
||||
'ScmUpdateTime' => '1539858271',
|
||||
'ScmUpdateTime' => '1541015691',
|
||||
'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>2018-10-18<br/>11:45</td>
|
||||
<td>2018-10-31<br/>20:41</td>
|
||||
<td>7</td>
|
||||
<td><a href='../../changelog/openjpeg/current/log.html'>changelog</a></td>
|
||||
<td class='ok'><a href='../../objects_report/openjpeg/2.3.0/current/report.html'>100%</a></td>
|
||||
|
@ -170,7 +170,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 Thu Oct 18 10:24:54 2018.<br/>
|
||||
</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Wed Oct 31 19:55:14 2018.<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