Update ABI/API compatibility reports after commit fdef69b43c
This commit is contained in:
parent
e51ab9844c
commit
6ec1bf5161
|
@ -20,7 +20,13 @@
|
|||
<br/>
|
||||
<h1>Changelog from Git</h1><br/><br/>
|
||||
<div class='changelog'>
|
||||
<pre class='wrap'>commit 18f6696372f4c32334385f8dcc8d39ad8ac24601
|
||||
<pre class='wrap'>commit fdef69b43ce5222ac0f2a87f2fad1442ece340e8
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-09-19 12:46:20 +0200
|
||||
|
||||
Fix warnings and errors when compiling with a c++ compiler (#1021)
|
||||
|
||||
commit 18f6696372f4c32334385f8dcc8d39ad8ac24601
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-09-19 12:13:34 +0200
|
||||
|
||||
|
@ -582,18 +588,6 @@ Date: 2017-08-16 17:38:47 +0200
|
|||
|
||||
Fix build issue of JPWL by adding opj_image_data_alloc() and opj_image_data_free() to src/lib/openmj2 (#994)
|
||||
|
||||
commit c535531f03369623b9b833ef41952c62257b507e
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-08-16 17:20:29 +0200
|
||||
|
||||
opj_t2_encode_packet(): fix potential write heap buffer overflow (#992)
|
||||
|
||||
commit dcac91b8c72f743bda7dbfa9032356bc8110098a
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-08-16 17:09:10 +0200
|
||||
|
||||
opj_j2k_write_sot(): fix potential write heap buffer overflow (#991)
|
||||
|
||||
...</pre></div>
|
||||
|
||||
</body>
|
||||
|
|
|
@ -560,7 +560,7 @@ $VAR1 = {
|
|||
'2.1.1' => '2016-07-05 14:54',
|
||||
'2.1.2' => '2016-09-28 18:18',
|
||||
'2.2.0' => '2017-08-10 00:31',
|
||||
'current' => '2017-09-19 12:13:34'
|
||||
'current' => '2017-09-19 12:46:20'
|
||||
},
|
||||
'HeadersDiff' => {
|
||||
'1.1' => {
|
||||
|
@ -648,7 +648,7 @@ $VAR1 = {
|
|||
'Maintainer' => 'OpenJPEG team',
|
||||
'MaintainerUrl' => 'http://www.openjpeg.org/',
|
||||
'PackageDiff' => {},
|
||||
'ScmUpdateTime' => '1505817093',
|
||||
'ScmUpdateTime' => '1505819249',
|
||||
'Soname' => {
|
||||
'1.1' => {
|
||||
'lib/libopenjpeg.so' => 'libopenjpeg.so'
|
||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -30,7 +30,7 @@
|
|||
<th>Headers<br/>Diff</th>
|
||||
</tr>
|
||||
<tr id='current'><td>current</td>
|
||||
<td>2017-09-19<br/>12:13</td>
|
||||
<td>2017-09-19<br/>12:46</td>
|
||||
<td>7</td>
|
||||
<td><a href='../../changelog/openjpeg/current/log.html'>changelog</a></td>
|
||||
<td class='ok'><a href='../../objects_report/openjpeg/2.2.0/current/report.html'>100%</a></td>
|
||||
|
@ -161,7 +161,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 Tue Sep 19 10:31:55 2017.<br/>
|
||||
</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Tue Sep 19 11:07:51 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