Update ABI/API compatibility reports after commit 28881453f6
This commit is contained in:
parent
013d4ea731
commit
9febc013c3
|
@ -20,7 +20,29 @@
|
|||
<br/>
|
||||
<h1>Changelog from Git</h1><br/><br/>
|
||||
<div class='changelog'>
|
||||
<pre class='wrap'>commit 647f9b118d12819c63635eea65909b0e49e0f201
|
||||
<pre class='wrap'>commit 28881453f6b1ae68a357557999498a11a2bc8b7e
|
||||
Merge: 647f9b1 b5cb419
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2020-02-10 11:20:20 +0100
|
||||
|
||||
Merge pull request #1234 from rouault/md5_libtiff_4_1
|
||||
|
||||
tests: add alternate checksums for libtiff 4.1
|
||||
|
||||
commit b5cb419faff300fdbc0b4e98dab5c9010db6f39d
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2020-02-07 21:53:10 +0100
|
||||
|
||||
tests: add alternate checksums for libtiff 4.1
|
||||
|
||||
Fixes #1233
|
||||
|
||||
libtiff 4.1 slightly modifies the way it generates files. So
|
||||
add the new expected md5sum.
|
||||
|
||||
Not super elegant solution admitedly.
|
||||
|
||||
commit 647f9b118d12819c63635eea65909b0e49e0f201
|
||||
Merge: b63a433 05f9b91
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2020-01-30 13:07:31 +0100
|
||||
|
@ -879,25 +901,6 @@ Date: 2018-03-03 10:10:32 +0100
|
|||
|
||||
This fixes #1085.
|
||||
|
||||
commit db6841a099645f5063dc8c2f804b0724a9ea557b
|
||||
Author: Karol Babioch <kbabioch@suse.de>
|
||||
Date: 2018-03-02 15:19:19 +0100
|
||||
|
||||
opj_mj2_extract: Rename output_location to output_prefix
|
||||
|
||||
This renames the argument in the help output, as the latter better describes
|
||||
the the purpose of this argument.
|
||||
|
||||
commit d4d78272ebe3b65a22e5c98841d451f2078625fa
|
||||
Author: Karol Babioch <kbabioch@suse.de>
|
||||
Date: 2018-03-02 14:03:03 +0100
|
||||
|
||||
mj2: Add missing variable to format string in fprintf() invocation in meta_out.c
|
||||
|
||||
This adds the appropriate variables to the invocation of fprintf(). They were
|
||||
specified in the format string, but were missing in the actual call. This
|
||||
fixes #1074 and #1075.
|
||||
|
||||
...</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-01-30 13:07:31'
|
||||
'current' => '2020-02-10 11:20:20'
|
||||
},
|
||||
'HeadersDiff' => {
|
||||
'1.1' => {
|
||||
|
@ -813,7 +813,7 @@ $VAR1 = {
|
|||
'Maintainer' => 'OpenJPEG team',
|
||||
'MaintainerUrl' => 'http://www.openjpeg.org/',
|
||||
'PackageDiff' => {},
|
||||
'ScmUpdateTime' => '1580386651',
|
||||
'ScmUpdateTime' => '1581330585',
|
||||
'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-01-30<br/>13:07</td>
|
||||
<td>2020-02-10<br/>11:20</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 Thu Jan 30 12:18:10 2020.<br/>
|
||||
</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Mon Feb 10 10:30:22 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