Update ABI/API compatibility reports after commit 66297f07a4
This commit is contained in:
parent
ca63eedce6
commit
55db02b6c7
|
@ -20,7 +20,13 @@
|
|||
<br/>
|
||||
<h1>Changelog from Git</h1><br/><br/>
|
||||
<div class='changelog'>
|
||||
<pre class='wrap'>commit e8b6b54d1f7a2c3d501b9afebe9019ad14f4053a
|
||||
<pre class='wrap'>commit 66297f07a43d2770a97c8456d20202f3d051d980
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-10-09 11:40:43 +0200
|
||||
|
||||
Unix build: fix regression of 2.3.0 where a shared-only or static-only build lacks the installation target for the library (#1019, fixes regression introduced by 3dfc6ca2bcf06fd1adb6b6b4cecc6c092f08ba0b)
|
||||
|
||||
commit e8b6b54d1f7a2c3d501b9afebe9019ad14f4053a
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-10-06 19:25:07 +0200
|
||||
|
||||
|
@ -527,16 +533,6 @@ Date: 2017-09-01 16:30:39 +0200
|
|||
|
||||
Fix compiler warning in release mode
|
||||
|
||||
commit d5153ba404fa13b9c6e7b2c20d4d128aac718fba
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-09-01 16:30:37 +0200
|
||||
|
||||
Remove limitation that prevents from opening images bigger than 4 billion pixels
|
||||
|
||||
However the intermediate buffer for decoding must still be smaller than 4
|
||||
billion pixels, so this is useful for decoding at a lower resolution level,
|
||||
or subtile decoding.
|
||||
|
||||
commit 6ce49bf5aebb3c45c464fa82d14cfd4bf7026a28
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-09-01 10:26:18 +0200
|
||||
|
@ -640,14 +636,6 @@ Date: 2017-08-21 17:19:13 +0200
|
|||
|
||||
Add comment
|
||||
|
||||
commit e9bbc6d3dde946bdb5195f053f24b91335d5d84c
|
||||
Author: Even Rouault <even.rouault@mines-paris.org>
|
||||
Date: 2017-08-21 13:02:07 +0200
|
||||
|
||||
Merge pull request #1001 from rouault/subtile_decoding_stage2
|
||||
|
||||
Subtile decoding: only apply IDWT on areas that participate to the window of interest
|
||||
|
||||
...</pre></div>
|
||||
|
||||
</body>
|
||||
|
|
|
@ -633,7 +633,7 @@ $VAR1 = {
|
|||
'2.1.2' => '2016-09-28 18:18',
|
||||
'2.2.0' => '2017-08-10 00:31',
|
||||
'2.3.0' => '2017-10-04 22:23',
|
||||
'current' => '2017-10-06 19:25:07'
|
||||
'current' => '2017-10-09 11:40:43'
|
||||
},
|
||||
'HeadersDiff' => {
|
||||
'1.1' => {
|
||||
|
@ -731,7 +731,7 @@ $VAR1 = {
|
|||
'Maintainer' => 'OpenJPEG team',
|
||||
'MaintainerUrl' => 'http://www.openjpeg.org/',
|
||||
'PackageDiff' => {},
|
||||
'ScmUpdateTime' => '1507311565',
|
||||
'ScmUpdateTime' => '1507542772',
|
||||
'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-10-06<br/>19:25</td>
|
||||
<td>2017-10-09<br/>11:40</td>
|
||||
<td>7</td>
|
||||
<td><a href='../../changelog/openjpeg/current/log.html'>changelog</a></td>
|
||||
<td class='ok'><a href='../../objects_report/openjpeg/2.3.0/current/report.html'>100%</a></td>
|
||||
|
@ -170,7 +170,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 Fri Oct 6 17:39:47 2017.<br/>
|
||||
</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Mon Oct 9 09:53:15 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