Update ABI/API compatibility reports after commit 5dd75f62e2
This commit is contained in:
parent
b6b28b0d85
commit
f7eb78c098
|
@ -20,7 +20,13 @@
|
|||
<br/>
|
||||
<h1>Changelog from Git</h1><br/><br/>
|
||||
<div class='changelog'>
|
||||
<pre class='wrap'>commit d0dd894ae24d0f2f09072adf1b966033dd64672d
|
||||
<pre class='wrap'>commit 5dd75f62e20efff9f094fd1dbd0d4d00e8b37689
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2019-04-23 16:52:21 +0200
|
||||
|
||||
j2k.c: use correct naming convention for total_data_size variable
|
||||
|
||||
commit d0dd894ae24d0f2f09072adf1b966033dd64672d
|
||||
Author: Antonin Descampe <antonin@gmail.com>
|
||||
Date: 2019-04-02 15:37:38 +0200
|
||||
|
||||
|
@ -876,12 +882,6 @@ Date: 2017-10-12 01:16:23 +0200
|
|||
|
||||
opj_j2k_set_threads(): add sanity check to error out if called after opj_read_header()
|
||||
|
||||
commit b8bf9bf78995526bbf0dc0536914661a07f9d2f5
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-10-12 01:05:04 +0200
|
||||
|
||||
Improve doc of opj_codec_set_threads()
|
||||
|
||||
...</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' => '2019-04-02 15:37:38'
|
||||
'current' => '2019-04-23 16:52:21'
|
||||
},
|
||||
'HeadersDiff' => {
|
||||
'1.1' => {
|
||||
|
@ -813,7 +813,7 @@ $VAR1 = {
|
|||
'Maintainer' => 'OpenJPEG team',
|
||||
'MaintainerUrl' => 'http://www.openjpeg.org/',
|
||||
'PackageDiff' => {},
|
||||
'ScmUpdateTime' => '1554213324',
|
||||
'ScmUpdateTime' => '1556032208',
|
||||
'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>2019-04-02<br/>15:37</td>
|
||||
<td>2019-04-23<br/>16:52</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 Tue Apr 2 13:55:46 2019.<br/>
|
||||
</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Tue Apr 23 15:10:30 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