Update ABI/API compatibility reports after commit cdd3e83bae
This commit is contained in:
parent
e9bbb2458f
commit
7ad62b32be
|
@ -20,7 +20,13 @@
|
|||
<br/>
|
||||
<h1>Changelog from Git</h1><br/><br/>
|
||||
<div class='changelog'>
|
||||
<pre class='wrap'>commit 5c56933daf1da88aa6f2a8c8dc5fcc7b1d76cb00
|
||||
<pre class='wrap'>commit cdd3e83bae71e1e023c4c2bdd5e52d082576e550
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-06-21 12:49:01 +0200
|
||||
|
||||
Fix clang warning about extraneous parentheses
|
||||
|
||||
commit 5c56933daf1da88aa6f2a8c8dc5fcc7b1d76cb00
|
||||
Merge: 32b20b9 8df2521
|
||||
Author: Even Rouault <even.rouault@mines-paris.org>
|
||||
Date: 2017-06-18 00:49:20 +0200
|
||||
|
@ -807,15 +813,6 @@ Date: 2016-09-06 07:54:29 +0200
|
|||
|
||||
Add overflow check in opj_tcd_init_tile (#819)
|
||||
|
||||
commit d7e6b7de8a3860dd3135bfe49e0e1be2d9dba80f
|
||||
Author: Matthieu Darbois <mayeut@users.noreply.github.com>
|
||||
Date: 2016-09-06 01:31:15 +0200
|
||||
|
||||
Fix leak & invalid behavior of opj_jp2_read_ihdr (#818)
|
||||
|
||||
In case multiple ihdr box are present, only the first one shall be
|
||||
taken into account.
|
||||
|
||||
...</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-06-18 00:49:20'
|
||||
'current' => '2017-06-21 12:49:01'
|
||||
},
|
||||
'HeadersDiff' => {
|
||||
'1.1' => {
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
<th>Headers<br/>Diff</th>
|
||||
</tr>
|
||||
<tr id='current'><td>current</td>
|
||||
<td>2017-06-18<br/>00:49</td>
|
||||
<td>2017-06-21<br/>12:49</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 Jun 17 23:03:52 2017.<br/>
|
||||
</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Wed Jun 21 11:07:50 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