Update ABI/API compatibility reports after commit 3910be8a68
This commit is contained in:
parent
3b0093f246
commit
a13b08253b
|
@ -20,7 +20,34 @@
|
||||||
<br/>
|
<br/>
|
||||||
<h1>Changelog from Git</h1><br/><br/>
|
<h1>Changelog from Git</h1><br/><br/>
|
||||||
<div class='changelog'>
|
<div class='changelog'>
|
||||||
<pre class='wrap'>commit b02e0d9c4e746faf7448cb06f0487402dff66083
|
<pre class='wrap'>commit 3910be8a68d21df5f23e764c593058ba35557051
|
||||||
|
Merge: e98d0a2 cfc5395
|
||||||
|
Author: Even Rouault <even.rouault@mines-paris.org>
|
||||||
|
Date: 2018-03-04 23:19:59 +0100
|
||||||
|
|
||||||
|
Merge pull request #1062 from radarhere/master
|
||||||
|
|
||||||
|
Fixed typos
|
||||||
|
|
||||||
|
commit e98d0a20f049c59ba31a19de2fccfaabdcbce502
|
||||||
|
Merge: 31a347a d4d7827
|
||||||
|
Author: Even Rouault <even.rouault@mines-paris.org>
|
||||||
|
Date: 2018-03-04 23:16:04 +0100
|
||||||
|
|
||||||
|
Merge pull request #1094 from kbabioch/fix/missing-format-string-parameter
|
||||||
|
|
||||||
|
mj2: Add missing variable to format string in fprintf() invocation in meta_out.c
|
||||||
|
|
||||||
|
commit 31a347a9a04209933c63b180c9ff04bdf8a427e5
|
||||||
|
Merge: b02e0d9 db6841a
|
||||||
|
Author: Even Rouault <even.rouault@mines-paris.org>
|
||||||
|
Date: 2018-03-04 23:13:45 +0100
|
||||||
|
|
||||||
|
Merge pull request #1096 from kbabioch/fix/opj_mj2_extract-help
|
||||||
|
|
||||||
|
opj_mj2_extract: Rename output_location to output_prefix
|
||||||
|
|
||||||
|
commit b02e0d9c4e746faf7448cb06f0487402dff66083
|
||||||
Merge: 564fbfb e351c22
|
Merge: 564fbfb e351c22
|
||||||
Author: Even Rouault <even.rouault@mines-paris.org>
|
Author: Even Rouault <even.rouault@mines-paris.org>
|
||||||
Date: 2018-03-04 23:10:48 +0100
|
Date: 2018-03-04 23:10:48 +0100
|
||||||
|
@ -40,6 +67,25 @@ Date: 2018-03-03 10:10:32 +0100
|
||||||
|
|
||||||
This fixes #1085.
|
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.
|
||||||
|
|
||||||
commit 564fbfb67830e2eb234bc16b3db8fecf54261f95
|
commit 564fbfb67830e2eb234bc16b3db8fecf54261f95
|
||||||
Merge: bce2bd7 b49fa93
|
Merge: bce2bd7 b49fa93
|
||||||
Author: Even Rouault <even.rouault@mines-paris.org>
|
Author: Even Rouault <even.rouault@mines-paris.org>
|
||||||
|
@ -100,6 +146,12 @@ Date: 2018-02-11 13:31:04 +0100
|
||||||
|
|
||||||
Avoid out-of-bounds write overflow due to uint32 overflow computation on images with huge dimensions. Credit to Google Autofuzz project for providing test case
|
Avoid out-of-bounds write overflow due to uint32 overflow computation on images with huge dimensions. Credit to Google Autofuzz project for providing test case
|
||||||
|
|
||||||
|
commit cfc539512a1b138c2feedda9fd2f57d36cdaa0db
|
||||||
|
Author: Andrew Murray <radarhere@users.noreply.github.com>
|
||||||
|
Date: 2018-02-09 21:02:25 +1100
|
||||||
|
|
||||||
|
Fixed typos
|
||||||
|
|
||||||
commit d96d2b9a2524f41a8e024462f94417c09747ba99
|
commit d96d2b9a2524f41a8e024462f94417c09747ba99
|
||||||
Merge: 07d526e 6941bc6
|
Merge: 07d526e 6941bc6
|
||||||
Author: Even Rouault <even.rouault@mines-paris.org>
|
Author: Even Rouault <even.rouault@mines-paris.org>
|
||||||
|
|
|
@ -633,7 +633,7 @@ $VAR1 = {
|
||||||
'2.1.2' => '2016-09-28 18:18',
|
'2.1.2' => '2016-09-28 18:18',
|
||||||
'2.2.0' => '2017-08-10 00:31',
|
'2.2.0' => '2017-08-10 00:31',
|
||||||
'2.3.0' => '2017-10-04 22:23',
|
'2.3.0' => '2017-10-04 22:23',
|
||||||
'current' => '2018-03-04 23:10:48'
|
'current' => '2018-03-04 23:19:59'
|
||||||
},
|
},
|
||||||
'HeadersDiff' => {
|
'HeadersDiff' => {
|
||||||
'1.1' => {
|
'1.1' => {
|
||||||
|
@ -731,7 +731,7 @@ $VAR1 = {
|
||||||
'Maintainer' => 'OpenJPEG team',
|
'Maintainer' => 'OpenJPEG team',
|
||||||
'MaintainerUrl' => 'http://www.openjpeg.org/',
|
'MaintainerUrl' => 'http://www.openjpeg.org/',
|
||||||
'PackageDiff' => {},
|
'PackageDiff' => {},
|
||||||
'ScmUpdateTime' => '1520202213',
|
'ScmUpdateTime' => '1520202922',
|
||||||
'Soname' => {
|
'Soname' => {
|
||||||
'1.1' => {
|
'1.1' => {
|
||||||
'lib/libopenjpeg.so' => 'libopenjpeg.so'
|
'lib/libopenjpeg.so' => 'libopenjpeg.so'
|
||||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -30,7 +30,7 @@
|
||||||
<th>Headers<br/>Diff</th>
|
<th>Headers<br/>Diff</th>
|
||||||
</tr>
|
</tr>
|
||||||
<tr id='current'><td>current</td>
|
<tr id='current'><td>current</td>
|
||||||
<td>2018-03-04<br/>23:10</td>
|
<td>2018-03-04<br/>23:19</td>
|
||||||
<td>7</td>
|
<td>7</td>
|
||||||
<td><a href='../../changelog/openjpeg/current/log.html'>changelog</a></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>
|
<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>
|
||||||
<td>N/A</td>
|
<td>N/A</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Sun Mar 4 22:24:00 2018.<br/>
|
</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Sun Mar 4 22:35:45 2018.<br/>
|
||||||
<br/>
|
<br/>
|
||||||
<hr/>
|
<hr/>
|
||||||
<div align='right'><a class='home' title="Andrey Ponomarenko's ABI laboratory" href='http://abi-laboratory.pro/'>abi-laboratory.pro</a></div>
|
<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