Update ABI/API compatibility reports after commit 936910cf7a
This commit is contained in:
parent
7bbd0b1a90
commit
ed5a4cb5bf
|
@ -20,7 +20,13 @@
|
|||
<br/>
|
||||
<h1>Changelog from Git</h1><br/><br/>
|
||||
<div class='changelog'>
|
||||
<pre class='wrap'>commit 370d024d108ffe2d5ce9b52f6b7fae5261c4871d
|
||||
<pre class='wrap'>commit 936910cf7a4d85e341582746126d105a8a044f30
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-11-30 14:26:17 +0100
|
||||
|
||||
Fix typo in comments
|
||||
|
||||
commit 370d024d108ffe2d5ce9b52f6b7fae5261c4871d
|
||||
Merge: d9f8f7b 157a3d8
|
||||
Author: Even Rouault <even.rouault@mines-paris.org>
|
||||
Date: 2017-11-14 12:28:44 +0100
|
||||
|
@ -535,12 +541,6 @@ Date: 2017-09-01 16:30:52 +0200
|
|||
|
||||
opj_j2k_update_image_data(): avoid zero-ing the buffer if not needed
|
||||
|
||||
commit b2cc8f7f81242f967b65e76de043e5e31663d793
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-09-01 16:30:50 +0200
|
||||
|
||||
Optimize reading/write into sparse array
|
||||
|
||||
commit 6ce49bf5aebb3c45c464fa82d14cfd4bf7026a28
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-09-01 10:26:18 +0200
|
||||
|
@ -606,12 +606,6 @@ Date: 2017-08-24 14:09:34 +0200
|
|||
|
||||
Remove broken.jpc test from known failures, by avoiding too long processing time
|
||||
|
||||
commit 5146abc02ebd871aa1e737373cdc7654e8e4b07f
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-08-24 14:09:31 +0200
|
||||
|
||||
imagetopgx(): improve performance in 8 bit case (relates to broken.jpc test case)
|
||||
|
||||
...</pre></div>
|
||||
|
||||
</body>
|
||||
|
|
|
@ -633,7 +633,7 @@ $VAR1 = {
|
|||
'2.1.2' => '2016-09-28 18:18',
|
||||
'2.2.0' => '2017-08-10 00:31',
|
||||
'2.3.0' => '2017-10-04 22:23',
|
||||
'current' => '2017-11-14 12:28:44'
|
||||
'current' => '2017-11-30 14:26:17'
|
||||
},
|
||||
'HeadersDiff' => {
|
||||
'1.1' => {
|
||||
|
@ -731,7 +731,7 @@ $VAR1 = {
|
|||
'Maintainer' => 'OpenJPEG team',
|
||||
'MaintainerUrl' => 'http://www.openjpeg.org/',
|
||||
'PackageDiff' => {},
|
||||
'ScmUpdateTime' => '1510659758',
|
||||
'ScmUpdateTime' => '1512049291',
|
||||
'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-11-14<br/>12:28</td>
|
||||
<td>2017-11-30<br/>14:26</td>
|
||||
<td>7</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>
|
||||
|
@ -170,7 +170,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 Nov 14 11:43:02 2017.<br/>
|
||||
</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Thu Nov 30 13:41:54 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