Update ABI/API compatibility reports after commit 8d2e69e37d
This commit is contained in:
parent
096749a187
commit
f7f18c6a61
|
@ -20,7 +20,17 @@
|
|||
<br/>
|
||||
<h1>Changelog from Git</h1><br/><br/>
|
||||
<div class='changelog'>
|
||||
<pre class='wrap'>commit 5c5319984b81e2aa32d1d83abdef0cdb8dbe7b18
|
||||
<pre class='wrap'>commit 8d2e69e37d01bf6a0440d3109d92235c3c586ffe
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-07-26 19:49:38 +0200
|
||||
|
||||
Fix assertion / memory leak in opj_j2k_merge_ppt() on corrupted images (#939)
|
||||
|
||||
Fixes issue on id:000020,sig:06,src:001958,op:flip4,pos:149 that has two
|
||||
SOT markers for the same tile with the same tile part number, causing
|
||||
opj_j2k_merge_ppt() to be called several times.
|
||||
|
||||
commit 5c5319984b81e2aa32d1d83abdef0cdb8dbe7b18
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-07-26 18:05:56 +0200
|
||||
|
||||
|
@ -747,18 +757,6 @@ Date: 2016-09-26 11:26:55 +0200
|
|||
|
||||
Remove typos from comments and man pages
|
||||
|
||||
commit fac916f72a162483a4d6d804fd070fdf32f402ed
|
||||
Author: Matthieu Darbois <mayeut@users.noreply.github.com>
|
||||
Date: 2016-09-22 00:30:34 +0200
|
||||
|
||||
Fix PNM file reading (#847)
|
||||
|
||||
Malformed PNM file could cause a crash in opj_compress.
|
||||
Checks were added to prevent this.
|
||||
|
||||
Fixes #843
|
||||
Updates #440
|
||||
|
||||
...</pre></div>
|
||||
|
||||
</body>
|
||||
|
|
|
@ -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-26 18:05:56'
|
||||
'current' => '2017-07-26 19:49:38'
|
||||
},
|
||||
'HeadersDiff' => {
|
||||
'1.1' => {
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
<th>Headers<br/>Diff</th>
|
||||
</tr>
|
||||
<tr id='current'><td>current</td>
|
||||
<td>2017-07-26<br/>18:05</td>
|
||||
<td>2017-07-26<br/>19:49</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 Wed Jul 26 16:19:50 2017.<br/>
|
||||
</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Wed Jul 26 18:04:07 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