Update ABI/API compatibility reports after commit 132c4a248b
This commit is contained in:
parent
ea43415174
commit
5e8972220a
|
@ -20,7 +20,13 @@
|
|||
<br/>
|
||||
<h1>Changelog from Git</h1><br/><br/>
|
||||
<div class='changelog'>
|
||||
<pre class='wrap'>commit ed294598eacda0664ec8ebfa843ae242036f21f8
|
||||
<pre class='wrap'>commit 132c4a248b53510466381e348e45f52e1f5f4afd
|
||||
Author: mayeut <mayeut@users.noreply.github.com>
|
||||
Date: 2016-07-05 22:12:11 +0200
|
||||
|
||||
Add version 2.1.1 to ABI tracker
|
||||
|
||||
commit ed294598eacda0664ec8ebfa843ae242036f21f8
|
||||
Author: Antonin Descampe <antonin@gmail.com>
|
||||
Date: 2016-07-05 18:10:35 +0200
|
||||
|
||||
|
@ -569,7 +575,6 @@ Date: 2016-01-11 00:35:47 +0100
|
|||
Update known failures
|
||||
|
||||
commit a42d03df79458179bfbf28a8c90d303e22ed9843
|
||||
Merge: cb33ff4 e975ca2
|
||||
Author: Matthieu Darbois <mayeut@users.noreply.github.com>
|
||||
Date: 2016-01-11 00:23:44 +0100
|
||||
|
||||
|
@ -577,14 +582,6 @@ Date: 2016-01-11 00:23:44 +0100
|
|||
|
||||
Add COC/QCC in main header when needed
|
||||
|
||||
commit cb33ff43bb289c8beb94a3cdeac1e53432f30abe
|
||||
Author: Mathieu Malaterre <mathieu.malaterre@gmail.com>
|
||||
Date: 2016-01-09 14:53:29 +0100
|
||||
|
||||
Merge pull request #690 from rouault/failed_malloc_opj_dwt_encode_procedure
|
||||
|
||||
[git/2.1 regression] Fix opj_write_tile() failure when numresolutions=1
|
||||
|
||||
commit c00ee8bff7cd6473021cb6f40199d25898d09250
|
||||
Author: Stefan Weil <sw@weilnetz.de>
|
||||
Date: 2015-11-01 20:37:19 +0100
|
||||
|
@ -597,7 +594,6 @@ Date: 2015-11-01 20:37:19 +0100
|
|||
Signed-off-by: Stefan Weil <sw@weilnetz.de>
|
||||
|
||||
commit a205f703283d42e1989da3670cb1c4bb5d8ae193
|
||||
Merge: 3a0253f 9c5b300
|
||||
Author: Matthieu Darbois <mayeut@users.noreply.github.com>
|
||||
Date: 2016-01-06 18:04:51 +0100
|
||||
|
||||
|
@ -606,28 +602,6 @@ Date: 2016-01-06 18:04:51 +0100
|
|||
[libtiff] Add missing include statement for ssize_t
|
||||
Close #681
|
||||
|
||||
commit 9c5b30005eac31ab86c92103d4b3ecd272936493
|
||||
Author: mayeut <mayeut@users.noreply.github.com>
|
||||
Date: 2016-01-06 17:37:37 +0100
|
||||
|
||||
Add missing include statement for ssize_t
|
||||
|
||||
Update uclouvain/openjpeg#681
|
||||
|
||||
commit 3a0253f4e2e7210f4bbef8b9b8fc0a62e13daa55
|
||||
Author: Matthieu Darbois <mayeut@users.noreply.github.com>
|
||||
Date: 2016-01-06 17:01:48 +0100
|
||||
|
||||
Merge pull request #684 from stweil/typo
|
||||
|
||||
Fix duplicate article in comments
|
||||
|
||||
commit e975ca2832ecb012c1bd768c5d971eeb6032cbc4
|
||||
Author: mayeut <mayeut@users.noreply.github.com>
|
||||
Date: 2015-10-21 20:45:50 +0200
|
||||
|
||||
Merge branch 'master' into coc-qcc
|
||||
|
||||
...</pre></div>
|
||||
|
||||
</body>
|
||||
|
|
|
@ -236,7 +236,8 @@ $VAR1 = {
|
|||
'TotalObjects' => 1,
|
||||
'TotalProblems' => 0
|
||||
}
|
||||
}
|
||||
},
|
||||
'2.1.1' => {}
|
||||
},
|
||||
'ABIReport_D' => {
|
||||
'1.1' => {
|
||||
|
@ -383,7 +384,7 @@ $VAR1 = {
|
|||
'2.0' => '2014-03-28 08:13',
|
||||
'2.0.1' => '2014-04-22 07:53',
|
||||
'2.1' => '2014-04-29 12:58',
|
||||
'current' => '2016-07-05 18:10:35'
|
||||
'current' => '2016-07-05 22:12:11'
|
||||
},
|
||||
'HeadersDiff' => {
|
||||
'1.1' => {
|
||||
|
@ -440,12 +441,13 @@ $VAR1 = {
|
|||
'Path' => 'headers_diff/openjpeg/2.1/current/diff.html',
|
||||
'Total' => 2
|
||||
}
|
||||
}
|
||||
},
|
||||
'2.1.1' => {}
|
||||
},
|
||||
'Maintainer' => 'OpenJPEG team',
|
||||
'MaintainerUrl' => 'http://www.openjpeg.org/',
|
||||
'PackageDiff' => {},
|
||||
'ScmUpdateTime' => '1467735691',
|
||||
'ScmUpdateTime' => '1467750251',
|
||||
'Soname' => {
|
||||
'1.1' => {
|
||||
'lib/libopenjpeg.so' => 'libopenjpeg.so'
|
||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -21,6 +21,18 @@
|
|||
"PublicSymbols": "public_symbols/openjpeg/current/list",
|
||||
"PublicTypes": "public_types/openjpeg/current/list"
|
||||
},
|
||||
{
|
||||
"Number": "2.1.1",
|
||||
"Installed": "installed/openjpeg/2.1.1",
|
||||
"Source": "src/openjpeg/2.1.1/version.2.1.1.tar.gz",
|
||||
"Changelog": "NEWS",
|
||||
"HeadersDiff": "On",
|
||||
"PkgDiff": "Off",
|
||||
"ABIView": "Off",
|
||||
"ABIDiff": "Off",
|
||||
"PublicSymbols": "public_symbols/openjpeg/2.1.1/list",
|
||||
"PublicTypes": "public_types/openjpeg/2.1.1/list"
|
||||
},
|
||||
{
|
||||
"Number": "2.1",
|
||||
"Installed": "installed/openjpeg/2.1",
|
||||
|
|
|
@ -30,13 +30,22 @@
|
|||
<th>Headers<br/>Diff</th>
|
||||
</tr>
|
||||
<tr id='current'><td>current</td>
|
||||
<td>2016-07-05<br/>18:10</td>
|
||||
<td>2016-07-05<br/>22:12</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/current/report.html'>100%</a></td>
|
||||
<td class='ok'>0</td>
|
||||
<td class='ok'>0</td>
|
||||
<td><a href='../../headers_diff/openjpeg/2.1/current/diff.html'>2</a></td>
|
||||
<td>N/A</td>
|
||||
<td>N/A</td>
|
||||
<td>N/A</td>
|
||||
<td>N/A</td>
|
||||
</tr>
|
||||
<tr id='v2.1.1'><td>2.1.1</td>
|
||||
<td>N/A</td>
|
||||
<td>N/A</td>
|
||||
<td>N/A</td>
|
||||
<td>N/A</td>
|
||||
<td>N/A</td>
|
||||
<td>N/A</td>
|
||||
<td>N/A</td>
|
||||
</tr>
|
||||
<tr id='v2.1'><td>2.1</td>
|
||||
<td>2014-04-29</td>
|
||||
|
@ -134,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 16:21:55 2016.<br/>
|
||||
</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Tue Jul 5 20:24:37 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