Update ABI/API compatibility reports after commit 7bdbe490cb
This commit is contained in:
parent
99226e36dc
commit
00c42db3ec
|
@ -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 16aeb9282f6b3877aa8365c461ba8d3d1338adae
|
<pre class='wrap'>commit 7bdbe490cba9990916f94a40379cc787434340ff
|
||||||
|
Author: Even Rouault <even.rouault@spatialys.com>
|
||||||
|
Date: 2017-07-28 21:55:22 +0200
|
||||||
|
|
||||||
|
Fix null pointer dereference in opj_jp2_apply_pclr(). Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2558. Credit to OSS Fuzz
|
||||||
|
|
||||||
|
commit 16aeb9282f6b3877aa8365c461ba8d3d1338adae
|
||||||
Author: Even Rouault <even.rouault@spatialys.com>
|
Author: Even Rouault <even.rouault@spatialys.com>
|
||||||
Date: 2017-07-28 21:39:30 +0200
|
Date: 2017-07-28 21:39:30 +0200
|
||||||
|
|
||||||
|
@ -767,12 +773,6 @@ Date: 2017-05-03 11:46:01 +0200
|
||||||
|
|
||||||
Escape quotes to ensure README renders on GitHub correctly
|
Escape quotes to ensure README renders on GitHub correctly
|
||||||
|
|
||||||
commit 4927b647663bbf72500400dfd0173d53761152c9
|
|
||||||
Author: Alex Chan <a.chan@wellcome.ac.uk>
|
|
||||||
Date: 2017-04-28 09:43:05 +0100
|
|
||||||
|
|
||||||
Escape quotes to ensure README renders on GitHub correctly
|
|
||||||
|
|
||||||
...</pre></div>
|
...</pre></div>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -473,7 +473,7 @@ $VAR1 = {
|
||||||
'2.1' => '2014-04-29 12:58',
|
'2.1' => '2014-04-29 12:58',
|
||||||
'2.1.1' => '2016-07-05 14:54',
|
'2.1.1' => '2016-07-05 14:54',
|
||||||
'2.1.2' => '2016-09-28 18:18',
|
'2.1.2' => '2016-09-28 18:18',
|
||||||
'current' => '2017-07-28 21:39:30'
|
'current' => '2017-07-28 21:55:22'
|
||||||
},
|
},
|
||||||
'HeadersDiff' => {
|
'HeadersDiff' => {
|
||||||
'1.1' => {
|
'1.1' => {
|
||||||
|
|
|
@ -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>2017-07-28<br/>21:39</td>
|
<td>2017-07-28<br/>21:55</td>
|
||||||
<td>N/A</td>
|
<td>N/A</td>
|
||||||
<td><a href='../../changelog/openjpeg/current/log.html'>changelog</a></td>
|
<td><a href='../../changelog/openjpeg/current/log.html'>changelog</a></td>
|
||||||
<td>N/A</td>
|
<td>N/A</td>
|
||||||
|
@ -152,7 +152,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 Fri Jul 28 20:00:19 2017.<br/>
|
</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Fri Jul 28 20:17:25 2017.<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