Update ABI/API compatibility reports after commit db9ef99f6d
This commit is contained in:
parent
9558c921cd
commit
8f1720fc56
|
@ -20,7 +20,13 @@
|
|||
<br/>
|
||||
<h1>Changelog from Git</h1><br/><br/>
|
||||
<div class='changelog'>
|
||||
<pre class='wrap'>commit f6551f822fe020843299bd807ec6989abd070b2c
|
||||
<pre class='wrap'>commit db9ef99f6dd054a84fa8382c02869fb0656abfc8
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-07-29 16:34:35 +0200
|
||||
|
||||
opj_t1_decode_cblk(): avoid undefined shift behaviour. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2487. Credit to OSS Fuzz
|
||||
|
||||
commit f6551f822fe020843299bd807ec6989abd070b2c
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-07-29 16:29:11 +0200
|
||||
|
||||
|
@ -750,15 +756,6 @@ Date: 2017-05-03 12:03:00 +0200
|
|||
|
||||
Fix retrieval of jpylyzer in AppVeyor
|
||||
|
||||
commit a18040e02238c577cf7853a0e303cbca62e044a8
|
||||
Merge: e7ff1ef a43f1be
|
||||
Author: Even Rouault <even.rouault@mines-paris.org>
|
||||
Date: 2017-05-03 11:48:02 +0200
|
||||
|
||||
Merge pull request #893 from rouault/remove_tagtree_warnings
|
||||
|
||||
Remove warnings related to empty tag-trees.
|
||||
|
||||
...</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-29 16:29:11'
|
||||
'current' => '2017-07-29 16:34:35'
|
||||
},
|
||||
'HeadersDiff' => {
|
||||
'1.1' => {
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
<th>Headers<br/>Diff</th>
|
||||
</tr>
|
||||
<tr id='current'><td>current</td>
|
||||
<td>2017-07-29<br/>16:29</td>
|
||||
<td>2017-07-29<br/>16:34</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 Sat Jul 29 14:45:33 2017.<br/>
|
||||
</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Sat Jul 29 14:57:25 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