Update ABI/API compatibility reports after commit d6654d906c
This commit is contained in:
parent
8776aff7ec
commit
e5ac67bf73
|
@ -20,7 +20,13 @@
|
|||
<br/>
|
||||
<h1>Changelog from Git</h1><br/><br/>
|
||||
<div class='changelog'>
|
||||
<pre class='wrap'>commit 361c4506fdfb9b6f0e41d86d5d0ea1efb5704ecf
|
||||
<pre class='wrap'>commit d6654d906c1ae66590b6d600458a91f1ee923de5
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-07-28 22:15:47 +0200
|
||||
|
||||
opj_int_ceildiv(): fix int32 overflow. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2494. Credit to OSS Fuzz
|
||||
|
||||
commit 361c4506fdfb9b6f0e41d86d5d0ea1efb5704ecf
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-07-28 22:06:26 +0200
|
||||
|
||||
|
@ -761,15 +767,6 @@ Date: 2017-05-03 11:48:02 +0200
|
|||
|
||||
Remove warnings related to empty tag-trees.
|
||||
|
||||
commit e7ff1efb82fab7ba6c6d69e7d286811abb4ee7e7
|
||||
Merge: 807da62 cf08763
|
||||
Author: Even Rouault <even.rouault@mines-paris.org>
|
||||
Date: 2017-05-03 11:46:45 +0200
|
||||
|
||||
Merge pull request #899 from jwilk/man-warnings
|
||||
|
||||
Remove spurious .R macros from manpages
|
||||
|
||||
...</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-28 22:06:26'
|
||||
'current' => '2017-07-28 22:15:47'
|
||||
},
|
||||
'HeadersDiff' => {
|
||||
'1.1' => {
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
<th>Headers<br/>Diff</th>
|
||||
</tr>
|
||||
<tr id='current'><td>current</td>
|
||||
<td>2017-07-28<br/>22:06</td>
|
||||
<td>2017-07-28<br/>22:15</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 Fri Jul 28 20:29:38 2017.<br/>
|
||||
</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Fri Jul 28 20:41:06 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