Update ABI/API compatibility reports after commit 90b1bffa7e
This commit is contained in:
parent
d60b44f6c1
commit
de8b0a0c2e
File diff suppressed because it is too large
Load Diff
|
@ -20,12 +20,29 @@
|
||||||
<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 06f7d412435ddb62f8e9935af7e306783bc4b75b
|
<pre class='wrap'>commit 90b1bffa7e745c754afb56dc89ccb70f8aeeadcf
|
||||||
|
Merge: 06f7d41 24d08ff
|
||||||
|
Author: Even Rouault <even.rouault@mines-paris.org>
|
||||||
|
Date: 2018-02-25 18:21:23 +0100
|
||||||
|
|
||||||
|
Merge pull request #1080 from setharnold/patch-1
|
||||||
|
|
||||||
|
fix unchecked integer multiplication overflow
|
||||||
|
|
||||||
|
commit 06f7d412435ddb62f8e9935af7e306783bc4b75b
|
||||||
Author: Even Rouault <even.rouault@spatialys.com>
|
Author: Even Rouault <even.rouault@spatialys.com>
|
||||||
Date: 2018-02-18 14:38:16 +0100
|
Date: 2018-02-18 14:38:16 +0100
|
||||||
|
|
||||||
bench_dwt: fix wrong index in iteration (issue found by Fethi Migaou)
|
bench_dwt: fix wrong index in iteration (issue found by Fethi Migaou)
|
||||||
|
|
||||||
|
commit 24d08ff94ad8b0f51534e46f87cf5a2f2f85d22a
|
||||||
|
Author: setharnold <seth.arnold@gmail.com>
|
||||||
|
Date: 2018-02-14 17:46:38 -0800
|
||||||
|
|
||||||
|
fix unchecked integer multiplication overflow
|
||||||
|
|
||||||
|
Hello, this fixes an unchecked integer multiplication overflow. Thanks.
|
||||||
|
|
||||||
commit da5e897232ef824daf9a492e746ed22cf2a43f18
|
commit da5e897232ef824daf9a492e746ed22cf2a43f18
|
||||||
Author: Even Rouault <even.rouault@spatialys.com>
|
Author: Even Rouault <even.rouault@spatialys.com>
|
||||||
Date: 2018-02-11 13:31:04 +0100
|
Date: 2018-02-11 13:31:04 +0100
|
||||||
|
@ -585,18 +602,6 @@ Date: 2017-09-01 17:32:54 +0200
|
||||||
|
|
||||||
opj_compress help: indicate 0 value, instead of 1, for -r parameter to get lossless encoding (#1009)
|
opj_compress help: indicate 0 value, instead of 1, for -r parameter to get lossless encoding (#1009)
|
||||||
|
|
||||||
commit 8a17be8945f6f8fcae3f9e5c7c4988e971d245ee
|
|
||||||
Author: Even Rouault <even.rouault@spatialys.com>
|
|
||||||
Date: 2017-09-01 16:31:08 +0200
|
|
||||||
|
|
||||||
opj_v4dwt_decode_step2_sse(): loop unroll
|
|
||||||
|
|
||||||
commit 6ce49bf5aebb3c45c464fa82d14cfd4bf7026a28
|
|
||||||
Author: Even Rouault <even.rouault@spatialys.com>
|
|
||||||
Date: 2017-09-01 10:26:18 +0200
|
|
||||||
|
|
||||||
Fix undefined shift behaviour in opj_dwt_is_whole_tile_decoding(). Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=3255. Credit to OSS Fuzz
|
|
||||||
|
|
||||||
...</pre></div>
|
...</pre></div>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -633,7 +633,7 @@ $VAR1 = {
|
||||||
'2.1.2' => '2016-09-28 18:18',
|
'2.1.2' => '2016-09-28 18:18',
|
||||||
'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',
|
||||||
'current' => '2018-02-18 14:38:16'
|
'current' => '2018-02-25 18:21:23'
|
||||||
},
|
},
|
||||||
'HeadersDiff' => {
|
'HeadersDiff' => {
|
||||||
'1.1' => {
|
'1.1' => {
|
||||||
|
@ -731,7 +731,7 @@ $VAR1 = {
|
||||||
'Maintainer' => 'OpenJPEG team',
|
'Maintainer' => 'OpenJPEG team',
|
||||||
'MaintainerUrl' => 'http://www.openjpeg.org/',
|
'MaintainerUrl' => 'http://www.openjpeg.org/',
|
||||||
'PackageDiff' => {},
|
'PackageDiff' => {},
|
||||||
'ScmUpdateTime' => '1518961954',
|
'ScmUpdateTime' => '1519580127',
|
||||||
'Soname' => {
|
'Soname' => {
|
||||||
'1.1' => {
|
'1.1' => {
|
||||||
'lib/libopenjpeg.so' => 'libopenjpeg.so'
|
'lib/libopenjpeg.so' => 'libopenjpeg.so'
|
||||||
|
|
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>2018-02-18<br/>14:38</td>
|
<td>2018-02-25<br/>18:21</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.0/current/report.html'>100%</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>
|
||||||
<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 Sun Feb 18 13:52:59 2018.<br/>
|
</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Sun Feb 25 17:35:51 2018.<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