Update ABI/API compatibility reports after commit ecbfcbc276
This commit is contained in:
parent
4761acd4ac
commit
a29ab05994
|
@ -20,7 +20,16 @@
|
|||
<br/>
|
||||
<h1>Changelog from Git</h1><br/><br/>
|
||||
<div class='changelog'>
|
||||
<pre class='wrap'>commit e673c8bd4da9f0414da472ac5f3d8e03e5102982
|
||||
<pre class='wrap'>commit ecbfcbc2764ff1b09e693d57e3ef5764518f1e1c
|
||||
Merge: e673c8b 96d757c
|
||||
Author: Even Rouault <even.rouault@mines-paris.org>
|
||||
Date: 2017-07-01 13:51:52 +0200
|
||||
|
||||
Merge pull request #964 from rouault/remove_useless_knownfailures
|
||||
|
||||
Remove useless knownfailures (since LAZY encoding is fixed)
|
||||
|
||||
commit e673c8bd4da9f0414da472ac5f3d8e03e5102982
|
||||
Merge: 8fa405e b992376
|
||||
Author: Even Rouault <even.rouault@mines-paris.org>
|
||||
Date: 2017-07-01 12:54:39 +0200
|
||||
|
@ -43,6 +52,12 @@ Date: 2017-07-01 02:53:55 +0200
|
|||
|
||||
Try running the tests if the CPU supports AVX2.
|
||||
|
||||
commit 96d757cb8e6c3fb0e133817e5057ee5eae6a594d
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-07-01 04:24:46 +0200
|
||||
|
||||
Remove useless knownfailures (since LAZY encoding is fixed)
|
||||
|
||||
commit 69a001819c9ac36bb3210e475d099cc2abbbf89f
|
||||
Author: Even Rouault <even.rouault@spatialys.com>
|
||||
Date: 2017-07-01 01:46:55 +0200
|
||||
|
@ -796,20 +811,6 @@ Date: 2016-09-13 16:39:26 +0200
|
|||
|
||||
T1 & DWT multithreading decoding optimizations
|
||||
|
||||
commit f1f7c533089130266a6c1a502b30a846bb506b56
|
||||
Author: Antonin Descampe <antonin@gmail.com>
|
||||
Date: 2016-09-13 16:21:38 +0200
|
||||
|
||||
remove ops 1.4 and 1.2 from abi-check to avoid symlinks in gh-pages
|
||||
|
||||
commit 893143c8e13e491d0e884eb757580ec9575bbc8f
|
||||
Author: trylab <trylab@users.noreply.github.com>
|
||||
Date: 2016-09-13 17:43:30 +0800
|
||||
|
||||
Fix issue 833.
|
||||
|
||||
Add some overflow check operations.
|
||||
|
||||
...</pre></div>
|
||||
|
||||
</body>
|
||||
|
|
|
@ -473,7 +473,7 @@ $VAR1 = {
|
|||
'2.1' => '2014-04-29 12:58',
|
||||
'2.1.1' => '2016-07-05 14:54',
|
||||
'2.1.2' => '2016-09-28 18:18',
|
||||
'current' => '2017-07-01 12:54:39'
|
||||
'current' => '2017-07-01 13:51:52'
|
||||
},
|
||||
'HeadersDiff' => {
|
||||
'1.1' => {
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
<th>Headers<br/>Diff</th>
|
||||
</tr>
|
||||
<tr id='current'><td>current</td>
|
||||
<td>2017-07-01<br/>12:54</td>
|
||||
<td>2017-07-01<br/>13:51</td>
|
||||
<td>N/A</td>
|
||||
<td><a href='../../changelog/openjpeg/current/log.html'>changelog</a></td>
|
||||
<td>N/A</td>
|
||||
|
@ -152,7 +152,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 Sat Jul 1 11:24:04 2017.<br/>
|
||||
</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Sat Jul 1 12:08:06 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