Update ABI/API compatibility reports after commit a18040e022
This commit is contained in:
parent
067d751f56
commit
8a0cb332a0
|
@ -20,7 +20,16 @@
|
|||
<br/>
|
||||
<h1>Changelog from Git</h1><br/><br/>
|
||||
<div class='changelog'>
|
||||
<pre class='wrap'>commit e7ff1efb82fab7ba6c6d69e7d286811abb4ee7e7
|
||||
<pre class='wrap'>commit a18040e02238c577cf7853a0e303cbca62e044a8
|
||||
Merge: e7ff1ef a43f1be
|
||||
Author: Even Rouault <even.rouault@mines-paris.org>
|
||||
Date: 2017-05-03 11:48:02 +0200
|
||||
|
||||
Merge pull request #893 from rouault/remove_tagtree_warnings
|
||||
|
||||
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
|
||||
|
@ -60,6 +69,21 @@ Date: 2017-03-03 23:23:39 +0100
|
|||
|
||||
Fixed CRLF auto conversion issue in openjpeg-data #655
|
||||
|
||||
commit a43f1bea6273e87d9e5cb6e428f560ae7a59223b
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-02-13 12:36:45 +0100
|
||||
|
||||
Remove warnings related to empty tag-trees.
|
||||
|
||||
Decoding some valid .jp2 files like Sentinel2 datasets leads to warnings like:
|
||||
No incltree created.
|
||||
tgt_create tree->numnodes == 0, no tree created.
|
||||
No imsbtree created.
|
||||
tgt_create tree->numnodes == 0, no tree created.
|
||||
|
||||
Besides that, the image is correctly decoded. So there is no reason to emit
|
||||
those warnings.
|
||||
|
||||
commit 7113c4e3bbb4b397ae0c27cbfb645ae8acfee042
|
||||
Author: Antonin Descampe <antonin@gmail.com>
|
||||
Date: 2016-10-03 23:47:10 +0200
|
||||
|
@ -786,18 +810,6 @@ Date: 2015-12-27 20:14:47 +0100
|
|||
|
||||
Allow these hot functions to be inlined. This boosts decode performance by ~10%.
|
||||
|
||||
commit d0babeb6f6cdd1887308137df37bb2b4724a6592
|
||||
Author: Antonin Descampe <antonin@gmail.com>
|
||||
Date: 2016-05-15 01:36:31 +0200
|
||||
|
||||
WIP automatic release
|
||||
|
||||
commit d1ca2b4f29efc9e12a77c7aba76091beae1966ec
|
||||
Author: Antonin Descampe <antonin@gmail.com>
|
||||
Date: 2016-05-15 00:53:24 +0200
|
||||
|
||||
WIP: debug travis run script
|
||||
|
||||
...</pre></div>
|
||||
|
||||
</body>
|
||||
|
|
|
@ -496,7 +496,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-05-03 11:46:45'
|
||||
'current' => '2017-05-03 11:48:02'
|
||||
},
|
||||
'HeadersDiff' => {
|
||||
'1.1' => {
|
||||
|
@ -574,7 +574,7 @@ $VAR1 = {
|
|||
'Maintainer' => 'OpenJPEG team',
|
||||
'MaintainerUrl' => 'http://www.openjpeg.org/',
|
||||
'PackageDiff' => {},
|
||||
'ScmUpdateTime' => '1493806038',
|
||||
'ScmUpdateTime' => '1493806622',
|
||||
'Soname' => {
|
||||
'1.1' => {
|
||||
'lib/libopenjpeg.so' => 'libopenjpeg.so'
|
||||
|
|
Binary file not shown.
|
@ -30,7 +30,7 @@
|
|||
<th>Headers<br/>Diff</th>
|
||||
</tr>
|
||||
<tr id='current'><td>current</td>
|
||||
<td>2017-05-03<br/>11:46</td>
|
||||
<td>2017-05-03<br/>11:48</td>
|
||||
<td>7</td>
|
||||
<td><a href='../../changelog/openjpeg/current/log.html'>changelog</a></td>
|
||||
<td class='ok'><a href='../../objects_report/openjpeg/2.1.2/current/report.html'>100%</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 Wed May 3 10:07:35 2017.<br/>
|
||||
</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Wed May 3 10:17:19 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