Update ABI/API compatibility reports after commit e656822f92
This commit is contained in:
parent
bda2adb079
commit
41a5494ad1
|
@ -20,7 +20,20 @@
|
|||
<br/>
|
||||
<h1>Changelog from Git</h1><br/><br/>
|
||||
<div class='changelog'>
|
||||
<pre class='wrap'>commit 968e36bbd989fdf789c6a02c80c747346bb851c5
|
||||
<pre class='wrap'>commit e656822f927c869f31f2685c67644eacb75fc5d2
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-09-05 23:32:03 +0200
|
||||
|
||||
Add knownfailures-Ubuntu12.04-gcc4.6.3-x86_64-Release-3rdP.txt
|
||||
|
||||
For some reason, the OPJ_CI_ARCH=x86_64 OPJ_CI_BUILD_CONFIGURATION=Release OPJ_NUM_THREADS=2
|
||||
configuration fails once PR1010 has been merged in master
|
||||
( https://travis-ci.org/uclouvain/openjpeg/jobs/272219011 ) whereas (almost) the same
|
||||
code in my branch didn't fail per https://travis-ci.org/rouault/openjpeg/jobs/271738113
|
||||
|
||||
The errors we get are the same as with the other x86_64 compilers, so nothing alarming here.
|
||||
|
||||
commit 968e36bbd989fdf789c6a02c80c747346bb851c5
|
||||
Merge: 3a382d3 579b893
|
||||
Author: Even Rouault <even.rouault@mines-paris.org>
|
||||
Date: 2017-09-05 22:18:58 +0200
|
||||
|
@ -615,12 +628,6 @@ Date: 2017-08-10 14:43:16 +0200
|
|||
|
||||
Fix crash on encoding if using opj_set_default_encoder_parameters() without defining tcp_numlayers
|
||||
|
||||
commit a4c938181deb2cb48e408ac6e358062927060125
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-08-10 12:30:31 +0200
|
||||
|
||||
Reformat tests/test_tile_encoder.c
|
||||
|
||||
...</pre></div>
|
||||
|
||||
</body>
|
||||
|
|
|
@ -560,7 +560,7 @@ $VAR1 = {
|
|||
'2.1.1' => '2016-07-05 14:54',
|
||||
'2.1.2' => '2016-09-28 18:18',
|
||||
'2.2.0' => '2017-08-10 00:31',
|
||||
'current' => '2017-09-05 22:18:58'
|
||||
'current' => '2017-09-05 23:32:03'
|
||||
},
|
||||
'HeadersDiff' => {
|
||||
'1.1' => {
|
||||
|
@ -648,7 +648,7 @@ $VAR1 = {
|
|||
'Maintainer' => 'OpenJPEG team',
|
||||
'MaintainerUrl' => 'http://www.openjpeg.org/',
|
||||
'PackageDiff' => {},
|
||||
'ScmUpdateTime' => '1504643646',
|
||||
'ScmUpdateTime' => '1504648730',
|
||||
'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>2017-09-05<br/>22:18</td>
|
||||
<td>2017-09-05<br/>23:32</td>
|
||||
<td>7</td>
|
||||
<td><a href='../../changelog/openjpeg/current/log.html'>changelog</a></td>
|
||||
<td class='ok'><a href='../../objects_report/openjpeg/2.2.0/current/report.html'>100%</a></td>
|
||||
|
@ -161,7 +161,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 Sep 5 20:34:29 2017.<br/>
|
||||
</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Tue Sep 5 21:59:15 2017.<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