Update ABI/API compatibility reports after commit e03e947466
This commit is contained in:
parent
1c63470fc5
commit
abb6e72a04
|
@ -20,7 +20,15 @@
|
|||
<br/>
|
||||
<h1>Changelog from Git</h1><br/><br/>
|
||||
<div class='changelog'>
|
||||
<pre class='wrap'>commit 820fcfe8bb101a2862c076b02c9b6b636ce39d2f
|
||||
<pre class='wrap'>commit e03e9474667e5117341351699f0b1dbb06f93346
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-07-27 22:29:17 +0200
|
||||
|
||||
Avoid undefined shift behaviour if bit depth == 32 (#895)
|
||||
|
||||
Fixes openjeg-crashes-2017-07-27/id:000000,sig:11,src:003798,op:ext_AO,pos:128.jp2
|
||||
|
||||
commit 820fcfe8bb101a2862c076b02c9b6b636ce39d2f
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-07-27 19:34:54 +0200
|
||||
|
||||
|
@ -765,21 +773,6 @@ 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.
|
||||
|
||||
...</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-07-27 19:34:54'
|
||||
'current' => '2017-07-27 22:29:17'
|
||||
},
|
||||
'HeadersDiff' => {
|
||||
'1.1' => {
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
<th>Headers<br/>Diff</th>
|
||||
</tr>
|
||||
<tr id='current'><td>current</td>
|
||||
<td>2017-07-27<br/>19:34</td>
|
||||
<td>2017-07-27<br/>22:29</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 Thu Jul 27 18:00:14 2017.<br/>
|
||||
</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Thu Jul 27 20:42:57 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