Update ABI/API compatibility reports after commit 4db0c8d5ae
This commit is contained in:
parent
d2999a7cc2
commit
c6771bd34d
|
@ -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 43b8ddc6af015715b2fbda2052a17b29d1538df7
|
<pre class='wrap'>commit 4db0c8d5aef53dd6eebc730e5a189cf9bf9bae6c
|
||||||
|
Author: Even Rouault <even.rouault@spatialys.com>
|
||||||
|
Date: 2020-12-29 15:34:19 +0100
|
||||||
|
|
||||||
|
Add HOWTO-RELEASE
|
||||||
|
|
||||||
|
commit 43b8ddc6af015715b2fbda2052a17b29d1538df7
|
||||||
Author: Even Rouault <even.rouault@spatialys.com>
|
Author: Even Rouault <even.rouault@spatialys.com>
|
||||||
Date: 2020-12-29 15:01:40 +0100
|
Date: 2020-12-29 15:01:40 +0100
|
||||||
|
|
||||||
|
@ -865,14 +871,6 @@ Date: 2019-11-17 13:08:41 +0100
|
||||||
|
|
||||||
pi.c: avoid integer overflow, resulting in later invalid access to memory in opj_t2_decode_packets()
|
pi.c: avoid integer overflow, resulting in later invalid access to memory in opj_t2_decode_packets()
|
||||||
|
|
||||||
commit 9701b3305db58d35e4446946309f88937e2f5342
|
|
||||||
Author: Robert Ancell <robert.ancell@gmail.com>
|
|
||||||
Date: 2019-11-17 15:09:59 +1300
|
|
||||||
|
|
||||||
JPWL: convert: Fix buffer overflow reading an image file less than four characters (#1196)
|
|
||||||
|
|
||||||
Fixes #1068
|
|
||||||
|
|
||||||
...</pre></div>
|
...</pre></div>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -768,7 +768,7 @@ $VAR1 = {
|
||||||
'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',
|
||||||
'2.4.0' => '2020-12-28 20:59',
|
'2.4.0' => '2020-12-28 20:59',
|
||||||
'current' => '2020-12-29 15:01:40'
|
'current' => '2020-12-29 15:34:19'
|
||||||
},
|
},
|
||||||
'HeadersDiff' => {
|
'HeadersDiff' => {
|
||||||
'1.1' => {
|
'1.1' => {
|
||||||
|
@ -886,7 +886,7 @@ $VAR1 = {
|
||||||
'Maintainer' => 'OpenJPEG team',
|
'Maintainer' => 'OpenJPEG team',
|
||||||
'MaintainerUrl' => 'http://www.openjpeg.org/',
|
'MaintainerUrl' => 'http://www.openjpeg.org/',
|
||||||
'PackageDiff' => {},
|
'PackageDiff' => {},
|
||||||
'ScmUpdateTime' => '1609251458',
|
'ScmUpdateTime' => '1609253202',
|
||||||
'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-12-29<br/>15:01</td>
|
<td>2020-12-29<br/>15:34</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.4.0/current/report.html'>100%</a></td>
|
<td class='ok'><a href='../../objects_report/openjpeg/2.4.0/current/report.html'>100%</a></td>
|
||||||
|
@ -188,7 +188,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 Tue Dec 29 14:18:16 2020.<br/>
|
</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Tue Dec 29 14:47:20 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