Update ABI/API compatibility reports after commit b897e2cb36
This commit is contained in:
parent
969ad9abbd
commit
00ffa7ad70
|
@ -20,7 +20,24 @@
|
|||
<br/>
|
||||
<h1>Changelog from Git</h1><br/><br/>
|
||||
<div class='changelog'>
|
||||
<pre class='wrap'>commit 37ac30ceff6640bbab502388c5e0fa0bff23f505
|
||||
<pre class='wrap'>commit b897e2cb369b6944d791209f491f382a983cda87
|
||||
Merge: 37ac30c 7dd5497
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2020-12-28 22:58:58 +0100
|
||||
|
||||
Merge pull request #1312 from stweil/news
|
||||
|
||||
Fix year in NEWS
|
||||
|
||||
commit 7dd5497b15a33a8020bf1ab116f649328b037a89
|
||||
Author: Stefan Weil <sw@weilnetz.de>
|
||||
Date: 2020-12-28 22:52:34 +0100
|
||||
|
||||
Fix year in NEWS
|
||||
|
||||
Signed-off-by: Stefan Weil <sw@weilnetz.de>
|
||||
|
||||
commit 37ac30ceff6640bbab502388c5e0fa0bff23f505
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2020-12-28 21:55:55 +0100
|
||||
|
||||
|
@ -864,18 +881,6 @@ Date: 2019-11-17 01:35:26 +0100
|
|||
and recreating them. It is likely that some tooling has evolved since
|
||||
the initial v2.3.1 report generation.
|
||||
|
||||
commit 4cb1f663049aab96e122d1ff16f601d0cc0be976
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2019-11-17 01:18:26 +0100
|
||||
|
||||
pi.c: avoid integer overflow, resulting in later invalid access to memory in opj_t2_decode_packets(). Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=18979
|
||||
|
||||
commit 5875a6b44618fb7dfd5cd6d742533eaee2014060
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2019-10-03 11:04:30 +0200
|
||||
|
||||
opj_tcd_mct_decode()/opj_mct_decode()/opj_mct_encode_real()/opj_mct_decode_real(): proper deal with a number of samples larger than 4 billion (refs #1151)
|
||||
|
||||
...</pre></div>
|
||||
|
||||
</body>
|
||||
|
|
|
@ -705,7 +705,7 @@ $VAR1 = {
|
|||
'2.2.0' => '2017-08-10 00:31',
|
||||
'2.3.0' => '2017-10-04 22:23',
|
||||
'2.3.1' => '2019-04-02 10:08',
|
||||
'current' => '2020-12-28 21:55:55'
|
||||
'current' => '2020-12-28 22:58:58'
|
||||
},
|
||||
'HeadersDiff' => {
|
||||
'1.1' => {
|
||||
|
@ -813,7 +813,7 @@ $VAR1 = {
|
|||
'Maintainer' => 'OpenJPEG team',
|
||||
'MaintainerUrl' => 'http://www.openjpeg.org/',
|
||||
'PackageDiff' => {},
|
||||
'ScmUpdateTime' => '1609193892',
|
||||
'ScmUpdateTime' => '1609200307',
|
||||
'Soname' => {
|
||||
'1.1' => {
|
||||
'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>
|
||||
</tr>
|
||||
<tr id='current'><td>current</td>
|
||||
<td>2020-12-28<br/>21:55</td>
|
||||
<td>2020-12-28<br/>22:58</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.1/current/report.html'>100%</a></td>
|
||||
|
@ -179,7 +179,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 Mon Dec 28 22:18:49 2020.<br/>
|
||||
</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Tue Dec 29 00:05:43 2020.<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