Update ABI/API compatibility reports after commit 25b815dc46
This commit is contained in:
parent
da7604d32d
commit
bd4b1f981a
|
@ -20,7 +20,27 @@
|
|||
<br/>
|
||||
<h1>Changelog from Git</h1><br/><br/>
|
||||
<div class='changelog'>
|
||||
<pre class='wrap'>commit 51f097e6d5754ddae93e716276fe8176b44ec548
|
||||
<pre class='wrap'>commit 25b815dc460dbf9def7e6b822c8998727094f85a
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2019-03-29 10:44:35 +0100
|
||||
|
||||
Revert "[JPWL] tgatoimage(): avoid excessive memory allocation attempt,"
|
||||
|
||||
This reverts commit 05be3084460e46282ee63f04c72c451f3271fd28.
|
||||
|
||||
This commit doesn't compile due to missing OPJ_UINT64 type
|
||||
|
||||
commit e1740e7ce79d0a1676db4da0f4189b64e85f52cb
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2019-03-29 10:40:58 +0100
|
||||
|
||||
Revert "[MJ2] Avoid index out of bounds access to pi->include[]"
|
||||
|
||||
This reverts commit c277159986c80142180fbe5efb256bbf3bdf3edc.
|
||||
|
||||
The commit didn't compile. include_size is not defined in openmj2
|
||||
|
||||
commit 51f097e6d5754ddae93e716276fe8176b44ec548
|
||||
Merge: e7640f5 8ee3352
|
||||
Author: Even Rouault <even.rouault@mines-paris.org>
|
||||
Date: 2018-12-21 16:41:00 +0100
|
||||
|
@ -855,18 +875,6 @@ Date: 2017-09-26 18:30:20 -0300
|
|||
|
||||
Add capability to decode only a subset of all components of an image.
|
||||
|
||||
commit 3f0de88c7bf4e56826987aa7d3edb5acdd4399f2
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-09-22 21:43:09 +0200
|
||||
|
||||
Remove opjstyle binary that went inadvertently committed in d4e54e9f35d532062533f1d369c159810b01d224 (#1026)
|
||||
|
||||
commit 3dfb01228b4f06a538c2a19352e34fd172e20fe3
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-09-22 12:03:29 +0200
|
||||
|
||||
INSTALL.md: add instructions to build with Visual Studio (#1023, from Winfried instructions)
|
||||
|
||||
...</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' => '2018-12-21 16:41:00'
|
||||
'current' => '2019-03-29 10:44:35'
|
||||
},
|
||||
'HeadersDiff' => {
|
||||
'1.1' => {
|
||||
|
@ -731,7 +731,7 @@ $VAR1 = {
|
|||
'Maintainer' => 'OpenJPEG team',
|
||||
'MaintainerUrl' => 'http://www.openjpeg.org/',
|
||||
'PackageDiff' => {},
|
||||
'ScmUpdateTime' => '1545407690',
|
||||
'ScmUpdateTime' => '1553853499',
|
||||
'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>2018-12-21<br/>16:41</td>
|
||||
<td>2019-03-29<br/>10:44</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 Dec 21 15:55:13 2018.<br/>
|
||||
</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Fri Mar 29 09:58:42 2019.<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