Update ABI/API compatibility reports after commit 24d069e3ff
This commit is contained in:
parent
6b080f9dd3
commit
3b248aac96
|
@ -20,7 +20,13 @@
|
|||
<br/>
|
||||
<h1>Changelog from Git</h1><br/><br/>
|
||||
<div class='changelog'>
|
||||
<pre class='wrap'>commit e9bbc6d3dde946bdb5195f053f24b91335d5d84c
|
||||
<pre class='wrap'>commit 24d069e3ffa2286930a2e7e2638431ea1de6846a
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-08-21 17:19:13 +0200
|
||||
|
||||
Add comment
|
||||
|
||||
commit e9bbc6d3dde946bdb5195f053f24b91335d5d84c
|
||||
Merge: 3eed024 17a7ac4
|
||||
Author: Even Rouault <even.rouault@mines-paris.org>
|
||||
Date: 2017-08-21 13:02:07 +0200
|
||||
|
@ -486,15 +492,6 @@ Date: 2017-07-06 02:02:25 +0200
|
|||
|
||||
Complementary fix to previous commit
|
||||
|
||||
commit f58aab9d6a57e48bdc60e15dd373c24de74719a9
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-07-06 01:47:40 +0200
|
||||
|
||||
Add opj_image_data_alloc() / opj_image_data_free()
|
||||
|
||||
As bin/common/color.c used to directly call malloc()/free(), we need
|
||||
to export functions dedicated to allocating/freeing image component data.
|
||||
|
||||
commit bc3cb7410023e9d0c7ff9972a0bc8cf1fe9b32a4
|
||||
Author: szukw000 <szukw000@arcor.de>
|
||||
Date: 2017-08-07 16:44:28 +0200
|
||||
|
@ -555,12 +552,6 @@ Date: 2017-07-30 19:26:47 +0200
|
|||
|
||||
Fix breakage of 22bf99ce0220811bfce1562ee61423cb0245b683
|
||||
|
||||
commit 22bf99ce0220811bfce1562ee61423cb0245b683
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-07-30 19:07:16 +0200
|
||||
|
||||
Test return value of opj_j2k_setup_decoding_tile() (commit https://github.com/uclouvain/openjpeg/pull/561/commits/ec31fa0c7f1ff8979312c07296cba41584c458a0 by ak-dxdy, #561)
|
||||
|
||||
...</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-08-21 13:02:07'
|
||||
'current' => '2017-08-21 17:19:13'
|
||||
},
|
||||
'HeadersDiff' => {
|
||||
'1.1' => {
|
||||
|
@ -648,7 +648,7 @@ $VAR1 = {
|
|||
'Maintainer' => 'OpenJPEG team',
|
||||
'MaintainerUrl' => 'http://www.openjpeg.org/',
|
||||
'PackageDiff' => {},
|
||||
'ScmUpdateTime' => '1503314201',
|
||||
'ScmUpdateTime' => '1503329806',
|
||||
'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-08-21<br/>13:02</td>
|
||||
<td>2017-08-21<br/>17:19</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 Mon Aug 21 11:17:06 2017.<br/>
|
||||
</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Mon Aug 21 15:37:09 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