Update ABI/API compatibility reports after commit b3c422654f
This commit is contained in:
parent
800fd28d03
commit
2a64dcee00
|
@ -20,7 +20,15 @@
|
||||||
<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 9db62b20111198429c4fa9650dda16e1ee326f3c
|
<pre class='wrap'>commit b3c422654fe847b765b7f2f1d662e43bac1a682c
|
||||||
|
Author: mayeut <mayeut@users.noreply.github.com>
|
||||||
|
Date: 2016-07-06 00:26:37 +0200
|
||||||
|
|
||||||
|
Update ABI tracker script
|
||||||
|
|
||||||
|
Disable previous version.
|
||||||
|
|
||||||
|
commit 9db62b20111198429c4fa9650dda16e1ee326f3c
|
||||||
Author: mayeut <mayeut@users.noreply.github.com>
|
Author: mayeut <mayeut@users.noreply.github.com>
|
||||||
Date: 2016-07-05 23:53:31 +0200
|
Date: 2016-07-05 23:53:31 +0200
|
||||||
|
|
||||||
|
@ -571,14 +579,6 @@ Date: 2016-01-25 17:30:43 +0100
|
||||||
|
|
||||||
Fixes #245
|
Fixes #245
|
||||||
|
|
||||||
commit 3767af52deaa8e75c322961aa51f56b397de22af
|
|
||||||
Author: Antonin Descampe <antonin@gmail.com>
|
|
||||||
Date: 2016-01-23 19:43:09 +0100
|
|
||||||
|
|
||||||
Merge pull request #648 from stweil/alloc
|
|
||||||
|
|
||||||
Fix support of posix_memalloc for Linux
|
|
||||||
|
|
||||||
...</pre></div>
|
...</pre></div>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -423,7 +423,7 @@ $VAR1 = {
|
||||||
'2.0.1' => '2014-04-22 07:53',
|
'2.0.1' => '2014-04-22 07:53',
|
||||||
'2.1' => '2014-04-29 12:58',
|
'2.1' => '2014-04-29 12:58',
|
||||||
'2.1.1' => '2016-07-05 14:54',
|
'2.1.1' => '2016-07-05 14:54',
|
||||||
'current' => '2016-07-05 23:53:31'
|
'current' => '2016-07-06 00:26:37'
|
||||||
},
|
},
|
||||||
'HeadersDiff' => {
|
'HeadersDiff' => {
|
||||||
'1.1' => {
|
'1.1' => {
|
||||||
|
@ -491,7 +491,7 @@ $VAR1 = {
|
||||||
'Maintainer' => 'OpenJPEG team',
|
'Maintainer' => 'OpenJPEG team',
|
||||||
'MaintainerUrl' => 'http://www.openjpeg.org/',
|
'MaintainerUrl' => 'http://www.openjpeg.org/',
|
||||||
'PackageDiff' => {},
|
'PackageDiff' => {},
|
||||||
'ScmUpdateTime' => '1467757119',
|
'ScmUpdateTime' => '1467757979',
|
||||||
'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>2016-07-05<br/>23:53</td>
|
<td>2016-07-06<br/>00:26</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.1.1/current/report.html'>100%</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>
|
||||||
<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 Tue Jul 5 22:19:16 2016.<br/>
|
</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Tue Jul 5 22:33:27 2016.<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