Update ABI/API compatibility reports after commit a316f36dfc
This commit is contained in:
parent
7d904277aa
commit
854d9d2d0b
|
@ -20,7 +20,13 @@
|
|||
<br/>
|
||||
<h1>Changelog from Git</h1><br/><br/>
|
||||
<div class='changelog'>
|
||||
<pre class='wrap'>commit a4c938181deb2cb48e408ac6e358062927060125
|
||||
<pre class='wrap'>commit a316f36dfc7cc4217bfce0ac6d23b47f90cf8fd9
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-08-10 14:43:16 +0200
|
||||
|
||||
Fix crash on encoding if using opj_set_default_encoder_parameters() without defining tcp_numlayers
|
||||
|
||||
commit a4c938181deb2cb48e408ac6e358062927060125
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-08-10 12:30:31 +0200
|
||||
|
||||
|
@ -566,16 +572,6 @@ Date: 2017-07-27 22:29:17 +0200
|
|||
|
||||
Fixes openjeg-crashes-2017-07-27/id:000000,sig:11,src:003798,op:ext_AO,pos:128.jp2
|
||||
|
||||
commit 820fcfe8bb101a2862c076b02c9b6b636ce39d2f
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-07-27 19:34:54 +0200
|
||||
|
||||
opj_j2k_update_image_data / opj_tcd_update_tile_data: fix unaligned load/store (#895)
|
||||
|
||||
When components don't have the same width, unaligned load/store are possible.
|
||||
|
||||
Fixes openjeg-crashes-2017-07-27/id:000000,sig:11,src:001342,op:flip4,pos:162.jp2 of #895
|
||||
|
||||
...</pre></div>
|
||||
|
||||
</body>
|
||||
|
|
|
@ -560,7 +560,7 @@ $VAR1 = {
|
|||
'2.1.1' => '2016-07-05 14:54',
|
||||
'2.1.2' => '2016-09-28 18:18',
|
||||
'2.2.0' => '2017-08-10 00:31',
|
||||
'current' => '2017-08-10 12:30:31'
|
||||
'current' => '2017-08-10 14:43:16'
|
||||
},
|
||||
'HeadersDiff' => {
|
||||
'1.1' => {
|
||||
|
@ -648,7 +648,7 @@ $VAR1 = {
|
|||
'Maintainer' => 'OpenJPEG team',
|
||||
'MaintainerUrl' => 'http://www.openjpeg.org/',
|
||||
'PackageDiff' => {},
|
||||
'ScmUpdateTime' => '1502361986',
|
||||
'ScmUpdateTime' => '1502370004',
|
||||
'Soname' => {
|
||||
'1.1' => {
|
||||
'lib/libopenjpeg.so' => 'libopenjpeg.so'
|
||||
|
|
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>2017-08-10<br/>12:30</td>
|
||||
<td>2017-08-10<br/>14:43</td>
|
||||
<td>7</td>
|
||||
<td><a href='../../changelog/openjpeg/current/log.html'>changelog</a></td>
|
||||
<td class='ok'><a href='../../objects_report/openjpeg/2.2.0/current/report.html'>100%</a></td>
|
||||
|
@ -161,7 +161,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 Thu Aug 10 10:46:55 2017.<br/>
|
||||
</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Thu Aug 10 13:00:28 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