Update ABI/API compatibility reports after commit a88cbb6a0b
This commit is contained in:
parent
65021a030e
commit
24ed26043d
|
@ -20,7 +20,16 @@
|
|||
<br/>
|
||||
<h1>Changelog from Git</h1><br/><br/>
|
||||
<div class='changelog'>
|
||||
<pre class='wrap'>commit 6c5fe9407b7768eb2ac55b83511bc103551d207a
|
||||
<pre class='wrap'>commit a88cbb6a0b3539461dfb29922102953b7a7fc3a7
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-07-26 22:53:59 +0200
|
||||
|
||||
Fix various undefined shift behaviour in pi.c
|
||||
|
||||
Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2496
|
||||
Credit to OSS Fuzz
|
||||
|
||||
commit 6c5fe9407b7768eb2ac55b83511bc103551d207a
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-07-26 22:22:44 +0200
|
||||
|
||||
|
@ -757,12 +766,6 @@ Date: 2016-09-29 21:44:38 +0200
|
|||
|
||||
fix abi-check
|
||||
|
||||
commit cc0c71c30b2f9c3c28b67a027b39df1fda0d1c9b
|
||||
Author: Antonin Descampe <antonin@gmail.com>
|
||||
Date: 2016-09-29 20:23:01 +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:22:44'
|
||||
'current' => '2017-07-26 22:53:59'
|
||||
},
|
||||
'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:22</td>
|
||||
<td>2017-07-26<br/>22:53</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:04:07 2017.<br/>
|
||||
</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Wed Jul 26 21:38:53 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