Update ABI/API compatibility reports after commit 221a801a97
This commit is contained in:
parent
8380b80bfd
commit
d0c7b31239
|
@ -20,7 +20,13 @@
|
|||
<br/>
|
||||
<h1>Changelog from Git</h1><br/><br/>
|
||||
<div class='changelog'>
|
||||
<pre class='wrap'>commit 9c1cfb034a8cf24eb5e35fe9c7074fd079d14b80
|
||||
<pre class='wrap'>commit 221a801a97a3ea968a311f7905c18a1eb7f034c4
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2020-04-16 20:33:22 +0200
|
||||
|
||||
Rename mis-named function opj_tcd_get_encoded_tile_size() to opj_tcd_get_encoder_input_buffer_size()
|
||||
|
||||
commit 9c1cfb034a8cf24eb5e35fe9c7074fd079d14b80
|
||||
Merge: 563ecfb 1c54024
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2020-04-01 22:00:19 +0200
|
||||
|
@ -889,15 +895,6 @@ Date: 2018-03-12 14:24:20 +0100
|
|||
|
||||
opj_compress: fix help message regarding default precinct size
|
||||
|
||||
commit a59512e0990c5923de77a542a1386edee32acd47
|
||||
Merge: 3910be8 8ad94f6
|
||||
Author: Even Rouault <even.rouault@mines-paris.org>
|
||||
Date: 2018-03-04 23:54:09 +0100
|
||||
|
||||
Merge pull request #1104 from rouault/macos_fix
|
||||
|
||||
Fix Mac builds
|
||||
|
||||
...</pre></div>
|
||||
|
||||
</body>
|
||||
|
|
|
@ -705,7 +705,7 @@ $VAR1 = {
|
|||
'2.2.0' => '2017-08-10 00:31',
|
||||
'2.3.0' => '2017-10-04 22:23',
|
||||
'2.3.1' => '2019-04-02 10:08',
|
||||
'current' => '2020-04-01 22:00:19'
|
||||
'current' => '2020-04-16 20:33:22'
|
||||
},
|
||||
'HeadersDiff' => {
|
||||
'1.1' => {
|
||||
|
@ -813,7 +813,7 @@ $VAR1 = {
|
|||
'Maintainer' => 'OpenJPEG team',
|
||||
'MaintainerUrl' => 'http://www.openjpeg.org/',
|
||||
'PackageDiff' => {},
|
||||
'ScmUpdateTime' => '1585771803',
|
||||
'ScmUpdateTime' => '1587062590',
|
||||
'Soname' => {
|
||||
'1.1' => {
|
||||
'lib/libopenjpeg.so' => 'libopenjpeg.so'
|
||||
|
|
Binary file not shown.
Binary file not shown.
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>2020-04-01<br/>22:00</td>
|
||||
<td>2020-04-16<br/>20:33</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.1/current/report.html'>100%</a></td>
|
||||
|
@ -179,7 +179,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 Apr 1 20:10:39 2020.<br/>
|
||||
</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Thu Apr 16 18:43:46 2020.<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