Update ABI/API compatibility reports after commit 6c5fe9407b
This commit is contained in:
parent
48409fa767
commit
65021a030e
|
@ -20,7 +20,16 @@
|
|||
<br/>
|
||||
<h1>Changelog from Git</h1><br/><br/>
|
||||
<div class='changelog'>
|
||||
<pre class='wrap'>commit dbf527bf2a53bc88e6cf1373991002ec0e8e22a1
|
||||
<pre class='wrap'>commit 6c5fe9407b7768eb2ac55b83511bc103551d207a
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-07-26 22:22:44 +0200
|
||||
|
||||
Avoid potential undefined shift behaviour in opj_bio_read() from opj_t2_read_packet_header()
|
||||
|
||||
Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2485
|
||||
Credit to OSS Fuzz
|
||||
|
||||
commit dbf527bf2a53bc88e6cf1373991002ec0e8e22a1
|
||||
Merge: 5e795d9 94c4b73
|
||||
Author: Even Rouault <even.rouault@mines-paris.org>
|
||||
Date: 2017-07-26 22:05:32 +0200
|
||||
|
@ -754,12 +763,6 @@ Date: 2016-09-29 20:23:01 +0200
|
|||
|
||||
fix abi-check
|
||||
|
||||
commit 5695ac15ff961fb56ecee8455bca325444f37694
|
||||
Author: Antonin Descampe <antonin@gmail.com>
|
||||
Date: 2016-09-28 20:33:31 +0200
|
||||
|
||||
Update abi-check scripts for v2.1.2
|
||||
|
||||
...</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:05:32'
|
||||
'current' => '2017-07-26 22:22:44'
|
||||
},
|
||||
'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:05</td>
|
||||
<td>2017-07-26<br/>22: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 Wed Jul 26 20:26:21 2017.<br/>
|
||||
</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Wed Jul 26 21:04:07 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