Update ABI/API compatibility reports after commit d6fa300997
This commit is contained in:
parent
24ed26043d
commit
9de02805ac
|
@ -20,7 +20,18 @@
|
|||
<br/>
|
||||
<h1>Changelog from Git</h1><br/><br/>
|
||||
<div class='changelog'>
|
||||
<pre class='wrap'>commit a88cbb6a0b3539461dfb29922102953b7a7fc3a7
|
||||
<pre class='wrap'>commit d6fa30099797c68c6a67decf58571dd59dbf734b
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-07-26 23:25:38 +0200
|
||||
|
||||
Avoids undefined shift behaviour in m_dc_level_shift computation
|
||||
|
||||
Fixes warning found on clusterfuzz-testcase-minimized-5146316340461568
|
||||
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2495
|
||||
|
||||
Credit to OSS Fuzz
|
||||
|
||||
commit a88cbb6a0b3539461dfb29922102953b7a7fc3a7
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-07-26 22:53:59 +0200
|
||||
|
||||
|
@ -760,12 +771,6 @@ Date: 2016-09-29 22:06:23 +0200
|
|||
|
||||
fix abi-check and limit upload to website for master
|
||||
|
||||
commit 110d31891b459c673c7c788cf8170cadfd2201bf
|
||||
Author: Antonin Descampe <antonin@gmail.com>
|
||||
Date: 2016-09-29 21:44:38 +0200
|
||||
|
||||
fix abi-check
|
||||
|
||||
...</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 22:53:59'
|
||||
'current' => '2017-07-26 23:25: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/>22:53</td>
|
||||
<td>2017-07-26<br/>23:25</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 21:38:53 2017.<br/>
|
||||
</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Thu Jul 27 16:24:42 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