Update ABI/API compatibility reports after commit f6551f822f
This commit is contained in:
parent
af37733395
commit
9558c921cd
|
@ -20,7 +20,13 @@
|
|||
<br/>
|
||||
<h1>Changelog from Git</h1><br/><br/>
|
||||
<div class='changelog'>
|
||||
<pre class='wrap'>commit 9906fbf737692486cebabe98169988d818e2e66a
|
||||
<pre class='wrap'>commit f6551f822fe020843299bd807ec6989abd070b2c
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-07-29 16:29:11 +0200
|
||||
|
||||
opj_t1_clbl_decode_processor(): avoid undefined behaviour if roishift >= 31. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2506. Credit to OSS Fuzz
|
||||
|
||||
commit 9906fbf737692486cebabe98169988d818e2e66a
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-07-29 16:22:36 +0200
|
||||
|
||||
|
@ -579,12 +585,6 @@ Date: 2017-05-23 00:40:30 +0200
|
|||
|
||||
Optimize a bit opj_t1_enc_clnpass()
|
||||
|
||||
commit c76a59213100bbec567a0c78b7b1b8ba82d1e1fa
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-05-22 23:30:30 +0200
|
||||
|
||||
T1: remove unused code in decoder
|
||||
|
||||
commit 53d46fc7330ed652db66aa37b498fbfa27be625c
|
||||
Merge: 6e97d87 a8ca7c5
|
||||
Author: Even Rouault <even.rouault@mines-paris.org>
|
||||
|
|
|
@ -473,7 +473,7 @@ $VAR1 = {
|
|||
'2.1' => '2014-04-29 12:58',
|
||||
'2.1.1' => '2016-07-05 14:54',
|
||||
'2.1.2' => '2016-09-28 18:18',
|
||||
'current' => '2017-07-29 16:22:36'
|
||||
'current' => '2017-07-29 16:29:11'
|
||||
},
|
||||
'HeadersDiff' => {
|
||||
'1.1' => {
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
<th>Headers<br/>Diff</th>
|
||||
</tr>
|
||||
<tr id='current'><td>current</td>
|
||||
<td>2017-07-29<br/>16:22</td>
|
||||
<td>2017-07-29<br/>16:29</td>
|
||||
<td>N/A</td>
|
||||
<td><a href='../../changelog/openjpeg/current/log.html'>changelog</a></td>
|
||||
<td>N/A</td>
|
||||
|
@ -152,7 +152,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 Sat Jul 29 14:33:52 2017.<br/>
|
||||
</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Sat Jul 29 14:45:33 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