Update ABI/API compatibility reports after commit d27ccf01c6
This commit is contained in:
parent
400bb1f797
commit
0af471987e
|
@ -20,7 +20,16 @@
|
|||
<br/>
|
||||
<h1>Changelog from Git</h1><br/><br/>
|
||||
<div class='changelog'>
|
||||
<pre class='wrap'>commit 39e962a0ca5e53722f6badda8e93681aad412cf1
|
||||
<pre class='wrap'>commit d27ccf01c68a31ad62b33d2dc1ba2bb1eeaafe7b
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-07-26 11:30:56 +0200
|
||||
|
||||
Avoid division by zero in opj_pi_next_rpcl, opj_pi_next_pcrl and opj_pi_next_cprl (#938)
|
||||
|
||||
Fixes issues with id:000026,sig:08,src:002419,op:int32,pos:60,val:+32 and
|
||||
id:000019,sig:08,src:001098,op:flip1,pos:49
|
||||
|
||||
commit 39e962a0ca5e53722f6badda8e93681aad412cf1
|
||||
Merge: 60f8ddf 90ced71
|
||||
Author: Even Rouault <even.rouault@mines-paris.org>
|
||||
Date: 2017-07-13 13:33:21 +0200
|
||||
|
@ -789,15 +798,6 @@ Date: 2016-09-21 13:17:09 +0200
|
|||
|
||||
Signed-off-by: Stefan Weil <sw@weilnetz.de>
|
||||
|
||||
commit da940424816e11d624362ce080bc026adffa26e8
|
||||
Merge: 31d44f0 893143c
|
||||
Author: Antonin Descampe <antonin@gmail.com>
|
||||
Date: 2016-09-20 18:59:30 +0200
|
||||
|
||||
Merge pull request #834 from trylab/issue833
|
||||
|
||||
Fix issue 833.
|
||||
|
||||
...</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-13 13:33:21'
|
||||
'current' => '2017-07-26 11:30:56'
|
||||
},
|
||||
'HeadersDiff' => {
|
||||
'1.1' => {
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
<th>Headers<br/>Diff</th>
|
||||
</tr>
|
||||
<tr id='current'><td>current</td>
|
||||
<td>2017-07-13<br/>13:33</td>
|
||||
<td>2017-07-26<br/>11:30</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 Thu Jul 13 11:49:32 2017.<br/>
|
||||
</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Wed Jul 26 09:48:10 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