Update ABI/API compatibility reports after commit 6c4e5bacb9
This commit is contained in:
parent
0df46b347f
commit
6a92d272b4
|
@ -20,7 +20,15 @@
|
|||
<br/>
|
||||
<h1>Changelog from Git</h1><br/><br/>
|
||||
<div class='changelog'>
|
||||
<pre class='wrap'>commit 178194c093422c9564efc41f9ecb5c630b43f723
|
||||
<pre class='wrap'>commit 6c4e5bacb9d9791fc6ff074bd7958b3820d70514
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-07-27 19:22:14 +0200
|
||||
|
||||
opj_pi_next_rpcl / opj_pi_next_pcrl / opj_pi_next_cprl: avoid int overflow (#895)
|
||||
|
||||
Fixes int overflow on openjeg-crashes-2017-07-27/id:000000,sig:08,src:000879,op:flip2,pos:128.jp2
|
||||
|
||||
commit 178194c093422c9564efc41f9ecb5c630b43f723
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-07-27 18:51:51 +0200
|
||||
|
||||
|
@ -768,12 +776,6 @@ Date: 2016-10-03 23:47:10 +0200
|
|||
|
||||
Update THANKS.md
|
||||
|
||||
commit b8197de7160f4b8b072107a7ac62d25705e3fb88
|
||||
Author: Antonin Descampe <antonin@gmail.com>
|
||||
Date: 2016-10-03 23:45:44 +0200
|
||||
|
||||
Update CHANGELOG.md
|
||||
|
||||
...</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-27 18:51:51'
|
||||
'current' => '2017-07-27 19:22:14'
|
||||
},
|
||||
'HeadersDiff' => {
|
||||
'1.1' => {
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
<th>Headers<br/>Diff</th>
|
||||
</tr>
|
||||
<tr id='current'><td>current</td>
|
||||
<td>2017-07-27<br/>18:51</td>
|
||||
<td>2017-07-27<br/>19:22</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 27 17:06:50 2017.<br/>
|
||||
</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Thu Jul 27 17:39:29 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