Update ABI/API compatibility reports after commit 18da6155b2
This commit is contained in:
parent
2a64dcee00
commit
008c548dbd
|
@ -20,7 +20,19 @@
|
|||
<br/>
|
||||
<h1>Changelog from Git</h1><br/><br/>
|
||||
<div class='changelog'>
|
||||
<pre class='wrap'>commit b3c422654fe847b765b7f2f1d662e43bac1a682c
|
||||
<pre class='wrap'>commit 18da6155b2b69472d36ef8b13fd82878966b451c
|
||||
Author: Stefan Weil <sw@weilnetz.de>
|
||||
Date: 2016-07-12 00:45:51 +0200
|
||||
|
||||
Fix dependency for pkg-config (issue #594) (#795)
|
||||
|
||||
openjpeg provides libopenjp2.pc, so the require statements must refer to
|
||||
libopenjp2 instead of openjp2.
|
||||
Fixes #594
|
||||
|
||||
Signed-off-by: Stefan Weil <sw@weilnetz.de>
|
||||
|
||||
commit b3c422654fe847b765b7f2f1d662e43bac1a682c
|
||||
Author: mayeut <mayeut@users.noreply.github.com>
|
||||
Date: 2016-07-06 00:26:37 +0200
|
||||
|
||||
|
@ -537,7 +549,6 @@ Date: 2016-04-12 10:48:02 +0200
|
|||
Remove dead code in opj_dump
|
||||
|
||||
commit 40b5a53d2f364fe59b8ed86f4821c867d345a95e
|
||||
Merge: 5c5ae1d e7797b9
|
||||
Author: Antonin Descampe <antonin@gmail.com>
|
||||
Date: 2016-04-12 10:47:28 +0200
|
||||
|
||||
|
@ -545,14 +556,6 @@ Date: 2016-04-12 10:47:28 +0200
|
|||
|
||||
Fix uninitialized variable reported by cppcheck
|
||||
|
||||
commit e7797b97a1922e0d38d705916117c29af96471a0
|
||||
Author: Julien Malik <julien.malik@paraiso.me>
|
||||
Date: 2016-04-09 19:02:05 +0200
|
||||
|
||||
Fix uninitialized variable reported by cppcheck
|
||||
|
||||
Also reorder initialization to follow declaration order
|
||||
|
||||
commit 5e5f6999a8e218f52584841ea6fdffde34743722
|
||||
Author: Julien Malik <julien.malik@paraiso.me>
|
||||
Date: 2016-04-09 18:34:11 +0200
|
||||
|
@ -571,14 +574,6 @@ Date: 2016-01-28 19:34:00 -0500
|
|||
|
||||
issue #695 MQ Encode: ensure that bp pointer never points to uninitialized memory
|
||||
|
||||
commit 5c5ae1d51a3b5a1c4e68ae0323f7a14d7628f465
|
||||
Author: Antonin Descampe <antonin@gmail.com>
|
||||
Date: 2016-01-25 17:30:43 +0100
|
||||
|
||||
fixed tile numbering
|
||||
|
||||
Fixes #245
|
||||
|
||||
...</pre></div>
|
||||
|
||||
</body>
|
||||
|
|
|
@ -423,7 +423,7 @@ $VAR1 = {
|
|||
'2.0.1' => '2014-04-22 07:53',
|
||||
'2.1' => '2014-04-29 12:58',
|
||||
'2.1.1' => '2016-07-05 14:54',
|
||||
'current' => '2016-07-06 00:26:37'
|
||||
'current' => '2016-07-12 00:45:51'
|
||||
},
|
||||
'HeadersDiff' => {
|
||||
'1.1' => {
|
||||
|
@ -491,7 +491,7 @@ $VAR1 = {
|
|||
'Maintainer' => 'OpenJPEG team',
|
||||
'MaintainerUrl' => 'http://www.openjpeg.org/',
|
||||
'PackageDiff' => {},
|
||||
'ScmUpdateTime' => '1467757979',
|
||||
'ScmUpdateTime' => '1468277524',
|
||||
'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>2016-07-06<br/>00:26</td>
|
||||
<td>2016-07-12<br/>00:45</td>
|
||||
<td>7</td>
|
||||
<td><a href='../../changelog/openjpeg/current/log.html'>changelog</a></td>
|
||||
<td class='ok'><a href='../../objects_report/openjpeg/2.1.1/current/report.html'>100%</a></td>
|
||||
|
@ -143,7 +143,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 Jul 5 22:33:27 2016.<br/>
|
||||
</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Mon Jul 11 22:52:31 2016.<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