Update ABI/API compatibility reports after commit 8180eeace1
This commit is contained in:
parent
1b125f0966
commit
8994ecabe0
|
@ -20,7 +20,13 @@
|
|||
<br/>
|
||||
<h1>Changelog from Git</h1><br/><br/>
|
||||
<div class='changelog'>
|
||||
<pre class='wrap'>commit c97666f72ba26a7ceb64931963b988a6f8f377f9
|
||||
<pre class='wrap'>commit 8180eeace13ffceef5dd7c3f80be156e36181846
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-08-21 23:06:53 +0200
|
||||
|
||||
test_tile_encoder: fix checks on argc
|
||||
|
||||
commit c97666f72ba26a7ceb64931963b988a6f8f377f9
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-08-21 19:02:04 +0200
|
||||
|
||||
|
@ -486,12 +492,6 @@ Date: 2017-07-06 13:23:29 +0200
|
|||
|
||||
Add documentation for magic values in the code
|
||||
|
||||
commit 434ace4ff74cc3eee401d4d3c02668c1d85f2a0d
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-07-06 02:17:26 +0200
|
||||
|
||||
opj_jp2_apply_pclr() also needs to use opj_image_data_alloc/opj_image_data_free
|
||||
|
||||
commit bc3cb7410023e9d0c7ff9972a0bc8cf1fe9b32a4
|
||||
Author: szukw000 <szukw000@arcor.de>
|
||||
Date: 2017-08-07 16:44:28 +0200
|
||||
|
@ -522,12 +522,6 @@ Date: 2017-08-02 16:50:11 +0200
|
|||
|
||||
WIP: fix abi-check and automatic upload
|
||||
|
||||
commit 48125b0d124bc668b971b1f5df5a3c39798cfcf9
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-07-31 17:35:10 +0200
|
||||
|
||||
src/bin/jpwl/convert.c: add missing fclose() in error code path (suggested by maddin200, #976)
|
||||
|
||||
commit 00f45684a8339e69ed55df2397f3c19d09fecaed
|
||||
Author: szukw000 <szukw000@arcor.de>
|
||||
Date: 2017-07-31 13:58:08 +0200
|
||||
|
@ -540,12 +534,6 @@ Date: 2017-07-30 19:46:52 +0200
|
|||
|
||||
src/lib/openjp2/*.h: use OPJ_ prefix for inclusion guards instead of reserved __ (#587)
|
||||
|
||||
commit 9a6d41d22b1a4f17a376d2f6f208c52c58b8e4b3
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-07-30 19:27:01 +0200
|
||||
|
||||
opj_event_msg(): force zero termination of buffer
|
||||
|
||||
...</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 19:02:04'
|
||||
'current' => '2017-08-21 23:06:53'
|
||||
},
|
||||
'HeadersDiff' => {
|
||||
'1.1' => {
|
||||
|
@ -648,7 +648,7 @@ $VAR1 = {
|
|||
'Maintainer' => 'OpenJPEG team',
|
||||
'MaintainerUrl' => 'http://www.openjpeg.org/',
|
||||
'PackageDiff' => {},
|
||||
'ScmUpdateTime' => '1503335739',
|
||||
'ScmUpdateTime' => '1503350449',
|
||||
'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/>19:02</td>
|
||||
<td>2017-08-21<br/>23:06</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 17:16:02 2017.<br/>
|
||||
</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Mon Aug 21 21:21:13 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