Update ABI/API compatibility reports after commit 3dfc6ca2bc
This commit is contained in:
parent
740e162072
commit
578bbd2285
|
@ -20,7 +20,13 @@
|
|||
<br/>
|
||||
<h1>Changelog from Git</h1><br/><br/>
|
||||
<div class='changelog'>
|
||||
<pre class='wrap'>commit 28094e1ebfa420f9a0bdc7a11b8d4ee5f154db35
|
||||
<pre class='wrap'>commit 3dfc6ca2bcf06fd1adb6b6b4cecc6c092f08ba0b
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-09-17 12:17:49 +0200
|
||||
|
||||
Build: make sure that -DBUILD_SHARED_LIBS:bool=off is honoured to build only the static lib (#1019)
|
||||
|
||||
commit 28094e1ebfa420f9a0bdc7a11b8d4ee5f154db35
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-09-08 10:56:49 +0200
|
||||
|
||||
|
@ -593,12 +599,6 @@ Date: 2017-08-16 13:36:52 +0200
|
|||
the alpha channel, but we mostly ignore it for now, so remove that part of the
|
||||
code.
|
||||
|
||||
commit ab4de904e7dc1deee83122cd2bf6e0e7f4eb2eb0
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-08-16 13:11:36 +0200
|
||||
|
||||
imagetotga(): fix read heap buffer overflow if numcomps < 3 (#987)
|
||||
|
||||
...</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-08 10:56:49'
|
||||
'current' => '2017-09-17 12:17:49'
|
||||
},
|
||||
'HeadersDiff' => {
|
||||
'1.1' => {
|
||||
|
@ -648,7 +648,7 @@ $VAR1 = {
|
|||
'Maintainer' => 'OpenJPEG team',
|
||||
'MaintainerUrl' => 'http://www.openjpeg.org/',
|
||||
'PackageDiff' => {},
|
||||
'ScmUpdateTime' => '1504862171',
|
||||
'ScmUpdateTime' => '1505645977',
|
||||
'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-08<br/>10:56</td>
|
||||
<td>2017-09-17<br/>12:17</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 8 09:16:35 2017.<br/>
|
||||
</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Sun Sep 17 11:00:01 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